Add a build-image command to build a container image from a WildFly installation#705
Draft
jmesnil wants to merge 1 commit intowildfly:mainfrom
Draft
Add a build-image command to build a container image from a WildFly installation#705jmesnil wants to merge 1 commit intowildfly:mainfrom
jmesnil wants to merge 1 commit intowildfly:mainfrom
Conversation
…nstallation Add JIB as a dependency to build the image (docker or podman are not required). * --name -> required parameter to specify the name of the container image * --dir -> optional parameter to specify the installation directory. if absent, search in the parents directory for an installation * --runtime-version -> optional parameter to specify the tag of the WildFly runtime image (default is latest) * --user / --password -> optional credentials to push the image to a container registry Signed-off-by: Jeff Mesnil <jmesnil@redhat.com>
Member
Author
|
@spyrkob That's something I tried this morning to get an idea of what it would take to have prospero being able to produce a container image from an installation. It's as simple as: And that's it, you can then run the image with |
Collaborator
|
Nice :) Do you see more cloud/image related tasks added to prospero? If so it might make sense to create a sub-command to organise them. |
Member
Author
|
I did not thoroughly thought about it but you're making a good point |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add JIB as a dependency to build the image (docker or podman are not required).