From 3a72aadc3f53ef5484d953c099fd26e2f3dfd761 Mon Sep 17 00:00:00 2001 From: Dmitriy Stoyanov Date: Tue, 4 Jan 2022 15:45:13 +0000 Subject: [PATCH] Bump nexus to 3.37.3-02 See Release notes here: https://help.sonatype.com/repomanager3/product-information/release-notes/2021-release-notes/nexus-repository-3.37.0---3.37.3-release-notes --- Dockerfile | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 276aa47..582b096 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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.37.1-01" +ENV NEXUS_VERSION "3.37.3-02" 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" diff --git a/README.md b/README.md index 34c1add..c3d743d 100644 --- a/README.md +++ b/README.md @@ -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.37.1 ([release notes](https://help.sonatype.com/repomanager3/product-information/release-notes/2021-release-notes/nexus-repository-3.37.0---3.37.1-release-notes)) +* Nexus Repository Manager OSS 3.37.3 ([release notes](https://help.sonatype.com/repomanager3/product-information/release-notes/2021-release-notes/nexus-repository-3.37.0---3.37.3-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.37.1-01 +docker run -p 8081:8081 --name nexus quay.io/travelaudience/docker-nexus:3.37.3-02 ``` ## Reasoning