Skip to content

Commit

Permalink
Added a README.md for curious students
Browse files Browse the repository at this point in the history
  • Loading branch information
dkolepp committed Aug 6, 2019
1 parent 308b57b commit a70b169
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions nexus3/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
This Dockerfile is a combination of the two Dockerfiles (locked at the commit):

* https://github.com/sonatype/docker-nexus3/blob/37a9fcd2b9b7f13d3ca486981732168f98b12199/Dockerfile
* https://github.com/sonatype/docker-nexus3/blob/37a9fcd2b9b7f13d3ca486981732168f98b12199/Dockerfile.rh.el

Both Dockerfiles use Chef recipes to install Nexus. These Chef recipes are
downloaded during the build by the Dockerfile.

The first Dockerfile uses the ubi8/ubi image, but is missing LABEL(s) that OpenShift
and Kubernetes use. This Dockerfile also uses an ENTRYPOINT to account for OpenShift
assigning a random UID for each container.

The second Dockerfile includes the LABELs needed by Kubernetes and OpenShift,
but does not use UBI and does not indicate how it handles the random UID.
Testing an image off of this Dockerfile shows that there is no issue with the
image running.

0 comments on commit a70b169

Please sign in to comment.