podman-login
podman-login copied to clipboard
GitHub Action to log into a container image registry. For use with podman, buildah, and skopeo.
### Description NodeJS 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. This PR updates NodeJS to version 16. ### Related Issue(s) Fixes gh-29 ### Checklist - [ ] This...
### Version podman version 3.4.2 Ubuntu 20.4 LTS ### Describe the bug I've had a hard time to setup Podman first on Ubuntu 20.4 then I got stuck with UID...
### Version redhat-actions/[email protected] ### Describe the bug When using the `redhat-actions/podman-login` action, GitHub has started producing a message warning about the future deprecation of any Node.js 12 actions due to...
### Description See https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/ ### Related Issue(s) N/A ### Checklist - [ ] This PR includes a documentation change - [X] This PR does not need a documentation change ---...
### Version redhat-actions/[email protected] ### Describe the bug After adding the --verbose flag with version 1.3 I can not login to docker.io with valid credentials: /usr/bin/podman login docker.io -u *** -p...
### Description This PR will add `tls-verify` option to inputs of the action with default values of `true` ### Related Issue(s) ### Checklist - [X] This PR includes a documentation...
### Version redhat-actions/push-to-registry@v2 aws-actions/configure-aws-credentials@v4 ### Describe the bug Currently the support to login ECR needs access token and secret access token to AWS, and the action cannot detect credentials from...
### Version ### Describe the bug Related to the issue #18 , I create an empty config.json file with : ` echo "{ \"auths\": {} }" > $HOME/.docker/config.json ` The...
### Description This is the then announced "might be necessary, idk…" follow-up to #39 (8828a2343efc255ad6682f4cd9db89ad021b6de9). See #39 for background info. Fixes the main `run()` raising an `ENOENT` error if `~/.docker/`...
### Version redhat-actions/podman-login@v1 ### Describe the bug The action fails on self-hosted runner because of the error: > Error: Error: ENOENT: no such file or directory, open '/tmp/podman-run-0/containers/auth.json' However log...