Skip to content

Commit

Permalink
Merge branch 'release/v3.37.3-3'
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Wolfes authored and cesmarvin committed Mar 9, 2022
2 parents f2034f0 + cfdb9e5 commit dd2791e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [v3.37.3-3] - 2022-03-09
### Fixed
- Logging: nexus-carp glog logger now logs to stderr; #97

## [v3.37.3-2] - 2022-02-07
### Changed
- Upgrade to OpenJDK 8u302
Expand Down
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
FROM registry.cloudogu.com/official/java:8u302-1
LABEL maintainer="[email protected]" \
NAME="official/nexus" \
VERSION="3.37.3-2"
VERSION="3.37.3-3"

# The version of nexus to install
ENV NEXUS_VERSION=3.37.3-02 \
TINI_VERSION=0.19.0 \
NEXUS_CLAIM_VERSION=1.0.0 \
NEXUS_CARP_VERSION=1.3.0 \
NEXUS_CARP_VERSION=1.3.1 \
NEXUS_SCRIPTING_VERSION=0.2.0 \
SHIRO_VERSION=1.3.2 \
SERVICE_TAGS=webapp \
Expand All @@ -19,7 +19,7 @@ ENV NEXUS_VERSION=3.37.3-02 \
SHA256_NEXUS_TAR="c1db431908c5a76b44015c555d6ef4517abf0a86844faffee0f5d6c62359312d" \
SHA256_NEXUS_CLAIM="a34608ac7b516d6bc91f8a157bea286919c14e5fb5ecc76fc15edccb35adec42" \
SHA256_NEXUS_SCRIPTING="60c7f3d8a0c97b1d90d954ebad9dc07dbeb7927934b618c874b2e72295cafb48" \
SHA256_NEXUS_CARP="67948805a0395e658d07aa7759653c6309d20f5f128015b9c0d2782b43cf7824"
SHA256_NEXUS_CARP="f9a9d9f9efcabd27fb4df2544142000d5607c8feb9772e77f23239d7a6647458"

RUN set -x \
# add nexus user and group
Expand Down
2 changes: 1 addition & 1 deletion dogu.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"Name": "official/nexus",
"Version": "3.37.3-2",
"Version": "3.37.3-3",
"DisplayName": "Sonatype Nexus",
"Description": "The Nexus Repository is like the local warehouse where all of the parts and finished goods used in your software supply chain are stored and distributed.",
"Url": "http://www.sonatype.org/nexus",
Expand Down
2 changes: 1 addition & 1 deletion resources/startup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ doguctl template /etc/carp/carp.yml.tpl "${NEXUS_DATA_DIR}/carp.yml"

echo "starting carp in background"
NEXUS_PASSWORD="${ADMINPW}" \
nexus-carp -logtostderr "${NEXUS_DATA_DIR}/carp.yml" &
nexus-carp -logtostderr=true "${NEXUS_DATA_DIR}/carp.yml" &
# shellcheck disable=SC2034
NEXUS_CARP_PID=$!

Expand Down

0 comments on commit dd2791e

Please sign in to comment.