jenkins-infra / ircbot

Jenkins IRCbot
https://jenkins.io/projects/infrastructure/ircbot/
MIT License
23 stars 27 forks source link

chore(Dockerfile) fix hadolint issues #125

Closed dduportal closed 2 years ago

dduportal commented 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`).