Skip to content

Commit

Permalink
Bump nexus to 3.39.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitriyStoyanov authored and johnheusinger committed Jun 10, 2022
1 parent 44a0ec0 commit 430b139
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.38.1-01"
ENV NEXUS_VERSION "3.39.0-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 @@ -8,14 +8,14 @@ A container image for Sonatype Nexus Repository Manager OSS, based on Alpine Lin

* Alpine Linux 3.14
* OpenJDK JRE 8u212
* Nexus Repository Manager OSS 3.38.1 ([release notes](https://help.sonatype.com/repomanager3/product-information/release-notes/2022-release-notes/nexus-repository-3.38.0---3.38.1-release-notes))
* Nexus Repository Manager OSS 3.39.0 ([release notes](https://help.sonatype.com/repomanager3/product-information/release-notes/2022-release-notes/nexus-repository-3.39.0-release-notes))

## Running

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

```shell
docker run -p 8081:8081 --name nexus quay.io/travelaudience/docker-nexus:3.38.1-01
docker run -p 8081:8081 --name nexus quay.io/travelaudience/docker-nexus:3.39.0-01
```

## Reasoning
Expand Down

0 comments on commit 430b139

Please sign in to comment.