github a-langer/nexus-sso 3.70.1-java11-ubi-BETA-3

latest releases: 3.75.1-java17, 3.70.1-java11-ubi
pre-release11 months ago

version 3.70.1-java11-ubi-BETA-3 for testing:

# Clone configuration and change to working directory
git clone --branch 3.70.1-java11-ubi-BETA-3 https://github.com/a-langer/nexus-sso.git
cd ./nexus-sso
# Copy compose.override.yml from template for you settings
cp _compose.override.yml compose.override.yml
# Set environment variables for container user
export NEXUS_USER=$(id -u) NEXUS_GROUP=$(id -g)
# Run service and open http://localhost in web browser
docker compose up -d

Warn: Since version 3.70.1-java11-ubi-BETA-3:

  • Your need migrate from legacy OrientDB to H2DB. Version 3.71.0 and beyond do not support OrientDB, Java 8, or Java 11, see Migration.md for more information.
  • Image released without nexus-repository-ansiblegalaxy, cause by plugin does not support new storage API, see issue #25.

Download jars:

Full Changelog: 3.70.0-java11-ubi...3.70.1-java11-ubi-BETA-3

Don't miss a new nexus-sso release

NewReleases is sending notifications on new releases.