Sonatype Container Deployment - Lifecycle

Sonatype Container Deployment - Lifecycle

Sonatype provides templates and Docker images for the following cloud providers and tools.

Docker Hub

Docker images are available on Docker Hub and are delivered from an associated GitHub repository.

Supported Docker image platforms

The sonatype/nexus-iq-server Docker image is published as a Linux container image. Current Sonatype-published tags support the following platforms by tag type:

Tag type Supported platforms Notes
latest and current versioned tags linux/amd64, linux/arm64 Linux on x86-64 / Intel / AMD 64-bit systems and Linux on ARM64 / AArch64 systems
Current -alpine tags linux/amd64 Linux on x86-64 / Intel / AMD 64-bit systems

Docker automatically selects the image variant that matches the host platform when pulling a multi-platform tag. To request a specific platform, use the Docker --platform option.

docker pull sonatype/nexus-iq-server:latest
docker pull --platform linux/arm64 sonatype/nexus-iq-server:latest
docker pull --platform linux/amd64 sonatype/nexus-iq-server:latest

For pinned versioned tags that support multiple platforms, use the same pattern:

docker pull --platform linux/arm64 sonatype/nexus-iq-server:<version>

This platform support applies to current Sonatype-published tags. Some older image tags may support fewer platforms, and current -alpine tags may support fewer platforms than the corresponding non-Alpine tags. Before pinning an older tag or an Alpine tag, check the Docker Hub tag list or inspect the image manifest:

docker buildx imagetools inspect sonatype/nexus-iq-server:<tag>

Helm Charts for Kubernetes

Helm charts are available at Helm Hub.

Red Hat OpenShift

Certified containers are available through the Red Hat Container Catalog.

Kubernetes Operators are available in the OpenShift OperatorHub for installing servers into OpenShift. Search inside your running OpenShift cluster's Operator Hub to find them.

New operators are released quarterly.

Iron Bank

Hardened containers are available through Iron Bank, a central repository of digitally signed container images accredited by the US Department of Defense (DoD).

Search results

No results found.