·
7 commits
to main
since this release
version 3.70.1-java11-ubi
:
# Clone configuration and change to working directory
git clone --branch 3.70.1-java11-ubi 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
:
- 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.
- 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.0-java11-ubi...3.70.1-java11-ubi