Skip to content

Commit

Permalink
Merge modified version of #16
Browse files Browse the repository at this point in the history
Thanks dim777 <[email protected]> for this!
  • Loading branch information
klo2k committed Mar 10, 2022
2 parents bbcc4f6 + 5be1436 commit a4fb4e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Download, extract Nexus to /tmp/sonatype/nexus
FROM debian:buster-slim as downloader

ARG NEXUS_VERSION=3.37.3-02
ARG NEXUS_VERSION=3.38.0-01
ARG NEXUS_DOWNLOAD_URL=https://download.sonatype.com/nexus/3/nexus-${NEXUS_VERSION}-unix.tar.gz

# Download Nexus and other stuff we need later
Expand Down
1 change: 1 addition & 0 deletions files/opt/sonatype/start-nexus-repository-manager.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/bin/bash
# Script from official nexus3 image
cd /opt/sonatype/nexus
exec ./bin/nexus run

0 comments on commit a4fb4e7

Please sign in to comment.