Skip to content

Docker credential shim using the JFrog API to access Artifactory

License

Notifications You must be signed in to change notification settings

psigen/docker-credential-artifactory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-credential-artifactory

Docker credential shim using the JFrog API to access Artifactory.

This internally calls the JFrog go client library to access the same stored credentials that are used by the JFrog CLI.

Instructions

  1. Install the docker-credential-artifactory binary somewhere on your PATH.
  2. Add the following entry to your ~/.docker/config.json
    {
      [...]
      "credHelpers": {
        "<server-id>.jfrog.io": "artifactory"
      }
    }
  3. Use jf login to get credentials to log into artifactory.
  4. You should now be able to run docker pull <server.id>.jfrog.io/<repo>/<image>:<tag>

About

Docker credential shim using the JFrog API to access Artifactory

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages