xenomorphism/nexus3

By xenomorphism

•Updated almost 2 years ago

Sonatype Nexus Repository 3 image for AMD64 and ARM64 based from original image

Image
Integration & delivery
Developer tools
Databases & storage
0

10K+

xenomorphism/nexus3 repository overview

⁠Sonatype Nexus Repository Docker: xenomorphism/nexus3 for AMD64 and ARM64

Base from : https://hub.docker.com/r/sonatype/nexus3/

⁠Description:

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.

⁠Maintainer:

[MikaĆ«l POLLET] [email protected]⁠

⁠Licenses:

Apache 2.0 (same as the original image)

⁠Supported Architectures:

  • x86_64 (AMD64)
  • aarch64 (ARM64)

⁠Base Image:

  • sonatype/nexus3 (original base image)

⁠Versioning:

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.

⁠Security:

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.

⁠Running

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/

Tag summary

Content type

Image

Digest

sha256:41aa0e45c…

Size

354.5 MB

Last updated

almost 2 years ago

docker pull xenomorphism/nexus3