Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2d1f4aaa59 | |||
| 6de8a22e19 |
+1
-1
@@ -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
@@ -2,7 +2,7 @@ version: "2"
|
||||
|
||||
services:
|
||||
nexus:
|
||||
image: sonatype/docker-nexus3
|
||||
image: sonatype/nexus3
|
||||
volumes:
|
||||
- "nexus-data:/nexus-data"
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user