Closed dduportal closed 2 years ago
This PR ensures that there are no more hadolint issues by cleaning up the Dockefile.
The previous PR #122 did not show the hadolint errors in the checks because it was using the Jenkinsfile prior of #121 .
Added a note about the maven result: the Dockerfile can even be simplified if Maven is set up to produce ajar(instead of azip`).
Dockerfile can even be simplified if Maven is set up to produce a
(instead of a
This PR ensures that there are no more hadolint issues by cleaning up the Dockefile.
The previous PR #122 did not show the hadolint errors in the checks because it was using the Jenkinsfile prior of #121 .
Added a note about the maven result: the
Dockerfile can even be simplified if Maven is set up to produce a
jar(instead of a
zip`).