github a-langer/nexus-sso 3.75.1-java17

8 months ago

version 3.75.1-java17:

# Clone configuration and change to working directory
git clone --branch 3.75.1 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.75.1-java17 image and all libraries have been updated to Java 17.
Warn: Since version 3.70.1-java11-ubi:

  • Your need migrate from legacy OrientDB to H2DB. Update is possible only after version 3.71.0 (see Migration.md for more information) or if you have performed the migration to H2DB manually yourself.
  • Class com.github.alanger.nexus.bootstrap.Pac4jAuthenticationListener has been deprecated, see SAML.md.
  • Image released without nexus-repository-ansiblegalaxy, cause by plugin does not support new storage API, see issue #25.

Download jars:

Full Changelog: 3.70.1-java11-ubi...3.75.1

Don't miss a new nexus-sso release

NewReleases is sending notifications on new releases.