Skip to content

Commit

Permalink
Update to 3.29.1-01
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelb authored and cmoroianu1 committed Jan 6, 2021
1 parent 5c386f3 commit 6b6e4f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ENV JAVA_HOME=/usr/lib/jvm/default-jvm/jre
# https://help.sonatype.com/repomanager3/download/download-archives---repository-manager-3

# nexus
ENV NEXUS_VERSION "3.27.0-03"
ENV NEXUS_VERSION "3.29.1-01"
ENV NEXUS_DOWNLOAD_URL "https://download.sonatype.com/nexus/3"
ENV NEXUS_TARBALL_URL "${NEXUS_DOWNLOAD_URL}/nexus-${NEXUS_VERSION}-unix.tar.gz"
ENV NEXUS_TARBALL_ASC_URL "${NEXUS_DOWNLOAD_URL}/nexus-${NEXUS_VERSION}-unix.tar.gz.asc"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ A container image for Sonatype Nexus Repository Manager OSS, based on Alpine Lin

* Alpine Linux 3.12
* OpenJDK JRE 8u212
* Nexus Repository Manager OSS 3.27.0 ([release notes](https://help.sonatype.com/repomanager3/release-notes#ReleaseNotes-NexusRepositoryManager3.27.0))
* Nexus Repository Manager OSS 3.29.1 ([release notes](https://help.sonatype.com/repomanager3/release-notes#ReleaseNotes-NexusRepositoryManager3.29.1))


## Running

Running it locally (for the latest tag, check [quay.io/repository/travelaudience/docker-nexus](https://quay.io/repository/travelaudience/docker-nexus?tab=tags):

```
docker run -p 8081:8081 --name nexus quay.io/travelaudience/docker-nexus:3.27.0
docker run -p 8081:8081 --name nexus quay.io/travelaudience/docker-nexus:3.29.1
```

## Reasoning
Expand Down

0 comments on commit 6b6e4f4

Please sign in to comment.