sonatype-nexus-community / nexus-repository-helm

At the Helm, Helm Yeah, v k8s
Eclipse Public License 1.0
97 stars 71 forks source link

use simplified Dockerfile, taken from nexus format plugin archetype project #74

Closed bhamail closed 4 years ago

bhamail commented 4 years ago

The current Dockerfile has a number of references to version numbers, that easily get out of date and require maintenance going forward. (Thanks to @davidkarlsen for being so diligent in keeping these versions updated! see PR #67, #68, #71, and Apologies for being so slow to review those PRs).

This new Dockerfile removes the hard coded version numbers, and uses .kar file deployment method. \ This Docker file is taken from our nifty maven archetype: nexus-format-archetype. You can use this archetype to easily create a new format plugin for Nexus Repository Manager. \ :)

It relates to the following issue #s:

@davidkarlsen Please comment on this PR with your thoughts, approval, disgust, suggestions, etc. (I'm still trying to figure out how to tag you in the "Reviewers" list).