Plugin alters Dockerfile massively. How to suppress that? #1846
Unanswered
FSeidinger-XI
asked this question in
Q&A
Replies: 1 comment
-
Checked with manual builds and I maybe wrong here. The extra code in Dockerfile seems to be added by docker buildx. Sorry for the inconvenience. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey there,
I'm using this plugin for the first time and use it with with a very simple Dockerfile. When building the docker image, fabric8io adds some commands to the build. How can I suppress them?
Here is my Dockerfile:
When I push the image to a registry, the registry list the following Dockerfile used instead:
This is not what I want. How can I suppress the startup code and the apline-minirootfs parts?
Beta Was this translation helpful? Give feedback.
All reactions