nexus3
Sonatype Nexus Repository 3 image for AMD64 and ARM64 based from original image
10K+
Base from : https://hub.docker.com/r/sonatype/nexus3/
This Docker image is based on the official Sonatype Nexus Repository 3 image and has been rebuilt to include both AMD64 (x86_64) and ARM64 (aarch64) architectures. It is an exact duplicate of the original image with no modifications or additions beyond the architecture support.
[MikaĆ«l POLLET] [email protected]ā
Apache 2.0 (same as the original image)
This repository follows the semantic versioning scheme and will be updated whenever new versions of the Sonatype Nexus Repository 3 are released. The version number in the tag will correspond to the Nexus version number.
This image is built directly from the original Sonatype Nexus Repository 3 Docker Hub image and does not introduce any additional vulnerabilities or risks. The security of this image relies on the security practices in place at Sonatype.
To run, binding the exposed port 8081 to the host, use:
$ docker run -d -p 8081:8081 --name nexus sonatype/nexus3
When stopping, be sure to allow sufficient time for the databases to fully shut down.
docker stop --time=120 <CONTAINER_NAME>
To test:
$ curl http://localhost:8081/
Content type
Image
Digest
sha256:41aa0e45cā¦
Size
354.5 MB
Last updated
almost 2 years ago
docker pull xenomorphism/nexus3