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

podman build --authfile: does not validate #9572

Closed
edsantiago opened this issue Mar 2, 2021 · 1 comment · Fixed by #9940
Closed

podman build --authfile: does not validate #9572

edsantiago opened this issue Mar 2, 2021 · 1 comment · Fixed by #9940
Assignees
Labels
kind/bug Categorizes issue or PR as related to a bug. locked - please file new issue/PR Assist humans wanting to comment on an old issue or PR with locked comments.

Comments

@edsantiago
Copy link
Member

$ printf "FROM quay.io/libpod/alpine:latest\n" | ./bin/podman build --authfile /tmp/nonexistent -
STEP 1: FROM quay.io/libpod/alpine:latest
STEP 2: COMMIT
--> 96176967641
961769676411f082461f9ef46626dd7a2d1e2b2a38e6a44364bcbecf51e66dd4    (unexpected success)

Buildah fails with:

error checking authfile path /tmp/nonexistent: stat /tmp/nonexistent: no such file or directory
ERRO exit status 125
@edsantiago edsantiago added the kind/bug Categorizes issue or PR as related to a bug. label Mar 2, 2021
@github-actions
Copy link

github-actions bot commented Apr 2, 2021

A friendly reminder that this issue had no activity for 30 days.

@rhatdan rhatdan self-assigned this Apr 5, 2021
rhatdan added a commit to rhatdan/podman that referenced this issue Apr 5, 2021
Fixes: containers#9572

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
mheon pushed a commit to mheon/libpod that referenced this issue Apr 16, 2021
Fixes: containers#9572

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>

<MH: Fixed cherry-pick conflicts>

Signed-off-by: Matthew Heon <mheon@redhat.com>
jmguzik pushed a commit to jmguzik/podman that referenced this issue Apr 26, 2021
Fixes: containers#9572

Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
@github-actions github-actions bot added the locked - please file new issue/PR Assist humans wanting to comment on an old issue or PR with locked comments. label Sep 22, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 22, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
kind/bug Categorizes issue or PR as related to a bug. locked - please file new issue/PR Assist humans wanting to comment on an old issue or PR with locked comments.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants