Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support podman #434

Open
awoimbee opened this issue Apr 3, 2023 · 0 comments
Open

Support podman #434

awoimbee opened this issue Apr 3, 2023 · 0 comments
Labels
feature-request A feature should be added or improved.

Comments

@awoimbee
Copy link

awoimbee commented Apr 3, 2023

Is your feature request related to a problem? Please describe.

While docker still has momentum, Podman is rapidly replacing it. I am personally forced to use it to avoid ugly hacks in my container builds.
Problem: I can't login to ECR, via OIDC (see), without installing aws-cli.

Describe the solution you'd like
Github's ubuntu runners apparently have podman bundled. It would be nice if this action automatically detected if podman, docker or both are installed and would configure both automagically.

Describe alternatives you've considered
Use aws-cli:

	aws --profile foo ecr get-login-password --region eu-east-1 | tee \
		>(docker login --username AWS --password-stdin $ECR_URI)\
		>(podman login --username AWS --password-stdin $ECR_URI)\
		>/dev/null | cat || true

Keywords: podman, buildah

@awoimbee awoimbee added the feature-request A feature should be added or improved. label Apr 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request A feature should be added or improved.
Projects
None yet
Development

No branches or pull requests

1 participant