We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Mit jedem Run bekommt das Dockerfile mehr Layer. Daher würde ich solche Schritte RUN rm $HOME/pdi-ce-${PDI_VERSION}.zip auslagern. Ein Image zum Downloaden der ganzen Konfig und dann das übertragen https://docs.docker.com/get-started/09_image_best/#multi-stage-builds
Run
RUN rm $HOME/pdi-ce-${PDI_VERSION}.zip
FROM registry.access.redhat.com/ubi9/openjdk-11:latest hier würde ich noch auf das Runtime-Image wechseln. Das ist kleiner.
FROM registry.access.redhat.com/ubi9/openjdk-11:latest
The text was updated successfully, but these errors were encountered:
@ejcsid
Sorry, something went wrong.
@hupling Danke für den Input. Umsetzung in PR #3
No branches or pull requests
Mit jedem
Run
bekommt das Dockerfile mehr Layer. Daher würde ich solche SchritteRUN rm $HOME/pdi-ce-${PDI_VERSION}.zip
auslagern. Ein Image zum Downloaden der ganzen Konfig und dann das übertragen https://docs.docker.com/get-started/09_image_best/#multi-stage-buildsFROM registry.access.redhat.com/ubi9/openjdk-11:latest
hier würde ich noch auf das Runtime-Image wechseln. Das ist kleiner.The text was updated successfully, but these errors were encountered: