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

Replace the docker/podman binary by Jib to build the image #546

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

jmesnil
Copy link
Member

@jmesnil jmesnil commented Jun 25, 2024

No description provided.

@jamezp
Copy link
Member

jamezp commented Jun 25, 2024

I like this idea. Thank you @jmesnil!

@jamezp
Copy link
Member

jamezp commented Jul 11, 2024

Do you feel we should move forward with this @jmesnil? I personally like the idea.

@jmesnil
Copy link
Member Author

jmesnil commented Oct 8, 2024

An improvement is to let users choose the archs of their images (in the draft, hard-coded to produce linux/amd64,linux/arm64 images)

@jmesnil
Copy link
Member Author

jmesnil commented Oct 8, 2024

The downside of that approach is that users can no longer add custom Docker RUN instructions to the application images and they no longer have a Dockerfile template to copy...
For this use case, we might want to keep support for docker or podman (flagged as Deprecated in the draft) and add the ability to point to a Dockerfile (which would replace the one generated by the Maven plug-in)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants