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

Allow to push image after the build without leaving 'Build Image' page #7783

Open
dgolovin opened this issue Jun 22, 2024 · 1 comment
Open
Labels
area/ui kind/enhancement ✨ Issue for requesting an improvement

Comments

@dgolovin
Copy link
Contributor

Is your enhancement related to a problem? Please describe

While I was testing extension installation and needed to build image then push it to the registry. It was very annoying to switching between 'Build Image' and 'Images' page:

  1. Build page does not remember anything and I have to go and fill Containerfile and full image name registry/repo/name
  2. Pushing the image after build requires to go to 'Images' page and push specific tag for the image
  3. Pushing image asks to select the image tag, but I already requested to push specific tag in 'Images' page and it adds additional click
  4. If there is a problem with image, I would need to rebuild and start from step (1)

After that I switched to terminal running single command

podman build . && podman push

Describe the solution you'd like

It would be good if I can push the image after build without leaving the 'Build Image' page:

  1. Additional button next to 'Build' and 'Done'
  2. Switch 'Push image after build' in the build form

Describe alternatives you've considered

No response

Additional context

No response

@dgolovin dgolovin added kind/enhancement ✨ Issue for requesting an improvement area/ui labels Jun 22, 2024
@benoitf
Copy link
Collaborator

benoitf commented Jun 22, 2024

About one remark I think it has been discussed a while ago that build should provide also history / or a kind of 'build context' being remembered so if you need to build again an image you have a way to go back

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/ui kind/enhancement ✨ Issue for requesting an improvement
Projects
Status: 📋 Backlog
Development

No branches or pull requests

2 participants