Prebuilt Sonatype Nexus Repository Manager Docker images for the LoongArch64 (loong64) architecture.
Images are published to Docker Hub under kubernetesloong64/nexus3-loong64.
docker pull kubernetesloong64/nexus3-loong64:3.95.3docker run -d --name nexus \
-p 8081:8081 \
-v nexus-data:/nexus-data \
kubernetesloong64/nexus3-loong64:3.95.3After starting, get the initial admin password:
docker exec nexus cat /nexus-data/admin.passwordPush a branch named loong64-<nexus-version> (e.g. loong64-3.95.3) to trigger a build.