From 177f04ef8fb30596e12361c69836271a17b5a52a Mon Sep 17 00:00:00 2001 From: abdennour Date: Sat, 3 Jun 2023 22:26:00 +0300 Subject: [PATCH 1/2] Update Dockerfile - 3.54 nexus --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index ae091f5..2f85b9d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ -FROM alpine:3.16 +FROM alpine:3.17 -LABEL maintainer devops@elm.sa +LABEL maintainer platform@elm.sa # java ENV JAVA_HOME=/usr/lib/jvm/default-jvm/jre @@ -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.42.0-01" +ENV NEXUS_VERSION "3.54.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" From cb36c7530b9c1476d067b97c433f17ef8779770e Mon Sep 17 00:00:00 2001 From: abdennour Date: Sat, 3 Jun 2023 22:40:34 +0300 Subject: [PATCH 2/2] docs: Upgrade to Nexus 3.54.1 --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2eef7cb..2c25184 100644 --- a/README.md +++ b/README.md @@ -8,16 +8,20 @@ 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.42.0 ([release notes](https://help.sonatype.com/repomanager3/product-information/release-notes/2022-release-notes/nexus-repository-3.42.0-release-notes)) +* Nexus Repository Manager OSS 3.54.1 ([release notes](https://help.sonatype.com/repomanager3/product-information/release-notes/2023-release-notes/sonatype-nexus-repository-3.54.0---3.54.1-release-notes)) ## Running Running it locally (for the latest tag, check [quay.io/repository/elm-company/sonatype-nexus](https://quay.io/repository/elm-company/sonatype-nexus?tab=tags): ```shell -docker run -p 8081:8081 --name nexus quay.io/elm-company/sonatype-nexus:3.42.0-01 +docker run -p 8081:8081 --name nexus quay.io/elm-company/sonatype-nexus:3.54.1-01 ``` +# Releases +- 3.54.1-01 +- 3.42.0-01 + ## Reasoning The Official Sonatype Nexus Docker image: https://hub.docker.com/r/sonatype/nexus3/ is suitable for most use cases. But as discussed in this blog post: