Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 984 Bytes

CHANGELOG.md

File metadata and controls

26 lines (18 loc) · 984 Bytes

podman-login Changelog

v1.7

v1.6

  • Update action/core dependency to 1.10.0

v1.5

v1.4

  • Add ability to login to AWS ECR repositories. More details at #23

v1.3

  • Add support to provide custom auth file path instead of using default ones set by podman. More details here.
  • Add --verbose flag in the login command that will give more detailed output.

v1.2

  • Add ability to pull image from docker after login. #15

v1.1

  • Set environment variable REGISTRY_AUTH_FILE with the generated auth file to work with buildah

v1

  • Initial Release