Compare commits

..

2 Commits

Author SHA1 Message Date
Joe Tom 2d1f4aaa59 Updating Dockerfile with 3.2.1
Latest release
2017-02-15 15:44:10 -05:00
Jeffry Hesse 6de8a22e19 Updating docker-compose to use the new appropriate image name (#65)
Ship it squirrel reporting for duty
2017-02-09 13:09:09 -09:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ LABEL vendor=Sonatype \
com.sonatype.license="Apache License, Version 2.0" \
com.sonatype.name="Nexus Repository Manager base image"
ARG NEXUS_VERSION=3.2.0-01
ARG NEXUS_VERSION=3.2.1-01
ARG NEXUS_DOWNLOAD_URL=https://download.sonatype.com/nexus/3/nexus-${NEXUS_VERSION}-unix.tar.gz
RUN yum install -y \
+1 -1
View File
@@ -2,7 +2,7 @@ version: "2"
services:
nexus:
image: sonatype/docker-nexus3
image: sonatype/nexus3
volumes:
- "nexus-data:/nexus-data"
ports: