Skip to content

Releases: jamestelfer/docker-credential-env

v1.0.0

06 Aug 13:52
dc7cc68
Compare
Choose a tag to compare

Distributions for this release are published as binaries for Mac, Linux and Windows below. Download, extract and install the binary appropriate to the target system in order to use it as a credential helper.

In order for Docker to be able to use the binary, it must be:

  • in the PATH
  • have the name docker-credential-env, and
  • be executable by the required user.

Note that it is sufficient to create an appropriately named symbolic link to make it discoverable by Docker.

What's Changed

This release implements the last remaining interface method (List) that has possible relevance to the purpose of this plugin, making it ready for its initial release.

Full Changelog: v0.2.0...v1.0.0

v0.2.0

30 Jul 13:47
37cd9bf
Compare
Choose a tag to compare

Distributions for this release are published as binaries for Mac, Linux and Windows below. Download, extract and install the binary appropriate to the target system in order to use it as a credential helper.

In order for Docker to be able to use the binary, it must be:

  • in the PATH
  • have the name docker-credential-env, and
  • be executable by the required user.

Note that it is sufficient to create an appropriately named symbolic link to make it discoverable by Docker.

What's Changed

Full Changelog: v0.1.0...v0.2.0

v0.1.0 Initial release

29 Jul 13:49
8b6b6cb
Compare
Choose a tag to compare

Distributions for this release are published as binaries for Mac, Linux and Windows below. Download, extract and install the binary appropriate to the target system in order to use it as a credential helper.

In order for Docker to be able to use the binary, it must be:

  • in the PATH
  • have the name docker-credential-env, and
  • be executable by the required user.

Note that it is sufficient to create an appropriately named symbolic link to make it discoverable by Docker.

What's Changed

New Contributors

Full Changelog: https://github.com/jamestelfer/docker-credential-env/commits/v0.1.0