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 -dWarn: Since version
3.75.1-java17image and all libraries have been updated to Java 17.
Warn: Since version3.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.Pac4jAuthenticationListenerhas 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