广告图片

docker.io/sonatype/nexus3:3.90.2 linux/amd64

docker.io/sonatype/nexus3:3.90.2 - 国内下载镜像源 浏览次数:13 安全受验证的发布者-sonatype

SONATYPE/NEXUS3是一个基于Docker的Nexus Repository Manager 3.x镜像。这是一个开源的软件仓库管理器,可以帮助您管理和托管各种类型的软件包,如Maven、Gradle、npm等。

源镜像 docker.io/sonatype/nexus3:3.90.2
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/sonatype/nexus3:3.90.2
镜像ID sha256:81cd814a3f3bd005a41b69c5f4c76560c1862a2e552c1dd2c8393aea9972fd4f
镜像TAG 3.90.2
大小 701.27MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD /opt/sonatype/nexus/bin/nexus run
启动入口
工作目录 /opt/sonatype
OS/平台 linux/amd64
浏览量 13 次
贡献者
镜像创建 2026-03-23T19:02:02.050088417Z
同步时间 2026-03-31 16:13
开放端口
8081/tcp
目录挂载
/nexus-data
环境变量
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin container=oci SONATYPE_DIR=/opt/sonatype NEXUS_HOME=/opt/sonatype/nexus NEXUS_DATA=/nexus-data NEXUS_CONTEXT= SONATYPE_WORK=/opt/sonatype/sonatype-work DOCKER_TYPE=rh-docker LANG=en_US.UTF-8 LC_ALL=en_US.UTF-8 INSTALL4J_ADD_VM_PARAMS=-Djava.util.prefs.userRoot=/nexus-data/javaprefs -Dfile.encoding=UTF-8
镜像标签
x86_64: architecture redhat/ubi9-minimal@sha256:83006d535923fcf1345067873524a3980316f51794f01d8655be55d6e9387183: base-image-ref 2026-03-19T17:02:39Z: build-date ubi9-minimal-container: com.redhat.component https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI: com.redhat.license_terms Apache License, Version 2.0: com.sonatype.license Nexus Repository Manager base image: com.sonatype.name cpe:/a:redhat:enterprise_linux:9::appstream: cpe The Nexus Repository Manager server with universal support for popular component formats.: description public: distribution-scope 1.42.2: io.buildah.version The Nexus Repository Manager server with universal support for popular component formats.: io.k8s.description Nexus Repository Manager: io.k8s.display-name 8081:8081: io.openshift.expose-services Sonatype,Nexus,Repository Manager: io.openshift.tags Sonatype <support@sonatype.com>: maintainer Nexus Repository Manager: name 2026-03-19T17:02:39Z: org.opencontainers.image.created d0c250a501ab44b94ebea3e751fcaa45749a08a2: org.opencontainers.image.revision 3.90.2: release docker run -d --name NAME -p 8081:8081 IMAGE: run docker stop NAME: stop The Nexus Repository Manager server with universal support for popular component formats.: summary https://sonatype.com: url d0c250a501ab44b94ebea3e751fcaa45749a08a2: vcs-ref git: vcs-type Sonatype: vendor 3.90.2-06: version

Docker拉取命令

docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/sonatype/nexus3:3.90.2
docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/sonatype/nexus3:3.90.2  docker.io/sonatype/nexus3:3.90.2

Containerd拉取命令

ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/sonatype/nexus3:3.90.2
ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/sonatype/nexus3:3.90.2  docker.io/sonatype/nexus3:3.90.2

Shell快速替换命令

sed -i 's#sonatype/nexus3:3.90.2#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/sonatype/nexus3:3.90.2#' deployment.yaml

Ansible快速分发-Docker

#ansible k8s -m shell -a 'docker pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/sonatype/nexus3:3.90.2 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/sonatype/nexus3:3.90.2  docker.io/sonatype/nexus3:3.90.2'

Ansible快速分发-Containerd

#ansible k8s -m shell -a 'ctr images pull swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/sonatype/nexus3:3.90.2 && ctr images tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/sonatype/nexus3:3.90.2  docker.io/sonatype/nexus3:3.90.2'

镜像构建历史


# 2026-03-24 03:02:02  0.00B 设置默认要执行的命令
CMD ["/opt/sonatype/nexus/bin/nexus" "run"]
                        
# 2026-03-24 03:02:02  0.00B 设置环境变量 INSTALL4J_ADD_VM_PARAMS -Dfile.encoding
ENV INSTALL4J_ADD_VM_PARAMS=-Djava.util.prefs.userRoot=/nexus-data/javaprefs -Dfile.encoding=UTF-8
                        
# 2026-03-24 03:02:02  0.00B 指定运行容器时使用的用户
USER nexus
                        
# 2026-03-24 03:02:02  0.00B 声明容器运行时监听的端口
EXPOSE [8081/tcp]
                        
# 2026-03-24 03:02:02  0.00B 创建挂载点用于持久化数据或共享数据
VOLUME [/nexus-data]
                        
# 2026-03-24 03:02:02  16.64MB 执行命令并创建新的镜像层
RUN |3 NEXUS_VERSION=3.90.2-06 NEXUS_DOWNLOAD_URL=https://download.sonatype.com/nexus/3/sonatype-nexus-repository-3.90.2-06-assembly.zip NEXUS_DOWNLOAD_SHA256_HASH=5d1c76eeaa215f3a8d1b887c708738e26e8491dd9181bd23385983a59c22f8ad /bin/sh -c microdnf remove -y gzip shadow-utils    && rpm --erase --nodeps cups-libs    && rpm --erase --nodeps expat # buildkit
                        
# 2026-03-24 03:02:01  17.46KB 执行命令并创建新的镜像层
RUN |3 NEXUS_VERSION=3.90.2-06 NEXUS_DOWNLOAD_URL=https://download.sonatype.com/nexus/3/sonatype-nexus-repository-3.90.2-06-assembly.zip NEXUS_DOWNLOAD_SHA256_HASH=5d1c76eeaa215f3a8d1b887c708738e26e8491dd9181bd23385983a59c22f8ad /bin/sh -c echo "#!/bin/bash" >> ${SONATYPE_DIR}/start-nexus-repository-manager.sh    && echo "cd /opt/sonatype/nexus" >> ${SONATYPE_DIR}/start-nexus-repository-manager.sh    && echo "exec ./bin/nexus run" >> ${SONATYPE_DIR}/start-nexus-repository-manager.sh    && chmod a+x ${SONATYPE_DIR}/start-nexus-repository-manager.sh    && chmod a+x ${SONATYPE_DIR}/nexus/bin/nexus    && sed -e '/^nexus-context/ s:$:${NEXUS_CONTEXT}:' -i ${NEXUS_HOME}/etc/nexus-default.properties # buildkit
                        
# 2026-03-24 03:02:01  283.20MB 执行命令并创建新的镜像层
RUN |3 NEXUS_VERSION=3.90.2-06 NEXUS_DOWNLOAD_URL=https://download.sonatype.com/nexus/3/sonatype-nexus-repository-3.90.2-06-assembly.zip NEXUS_DOWNLOAD_SHA256_HASH=5d1c76eeaa215f3a8d1b887c708738e26e8491dd9181bd23385983a59c22f8ad /bin/sh -c curl -L ${NEXUS_DOWNLOAD_URL} --output sonatype-nexus-repository-${NEXUS_VERSION}-assembly.zip     && echo "${NEXUS_DOWNLOAD_SHA256_HASH} sonatype-nexus-repository-${NEXUS_VERSION}-assembly.zip" > sonatype-nexus-repository-${NEXUS_VERSION}-assembly.zip.sha256     && sha256sum -c sonatype-nexus-repository-${NEXUS_VERSION}-assembly.zip.sha256     && unzip sonatype-nexus-repository-${NEXUS_VERSION}-assembly.zip     && rm -f sonatype-nexus-repository-${NEXUS_VERSION}-assembly.zip sonatype-nexus-repository-${NEXUS_VERSION}-assembly.zip.sha256     && mv nexus-${NEXUS_VERSION} $NEXUS_HOME     && chown -R nexus:nexus ${SONATYPE_WORK}     && mv ${SONATYPE_WORK}/nexus3 ${NEXUS_DATA}     && ln -s ${NEXUS_DATA} ${SONATYPE_WORK}/nexus3 # buildkit
                        
# 2026-03-24 03:01:51  0.00B 设置工作目录为/opt/sonatype
WORKDIR /opt/sonatype
                        
# 2026-03-24 03:01:51  0.00B 设置环境变量 LC_ALL
ENV LC_ALL=en_US.UTF-8
                        
# 2026-03-24 03:01:51  0.00B 设置环境变量 LANG
ENV LANG=en_US.UTF-8
                        
# 2026-03-24 03:01:51  296.00MB 执行命令并创建新的镜像层
RUN |3 NEXUS_VERSION=3.90.2-06 NEXUS_DOWNLOAD_URL=https://download.sonatype.com/nexus/3/sonatype-nexus-repository-3.90.2-06-assembly.zip NEXUS_DOWNLOAD_SHA256_HASH=5d1c76eeaa215f3a8d1b887c708738e26e8491dd9181bd23385983a59c22f8ad /bin/sh -c microdnf update -y     && microdnf --setopt=install_weak_deps=0 --setopt=tsflags=nodocs install -y           java-21-openjdk-headless tar procps shadow-utils gzip unzip glibc-langpack-en     && microdnf clean all     && groupadd --gid 200 -r nexus     && useradd --uid 200 -r nexus -g nexus -s /bin/false -d /opt/sonatype/nexus -c 'Nexus Repository Manager user' # buildkit
                        
# 2026-03-24 03:01:51  0.00B 设置环境变量 NEXUS_HOME NEXUS_DATA NEXUS_CONTEXT SONATYPE_WORK DOCKER_TYPE
ENV NEXUS_HOME=/opt/sonatype/nexus NEXUS_DATA=/nexus-data NEXUS_CONTEXT= SONATYPE_WORK=/opt/sonatype/sonatype-work DOCKER_TYPE=rh-docker
                        
# 2026-03-24 03:01:51  0.00B 设置环境变量 SONATYPE_DIR
ENV SONATYPE_DIR=/opt/sonatype
                        
# 2026-03-24 03:01:51  0.00B 定义构建参数
ARG NEXUS_DOWNLOAD_SHA256_HASH=5d1c76eeaa215f3a8d1b887c708738e26e8491dd9181bd23385983a59c22f8ad
                        
# 2026-03-24 03:01:51  0.00B 定义构建参数
ARG NEXUS_DOWNLOAD_URL=https://download.sonatype.com/nexus/3/sonatype-nexus-repository-3.90.2-06-assembly.zip
                        
# 2026-03-24 03:01:51  0.00B 定义构建参数
ARG NEXUS_VERSION=3.90.2-06
                        
# 2026-03-24 03:01:51  0.00B 添加元数据标签
LABEL name=Nexus Repository Manager maintainer=Sonatype <support@sonatype.com> vendor=Sonatype version=3.90.2-06 release=3.90.2 url=https://sonatype.com summary=The Nexus Repository Manager server           with universal support for popular component formats. description=The Nexus Repository Manager server           with universal support for popular component formats. run=docker run -d --name NAME           -p 8081:8081           IMAGE stop=docker stop NAME com.sonatype.license=Apache License, Version 2.0 com.sonatype.name=Nexus Repository Manager base image io.k8s.description=The Nexus Repository Manager server           with universal support for popular component formats. io.k8s.display-name=Nexus Repository Manager io.openshift.expose-services=8081:8081 io.openshift.tags=Sonatype,Nexus,Repository Manager
                        
# 2026-03-20 01:02:53  105.41MB 
/bin/sh -c #(nop) LABEL "architecture"="x86_64" "vcs-type"="git" "vcs-ref"="d0c250a501ab44b94ebea3e751fcaa45749a08a2" "org.opencontainers.image.revision"="d0c250a501ab44b94ebea3e751fcaa45749a08a2" "build-date"="2026-03-19T17:02:39Z" "org.opencontainers.image.created"="2026-03-19T17:02:39Z" "release"="1773939694"org.opencontainers.image.revision=d0c250a501ab44b94ebea3e751fcaa45749a08a2,org.opencontainers.image.created=2026-03-19T17:02:39Z
                        
# 2026-03-20 01:02:53  0.00B 
/bin/sh -c #(nop) COPY file:289d553fe837e625c2f8fb767ab91c5be2d390395d3693929ca213958efa8fc8 in /root/buildinfo/labels.json      
                        
# 2026-03-20 01:02:53  0.00B 
/bin/sh -c #(nop) COPY file:289d553fe837e625c2f8fb767ab91c5be2d390395d3693929ca213958efa8fc8 in /usr/share/buildinfo/labels.json      
                        
# 2026-03-20 01:02:53  0.00B 
/bin/sh -c #(nop) COPY file:93583a9ebbaeff1e36b48820b647eea1eef523f6627dacfb0b21af79f5a41b35 in /root/buildinfo/content_manifests/content-sets.json      
                        
# 2026-03-20 01:02:52  0.00B 
/bin/sh -c #(nop) COPY file:93583a9ebbaeff1e36b48820b647eea1eef523f6627dacfb0b21af79f5a41b35 in /usr/share/buildinfo/content-sets.json      
                        
# 2026-03-20 01:02:52  0.00B 
/bin/sh -c #(nop) CMD ["/bin/bash"]
                        
# 2026-03-20 01:02:52  0.00B 
/bin/sh -c #(nop) COPY file:1376702515d596f414e3aa494e0daa6d408a6d2475c4aeca96bf9392f5287f69 in /etc/yum.repos.d/.      
                        
# 2026-03-20 01:02:52  0.00B 
/bin/sh -c #(nop) COPY dir:2cb6e43856cb0ad61489a8c64de98c252b875727203d4889684da9c688115b96 in /      
                        
# 2026-03-20 01:02:52  0.00B 
/bin/sh -c #(nop) ENV container oci
                        
# 2026-03-20 01:02:52  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.tags="minimal rhel9"
                        
# 2026-03-20 01:02:52  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.expose-services=""
                        
# 2026-03-20 01:02:52  0.00B 
/bin/sh -c #(nop) LABEL io.k8s.display-name="Red Hat Universal Base Image 9 Minimal"
                        
# 2026-03-20 01:02:52  0.00B 
/bin/sh -c #(nop) LABEL io.k8s.description="The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly."
                        
# 2026-03-20 01:02:52  0.00B 
/bin/sh -c #(nop) LABEL description="The Universal Base Image Minimal is a stripped down image that uses microdnf as a package manager. This base image is freely redistributable, but Red Hat only supports Red Hat technologies through subscriptions for Red Hat products. This image is maintained by Red Hat and updated regularly."
                        
# 2026-03-20 01:02:52  0.00B 
/bin/sh -c #(nop) LABEL summary="Provides the latest release of the minimal Red Hat Universal Base Image 9."
                        
# 2026-03-20 01:02:52  0.00B 
/bin/sh -c #(nop) LABEL com.redhat.license_terms="https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI"
                        
# 2026-03-20 01:02:52  0.00B 
/bin/sh -c #(nop) LABEL com.redhat.component="ubi9-minimal-container"       name="ubi9/ubi-minimal"       version="9.7"       cpe="cpe:/a:redhat:enterprise_linux:9::appstream"       distribution-scope="public"
                        
# 2026-03-20 01:02:52  0.00B 
/bin/sh -c #(nop) LABEL url="https://catalog.redhat.com/en/search?searchType=containers"
                        
# 2026-03-20 01:02:51  0.00B 
/bin/sh -c #(nop) LABEL vendor="Red Hat, Inc."
                        
# 2026-03-20 01:02:51  0.00B 
/bin/sh -c #(nop) LABEL maintainer="Red Hat, Inc."
                        
                    

镜像信息

{
    "Id": "sha256:81cd814a3f3bd005a41b69c5f4c76560c1862a2e552c1dd2c8393aea9972fd4f",
    "RepoTags": [
        "sonatype/nexus3:3.90.2",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/sonatype/nexus3:3.90.2"
    ],
    "RepoDigests": [
        "sonatype/nexus3@sha256:2cc6d2aa089cd8c4953c0bb24963e2dea2005c01f7ef5ff7ef649c9b965c81c7",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/sonatype/nexus3@sha256:f8d5f0dcc5b24eb816ba7a0fbade306133a9afee9e75923097e5a468836e726c"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2026-03-23T19:02:02.050088417Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "",
    "Author": "",
    "Config": {
        "Hostname": "",
        "Domainname": "",
        "User": "nexus",
        "AttachStdin": false,
        "AttachStdout": false,
        "AttachStderr": false,
        "ExposedPorts": {
            "8081/tcp": {}
        },
        "Tty": false,
        "OpenStdin": false,
        "StdinOnce": false,
        "Env": [
            "PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
            "container=oci",
            "SONATYPE_DIR=/opt/sonatype",
            "NEXUS_HOME=/opt/sonatype/nexus",
            "NEXUS_DATA=/nexus-data",
            "NEXUS_CONTEXT=",
            "SONATYPE_WORK=/opt/sonatype/sonatype-work",
            "DOCKER_TYPE=rh-docker",
            "LANG=en_US.UTF-8",
            "LC_ALL=en_US.UTF-8",
            "INSTALL4J_ADD_VM_PARAMS=-Djava.util.prefs.userRoot=/nexus-data/javaprefs -Dfile.encoding=UTF-8"
        ],
        "Cmd": [
            "/opt/sonatype/nexus/bin/nexus",
            "run"
        ],
        "ArgsEscaped": true,
        "Image": "",
        "Volumes": {
            "/nexus-data": {}
        },
        "WorkingDir": "/opt/sonatype",
        "Entrypoint": null,
        "OnBuild": null,
        "Labels": {
            "architecture": "x86_64",
            "base-image-ref": "redhat/ubi9-minimal@sha256:83006d535923fcf1345067873524a3980316f51794f01d8655be55d6e9387183",
            "build-date": "2026-03-19T17:02:39Z",
            "com.redhat.component": "ubi9-minimal-container",
            "com.redhat.license_terms": "https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI",
            "com.sonatype.license": "Apache License, Version 2.0",
            "com.sonatype.name": "Nexus Repository Manager base image",
            "cpe": "cpe:/a:redhat:enterprise_linux:9::appstream",
            "description": "The Nexus Repository Manager server           with universal support for popular component formats.",
            "distribution-scope": "public",
            "io.buildah.version": "1.42.2",
            "io.k8s.description": "The Nexus Repository Manager server           with universal support for popular component formats.",
            "io.k8s.display-name": "Nexus Repository Manager",
            "io.openshift.expose-services": "8081:8081",
            "io.openshift.tags": "Sonatype,Nexus,Repository Manager",
            "maintainer": "Sonatype \u003csupport@sonatype.com\u003e",
            "name": "Nexus Repository Manager",
            "org.opencontainers.image.created": "2026-03-19T17:02:39Z",
            "org.opencontainers.image.revision": "d0c250a501ab44b94ebea3e751fcaa45749a08a2",
            "release": "3.90.2",
            "run": "docker run -d --name NAME           -p 8081:8081           IMAGE",
            "stop": "docker stop NAME",
            "summary": "The Nexus Repository Manager server           with universal support for popular component formats.",
            "url": "https://sonatype.com",
            "vcs-ref": "d0c250a501ab44b94ebea3e751fcaa45749a08a2",
            "vcs-type": "git",
            "vendor": "Sonatype",
            "version": "3.90.2-06"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 701265165,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/abb3b271db842290d1a377dc534974c66fc068ed657a7e66aa5456d20a70115b/diff:/var/lib/docker/overlay2/cfee4f9d3483ff6a18fc2a8d73695096bb323f87349dbc37e80885fae57a1f6f/diff:/var/lib/docker/overlay2/bf1f9cdc62d7b786ebe462c0a332ffc2bfd63c224a66f7b39f1c1e6c712e4e56/diff:/var/lib/docker/overlay2/09a0d4a3188a670dbb3e74f131193e41370ea8b902f6f40d3fea7fef07a4cec2/diff:/var/lib/docker/overlay2/7f40a3e8f460569c89c5fe5ad2090e9781380e7f26d7e0854e01798f4bc0c11d/diff",
            "MergedDir": "/var/lib/docker/overlay2/0030e5cba80fab43cb6d35e00a9146167e9b8e5dc680261d68486f317a394954/merged",
            "UpperDir": "/var/lib/docker/overlay2/0030e5cba80fab43cb6d35e00a9146167e9b8e5dc680261d68486f317a394954/diff",
            "WorkDir": "/var/lib/docker/overlay2/0030e5cba80fab43cb6d35e00a9146167e9b8e5dc680261d68486f317a394954/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:2934dd93195a83267427ae66325dba034bd8a0a6dd71b3b5e5e58c26cfdf089e",
            "sha256:649ac7896c92067a8bb92aba5983a2379b4c4fb94efc1de9f9d7029673b0d6db",
            "sha256:d97ae10ac71c013d4bc47323862cbde3c71f4fd02b85c00f7a118b0ea8256981",
            "sha256:15a22b9796926edbc6a8f34c74c2568f01d560ea24cb08f5995bc3370664a0f0",
            "sha256:1c112702daf80b70d07a96536094cd0f21425b7dee70c87c193b9385b976b1a3",
            "sha256:c60c2870883e61271e5fc775101a128f9e9ee13a28f9d82c2c105a532a8fe009"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-03-31T16:12:53.959668987+08:00"
    }
}

更多版本

docker.io/sonatype/nexus3:3.69.0-java17

linux/amd64 docker.io626.64MB2024-06-13 14:08
1059

docker.io/sonatype/nexus3:3.69.0

linux/amd64 docker.io567.31MB2024-06-13 14:11
1437

docker.io/sonatype/nexus3:3.43.0

linux/amd64 docker.io548.94MB2024-06-22 10:19
714

docker.io/sonatype/nexus3:3.70.1

linux/amd64 docker.io595.36MB2024-07-24 15:53
1933

docker.io/sonatype/nexus3:3.61.0

linux/amd64 docker.io554.77MB2024-08-20 14:23
939

docker.io/sonatype/nexus3:3.38.0

linux/amd64 docker.io655.32MB2024-09-27 08:57
1078

docker.io/sonatype/nexus3:3.72.0

linux/amd64 docker.io666.16MB2024-10-09 14:17
607

docker.io/sonatype/nexus3:3.73.0-alpine

linux/amd64 docker.io569.04MB2024-10-15 09:39
946

docker.io/sonatype/nexus3:3.73.0-java17-ubi

linux/amd64 docker.io637.06MB2024-10-18 17:35
974

docker.io/sonatype/nexus3:latest

linux/amd64 docker.io637.06MB2024-10-24 17:44
1916

docker.io/sonatype/nexus3:3.39.0

linux/amd64 docker.io705.22MB2024-11-02 15:18
563

docker.io/sonatype/nexus3:3.73.0

linux/amd64 docker.io637.06MB2024-11-03 11:44
477

docker.io/sonatype/nexus3:3.70.3

linux/amd64 docker.io599.86MB2024-11-03 12:02
661

docker.io/sonatype/nexus3:3.74.0

linux/amd64 docker.io650.44MB2024-11-09 11:37
646

docker.io/sonatype/nexus3:3.59.0

linux/amd64 docker.io551.87MB2024-11-28 09:54
496

docker.io/sonatype/nexus3:3.68.1-java11

linux/amd64 docker.io618.71MB2025-01-09 15:26
539

docker.io/sonatype/nexus3:3.75.0

linux/amd64 docker.io635.12MB2025-01-17 15:04
438

docker.io/sonatype/nexus3:3.66.0

linux/amd64 docker.io568.70MB2025-02-03 17:10
476

docker.io/sonatype/nexus3:3.75.1

linux/amd64 docker.io635.20MB2025-02-13 17:38
413

docker.io/sonatype/nexus3:3.77.1

linux/amd64 docker.io630.48MB2025-02-14 13:47
680

docker.io/sonatype/nexus3:3.78.1

linux/amd64 docker.io625.74MB2025-03-12 17:05
539

docker.io/sonatype/nexus3:3.56.0

linux/amd64 docker.io550.29MB2025-03-13 08:20
631

docker.io/sonatype/nexus3:3.78.2

linux/arm64 docker.io636.53MB2025-03-25 18:17
366

docker.io/sonatype/nexus3:3.78.2

linux/amd64 docker.io627.69MB2025-03-25 18:20
406

docker.io/sonatype/nexus3:3.79.0

linux/arm64 docker.io640.07MB2025-04-02 13:45
547

docker.io/sonatype/nexus3:3.79.0

linux/amd64 docker.io631.37MB2025-04-02 14:08
624

docker.io/sonatype/nexus3:3.25.1

linux/amd64 docker.io627.17MB2025-04-06 12:25
466

docker.io/sonatype/nexus3:3.30.1

linux/amd64 docker.io667.58MB2025-04-18 14:47
532

docker.io/sonatype/nexus3:3.80.0

linux/amd64 docker.io644.31MB2025-05-14 17:01
683

docker.io/sonatype/nexus3:3.81.1

linux/amd64 docker.io661.33MB2025-06-21 19:13
480

docker.io/sonatype/nexus3:3.21.2

linux/amd64 docker.io639.97MB2025-06-25 09:53
328

docker.io/sonatype/nexus3:latest-3.70.x

linux/amd64 docker.io598.48MB2025-07-20 12:37
755

docker.io/sonatype/nexus3:3.82.0

linux/amd64 docker.io665.43MB2025-07-20 12:51
1660

docker.io/sonatype/nexus3:3.82.0-ubi

linux/amd64 docker.io665.43MB2025-08-02 15:59
253

docker.io/sonatype/nexus3:3.83.0-alpine

linux/amd64 docker.io641.56MB2025-08-13 10:56
506

docker.io/sonatype/nexus3:3.41.0

linux/amd64 docker.io693.05MB2025-08-19 15:18
335

docker.io/sonatype/nexus3:3.83.1-java17-ubi

linux/amd64 docker.io727.74MB2025-08-21 08:04
385

docker.io/sonatype/nexus3:3.83.2-alpine

linux/amd64 docker.io648.01MB2025-09-05 10:31
401

docker.io/sonatype/nexus3:3.28.1

linux/amd64 docker.io634.50MB2025-09-11 15:36
264

docker.io/sonatype/nexus3:3.84.0-alpine

linux/amd64 docker.io603.38MB2025-10-03 14:58
251

docker.io/sonatype/nexus3:3.29.2

linux/amd64 docker.io629.02MB2025-10-09 14:14
204

docker.io/sonatype/nexus3:3.85.0-alpine

linux/amd64 docker.io603.55MB2025-10-16 12:11
1083

docker.io/sonatype/nexus3:3.85.0-java17-ubi

linux/amd64 docker.io683.57MB2025-10-30 23:26
287

docker.io/sonatype/nexus3:3.84.1-ubi

linux/amd64 docker.io685.23MB2025-11-03 22:36
260

docker.io/sonatype/nexus3:3.86.2

linux/amd64 docker.io663.47MB2025-11-19 09:45
1073

docker.io/sonatype/nexus3:3.86.2-alpine

linux/amd64 docker.io575.96MB2025-11-21 22:58
306

docker.io/sonatype/nexus3:3.86.2-java17-alpine

linux/amd64 docker.io575.96MB2025-11-21 23:00
323

docker.io/sonatype/nexus3:3.86.2-java17-ubi

linux/amd64 docker.io663.47MB2025-11-24 19:57
203

docker.io/sonatype/nexus3:3.70.4

linux/amd64 docker.io598.48MB2025-12-05 09:24
283

docker.io/sonatype/nexus3:3.87.0

linux/amd64 docker.io703.90MB2025-12-05 18:11
350

docker.io/sonatype/nexus3:3.68.0-java8

linux/amd64 docker.io644.13MB2025-12-06 15:31
191

docker.io/sonatype/nexus3:3.19.1

linux/amd64 docker.io610.62MB2025-12-11 11:54
199

docker.io/sonatype/nexus3:3.22.1

linux/amd64 docker.io643.59MB2025-12-15 10:16
245

docker.io/sonatype/nexus3:3.87.1

linux/amd64 docker.io703.97MB2025-12-17 16:58
397

docker.io/sonatype/nexus3:3.87.1-alpine

linux/arm64 docker.io630.58MB2025-12-23 09:12
195

docker.io/sonatype/nexus3:3.87.1-alpine

linux/amd64 docker.io624.68MB2025-12-23 09:16
266

docker.io/sonatype/nexus3:3.87.1-ubi

linux/amd64 docker.io703.97MB2025-12-23 16:53
194

docker.io/sonatype/nexus3:3.68.1

linux/amd64 docker.io566.95MB2025-12-25 15:36
220

docker.io/sonatype/nexus3:3.77.0

linux/amd64 docker.io630.46MB2026-01-12 10:13
174

docker.io/sonatype/nexus3:3.76.1

linux/amd64 docker.io640.29MB2026-01-12 10:26
171

docker.io/sonatype/nexus3:3.87.2-alpine

linux/amd64 docker.io624.68MB2026-01-23 15:57
161

docker.io/sonatype/nexus3:3.53.0

linux/amd64 docker.io549.08MB2026-01-28 17:44
116

docker.io/sonatype/nexus3:3.88.0

linux/amd64 docker.io704.24MB2026-01-31 18:37
184

docker.io/sonatype/nexus3:3.23.0

linux/amd64 docker.io626.41MB2026-02-02 14:23
125

docker.io/sonatype/nexus3:3.89.1

linux/amd64 docker.io700.74MB2026-03-09 10:55
80

docker.io/sonatype/nexus3:3.90.1

linux/amd64 docker.io701.19MB2026-03-23 18:40
68

docker.io/sonatype/nexus3:3.90.2

linux/amd64 docker.io701.27MB2026-03-31 16:13
12