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 buildah build --push #5052

Closed
willzhang opened this issue Sep 16, 2023 · 2 comments
Closed

support buildah build --push #5052

willzhang opened this issue Sep 16, 2023 · 2 comments

Comments

@willzhang
Copy link

willzhang commented Sep 16, 2023

Description

support buildah build --push.

i usually build image and run image for test many times, but i must run buildah push after buildah build.

is it possilbe let buildah directly push to remote registry after building an image, like dokcer build --push

buildah build -t docker.io/myrepo/myimage:v1.0 --push=true

Steps to reproduce the issue:
1.
2.
3.

Describe the results you received:

Describe the results you expected:

Output of rpm -q buildah or apt list buildah:

(paste your output here)

Output of buildah version:

(paste your output here)

Output of podman version if reporting a podman build issue:

(paste your output here)

Output of cat /etc/*release:

(paste your output here)

Output of uname -a:

(paste your output here)

Output of cat /etc/containers/storage.conf:

(paste your output here)
@flouthoc
Copy link
Collaborator

Already being worked here: #4677

@flouthoc
Copy link
Collaborator

Duplicate of #4671

@flouthoc flouthoc marked this as a duplicate of #4671 Sep 18, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 18, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants