-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Can it directly refer to Dockerfile to build the image? #657
Comments
Hi @ningyu1 , Jib is intended to allow Java developers to use the tools they are familiar with to build containers for their Java applications. Dockerfiles, by design, are not supported. Is there something you are doing in your Dockerfile that you need? |
@coollog Yes, my dockerfile has some extra processing. I need to translate dockerfile into the following XML description as an example. right?
|
Yes, you would need to add the corresponding XML description. |
The Gradle DSL is pretty nice. I wonder if there is a way to support a small subset of the Docker instructions so that it closely resembles the |
What additional steps are you performing @breandan? |
Closing unless there's any instructions that need support in Jib. |
…ng ORT In constract to JIB [1], this plugin can build a base image from a Dockerfile. [1] GoogleContainerTools/jib#657 (comment)
…n ORT In constract to JIB [1], this plugin can build (base) images from a Dockerfile. [1] GoogleContainerTools/jib#657 (comment)
…n ORT In constract to JIB [1], this plugin can build (base) images from a Dockerfile. [1] GoogleContainerTools/jib#657 (comment)
…n ORT In constract to JIB [1], this plugin can build (base) images from a Dockerfile. [1] GoogleContainerTools/jib#657 (comment)
…n ORT In constract to JIB [1], this plugin can build (base) images from a Dockerfile. [1] GoogleContainerTools/jib#657 (comment)
…n ORT In constract to JIB [1], this plugin can build (base) images from a Dockerfile. [1] GoogleContainerTools/jib#657 (comment)
…n ORT In constract to JIB [1], this plugin can build (base) images from a Dockerfile. [1] GoogleContainerTools/jib#657 (comment) Signed-off-by: Sebastian Schuberth <[email protected]>
…n ORT In constrast to JIB [1], this plugin can build (base) images from a Dockerfile. The base image is based on Alpine Linux [2] to be lightweight and is otherwise empty for now. [1] GoogleContainerTools/jib#657 (comment) [2] https://alpinelinux.org/ Signed-off-by: Sebastian Schuberth <[email protected]>
…n ORT In constrast to JIB [1], this plugin can build (base) images from a Dockerfile. The base image is based on Alpine Linux [2] to be lightweight and is otherwise empty for now. [1] GoogleContainerTools/jib#657 (comment) [2] https://alpinelinux.org/ Signed-off-by: Sebastian Schuberth <[email protected]>
…n ORT In constrast to JIB [1], this plugin can build (base) images from a Dockerfile. The base image is based on Alpine Linux [2] to be lightweight and is otherwise empty for now. [1] GoogleContainerTools/jib#657 (comment) [2] https://alpinelinux.org/ Signed-off-by: Sebastian Schuberth <[email protected]>
…n ORT In constrast to JIB [1], this plugin can build (base) images from a Dockerfile. The base image is based on Alpine Linux [2] to be lightweight and is otherwise empty for now. [1] GoogleContainerTools/jib#657 (comment) [2] https://alpinelinux.org/ Signed-off-by: Sebastian Schuberth <[email protected]>
…n ORT In constrast to JIB [1], this plugin can build (base) images from a Dockerfile. The base image uses a slim / "headless" JRE 11 running on Debian "sid" (unstable) and is otherwise empty for now. [1] GoogleContainerTools/jib#657 (comment) Signed-off-by: Sebastian Schuberth <[email protected]>
…n ORT In constrast to JIB [1], this plugin can build (base) images from a Dockerfile. The base image uses a slim / "headless" JRE 11 running on Debian "sid" (unstable) and is otherwise empty for now. [1] GoogleContainerTools/jib#657 (comment) Signed-off-by: Sebastian Schuberth <[email protected]>
…n ORT In constrast to JIB [1], this plugin can build (base) images from a Dockerfile. The base image uses a slim / "headless" JRE 11 running on Debian "sid" (unstable) and is otherwise empty for now. [1] GoogleContainerTools/jib#657 (comment) Signed-off-by: Sebastian Schuberth <[email protected]>
Use the Dockerfile that already exists in the project to generate the docker image directly at package time?
No relevant instructions were found in the document.
If so, please provide a link, thanks.
The text was updated successfully, but these errors were encountered: