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

docker.io/sonatype/nexus3:3.89.1 - 国内下载镜像源 浏览次数:10 陈超 贡献同步 安全受验证的发布者-sonatype

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

源镜像 docker.io/sonatype/nexus3:3.89.1
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/sonatype/nexus3:3.89.1
镜像ID sha256:9d8b132c10773a5bbe527d44a7083476e9b3702c4ba4afe5eb86e08fe76f85f1
镜像TAG 3.89.1
大小 700.74MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD /opt/sonatype/nexus/bin/nexus run
启动入口
工作目录 /opt/sonatype
OS/平台 linux/amd64
浏览量 10 次
贡献者
avatar
陈超
镜像创建 2026-02-12T13:18:23.638211515Z
同步时间 2026-03-09 10:55
开放端口
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:759f5f42d9d6ce2a705e290b7fc549e2d2cd39312c4fa345f93c02e4abb8da95: base-image-ref 2026-02-05T04:57:10Z: 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-02-05T04:57:10Z: org.opencontainers.image.created 21849199b7179dc3074812b8e24698ec609d6a5c: org.opencontainers.image.revision 3.89.1: 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 21849199b7179dc3074812b8e24698ec609d6a5c: vcs-ref git: vcs-type Sonatype: vendor 3.89.1-02: version

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

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

Ansible快速分发-Docker

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2026-02-12 21:18:23  0.00B 设置默认要执行的命令
CMD ["/opt/sonatype/nexus/bin/nexus" "run"]
                        
# 2026-02-12 21:18:23  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-02-12 21:18:23  0.00B 指定运行容器时使用的用户
USER nexus
                        
# 2026-02-12 21:18:23  0.00B 声明容器运行时监听的端口
EXPOSE [8081/tcp]
                        
# 2026-02-12 21:18:23  0.00B 创建挂载点用于持久化数据或共享数据
VOLUME [/nexus-data]
                        
# 2026-02-12 21:18:23  16.64MB 执行命令并创建新的镜像层
RUN |3 NEXUS_VERSION=3.89.1-02 NEXUS_DOWNLOAD_URL=https://download.sonatype.com/nexus/3/sonatype-nexus-repository-3.89.1-02-assembly.zip NEXUS_DOWNLOAD_SHA256_HASH=e2c2a5ba7ed5f1e717b73884161fd71d0682c25f39e3a4a38aaa70b96060c28d /bin/sh -c microdnf remove -y gzip shadow-utils    && rpm --erase --nodeps cups-libs    && rpm --erase --nodeps expat # buildkit
                        
# 2026-02-12 21:18:23  17.46KB 执行命令并创建新的镜像层
RUN |3 NEXUS_VERSION=3.89.1-02 NEXUS_DOWNLOAD_URL=https://download.sonatype.com/nexus/3/sonatype-nexus-repository-3.89.1-02-assembly.zip NEXUS_DOWNLOAD_SHA256_HASH=e2c2a5ba7ed5f1e717b73884161fd71d0682c25f39e3a4a38aaa70b96060c28d /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-02-12 21:18:23  282.69MB 执行命令并创建新的镜像层
RUN |3 NEXUS_VERSION=3.89.1-02 NEXUS_DOWNLOAD_URL=https://download.sonatype.com/nexus/3/sonatype-nexus-repository-3.89.1-02-assembly.zip NEXUS_DOWNLOAD_SHA256_HASH=e2c2a5ba7ed5f1e717b73884161fd71d0682c25f39e3a4a38aaa70b96060c28d /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-02-12 21:18:14  0.00B 设置工作目录为/opt/sonatype
WORKDIR /opt/sonatype
                        
# 2026-02-12 21:18:14  0.00B 设置环境变量 LC_ALL
ENV LC_ALL=en_US.UTF-8
                        
# 2026-02-12 21:18:14  0.00B 设置环境变量 LANG
ENV LANG=en_US.UTF-8
                        
# 2026-02-12 21:18:14  295.99MB 执行命令并创建新的镜像层
RUN |3 NEXUS_VERSION=3.89.1-02 NEXUS_DOWNLOAD_URL=https://download.sonatype.com/nexus/3/sonatype-nexus-repository-3.89.1-02-assembly.zip NEXUS_DOWNLOAD_SHA256_HASH=e2c2a5ba7ed5f1e717b73884161fd71d0682c25f39e3a4a38aaa70b96060c28d /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-02-12 21:18:14  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-02-12 21:18:14  0.00B 设置环境变量 SONATYPE_DIR
ENV SONATYPE_DIR=/opt/sonatype
                        
# 2026-02-12 21:18:14  0.00B 定义构建参数
ARG NEXUS_DOWNLOAD_SHA256_HASH=e2c2a5ba7ed5f1e717b73884161fd71d0682c25f39e3a4a38aaa70b96060c28d
                        
# 2026-02-12 21:18:14  0.00B 定义构建参数
ARG NEXUS_DOWNLOAD_URL=https://download.sonatype.com/nexus/3/sonatype-nexus-repository-3.89.1-02-assembly.zip
                        
# 2026-02-12 21:18:14  0.00B 定义构建参数
ARG NEXUS_VERSION=3.89.1-02
                        
# 2026-02-12 21:18:14  0.00B 添加元数据标签
LABEL name=Nexus Repository Manager maintainer=Sonatype <support@sonatype.com> vendor=Sonatype version=3.89.1-02 release=3.89.1 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-02-05 12:57:28  105.41MB 
/bin/sh -c #(nop) LABEL "architecture"="x86_64" "vcs-type"="git" "vcs-ref"="21849199b7179dc3074812b8e24698ec609d6a5c" "org.opencontainers.image.revision"="21849199b7179dc3074812b8e24698ec609d6a5c" "build-date"="2026-02-05T04:57:10Z" "org.opencontainers.image.created"="2026-02-05T04:57:10Z" "release"="1770267347"org.opencontainers.image.revision=21849199b7179dc3074812b8e24698ec609d6a5c,org.opencontainers.image.created=2026-02-05T04:57:10Z
                        
# 2026-02-05 12:57:28  0.00B 
/bin/sh -c #(nop) COPY file:0fae80ad6e3e7d633c86e8adf8110f5657a4ca0224252ae63b130effe61540e7 in /root/buildinfo/labels.json      
                        
# 2026-02-05 12:57:27  0.00B 
/bin/sh -c #(nop) COPY file:0fae80ad6e3e7d633c86e8adf8110f5657a4ca0224252ae63b130effe61540e7 in /usr/share/buildinfo/labels.json      
                        
# 2026-02-05 12:57:27  0.00B 
/bin/sh -c #(nop) COPY file:93583a9ebbaeff1e36b48820b647eea1eef523f6627dacfb0b21af79f5a41b35 in /root/buildinfo/content_manifests/content-sets.json      
                        
# 2026-02-05 12:57:27  0.00B 
/bin/sh -c #(nop) COPY file:93583a9ebbaeff1e36b48820b647eea1eef523f6627dacfb0b21af79f5a41b35 in /usr/share/buildinfo/content-sets.json      
                        
# 2026-02-05 12:57:27  0.00B 
/bin/sh -c #(nop) CMD ["/bin/bash"]
                        
# 2026-02-05 12:57:27  0.00B 
/bin/sh -c #(nop) COPY file:1376702515d596f414e3aa494e0daa6d408a6d2475c4aeca96bf9392f5287f69 in /etc/yum.repos.d/.      
                        
# 2026-02-05 12:57:27  0.00B 
/bin/sh -c #(nop) COPY dir:045ee84cbf9f515d46f16866a480828e69331a2895b4a0d38aab70097694b23c in /      
                        
# 2026-02-05 12:57:26  0.00B 
/bin/sh -c #(nop) ENV container oci
                        
# 2026-02-05 12:57:26  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.tags="minimal rhel9"
                        
# 2026-02-05 12:57:26  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.expose-services=""
                        
# 2026-02-05 12:57:26  0.00B 
/bin/sh -c #(nop) LABEL io.k8s.display-name="Red Hat Universal Base Image 9 Minimal"
                        
# 2026-02-05 12:57:26  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-02-05 12:57:26  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-02-05 12:57:26  0.00B 
/bin/sh -c #(nop) LABEL summary="Provides the latest release of the minimal Red Hat Universal Base Image 9."
                        
# 2026-02-05 12:57:26  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-02-05 12:57:26  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-02-05 12:57:26  0.00B 
/bin/sh -c #(nop) LABEL url="https://catalog.redhat.com/en/search?searchType=containers"
                        
# 2026-02-05 12:57:26  0.00B 
/bin/sh -c #(nop) LABEL vendor="Red Hat, Inc."
                        
# 2026-02-05 12:57:26  0.00B 
/bin/sh -c #(nop) LABEL maintainer="Red Hat, Inc."
                        
                    

镜像信息

{
    "Id": "sha256:9d8b132c10773a5bbe527d44a7083476e9b3702c4ba4afe5eb86e08fe76f85f1",
    "RepoTags": [
        "sonatype/nexus3:3.89.1",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/sonatype/nexus3:3.89.1"
    ],
    "RepoDigests": [
        "sonatype/nexus3@sha256:1aa9031e85d27ef9a001c66204b164415c0b71c680064b6243d7645e71dd4ec5",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/sonatype/nexus3@sha256:b057075b40fa4b083f54f8fff88c105bb68dc1eb1763f4c97ba648073a8e6b3f"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2026-02-12T13:18:23.638211515Z",
    "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:759f5f42d9d6ce2a705e290b7fc549e2d2cd39312c4fa345f93c02e4abb8da95",
            "build-date": "2026-02-05T04:57:10Z",
            "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-02-05T04:57:10Z",
            "org.opencontainers.image.revision": "21849199b7179dc3074812b8e24698ec609d6a5c",
            "release": "3.89.1",
            "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": "21849199b7179dc3074812b8e24698ec609d6a5c",
            "vcs-type": "git",
            "vendor": "Sonatype",
            "version": "3.89.1-02"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 700737708,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/8f61ab34b463a6229cb0638a2b4d5aa9acc8dd9381ffb2942f55a82a50bf14f0/diff:/var/lib/docker/overlay2/6b2d54c2071af421d1cf67a125df8df5c70da9c81586ec062c1508f425d5fa26/diff:/var/lib/docker/overlay2/1193d39e5155d8fb54826702b0bc96787cfa735081fc3738ad6a13ab2b23fccd/diff:/var/lib/docker/overlay2/ef9d712cc577e7fd9e2dc7e68a53531e4bd9e76350aae14d42d5c97468cc3b15/diff:/var/lib/docker/overlay2/297795c7719398f8f9976c7b2838c7d7f0f8ad0caf61646dbbabb9f11d36683c/diff",
            "MergedDir": "/var/lib/docker/overlay2/5f6c43500b512f36a21740f49432d75f9acb4f178578cbe15ebb917142d1dced/merged",
            "UpperDir": "/var/lib/docker/overlay2/5f6c43500b512f36a21740f49432d75f9acb4f178578cbe15ebb917142d1dced/diff",
            "WorkDir": "/var/lib/docker/overlay2/5f6c43500b512f36a21740f49432d75f9acb4f178578cbe15ebb917142d1dced/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:e0c81d46f937f1f84faf68fb71f862e4bd868921a7d16384d44790308d98719f",
            "sha256:a00a70128c82fb4c1ac02f23ecc2a046819f0e470a2b1c2e5d579a8c48f8c78e",
            "sha256:6c59d287d1cf268b92028aeb9a495847ee1f41dae1f76fb4c96c0f01cb45c295",
            "sha256:48367bf1f57f2db5293ab5918c6cc8ecf7c12074d5d0eaed50fcad2bcf53edc8",
            "sha256:0db1ebd692f7b336ddb1381f5a890ddd3f17fc0eab3a33c8d5ae0377b135954c",
            "sha256:14f704f15305e65b5986b5d31796e23542b54d7beee0d70c4b69c1dfbf725e40"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-03-09T10:54:35.282720162+08:00"
    }
}

更多版本

docker.io/sonatype/nexus3:3.69.0-java17

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

docker.io/sonatype/nexus3:3.69.0

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

docker.io/sonatype/nexus3:3.43.0

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

docker.io/sonatype/nexus3:3.70.1

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

docker.io/sonatype/nexus3:3.61.0

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

docker.io/sonatype/nexus3:3.38.0

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

docker.io/sonatype/nexus3:3.72.0

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

docker.io/sonatype/nexus3:3.73.0-alpine

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

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

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

docker.io/sonatype/nexus3:latest

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

docker.io/sonatype/nexus3:3.39.0

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

docker.io/sonatype/nexus3:3.73.0

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

docker.io/sonatype/nexus3:3.70.3

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

docker.io/sonatype/nexus3:3.74.0

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

docker.io/sonatype/nexus3:3.59.0

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

docker.io/sonatype/nexus3:3.68.1-java11

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

docker.io/sonatype/nexus3:3.75.0

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

docker.io/sonatype/nexus3:3.66.0

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

docker.io/sonatype/nexus3:3.75.1

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

docker.io/sonatype/nexus3:3.77.1

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

docker.io/sonatype/nexus3:3.78.1

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

docker.io/sonatype/nexus3:3.56.0

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

docker.io/sonatype/nexus3:3.78.2

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

docker.io/sonatype/nexus3:3.78.2

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

docker.io/sonatype/nexus3:3.79.0

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

docker.io/sonatype/nexus3:3.79.0

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

docker.io/sonatype/nexus3:3.25.1

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

docker.io/sonatype/nexus3:3.30.1

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

docker.io/sonatype/nexus3:3.80.0

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

docker.io/sonatype/nexus3:3.81.1

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

docker.io/sonatype/nexus3:3.21.2

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

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

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

docker.io/sonatype/nexus3:3.82.0

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

docker.io/sonatype/nexus3:3.82.0-ubi

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

docker.io/sonatype/nexus3:3.83.0-alpine

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

docker.io/sonatype/nexus3:3.41.0

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

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

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

docker.io/sonatype/nexus3:3.83.2-alpine

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

docker.io/sonatype/nexus3:3.28.1

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

docker.io/sonatype/nexus3:3.84.0-alpine

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

docker.io/sonatype/nexus3:3.29.2

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

docker.io/sonatype/nexus3:3.85.0-alpine

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

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

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

docker.io/sonatype/nexus3:3.84.1-ubi

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

docker.io/sonatype/nexus3:3.86.2

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

docker.io/sonatype/nexus3:3.86.2-alpine

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

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

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

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

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

docker.io/sonatype/nexus3:3.70.4

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

docker.io/sonatype/nexus3:3.87.0

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

docker.io/sonatype/nexus3:3.68.0-java8

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

docker.io/sonatype/nexus3:3.19.1

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

docker.io/sonatype/nexus3:3.22.1

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

docker.io/sonatype/nexus3:3.87.1

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

docker.io/sonatype/nexus3:3.87.1-alpine

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

docker.io/sonatype/nexus3:3.87.1-alpine

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

docker.io/sonatype/nexus3:3.87.1-ubi

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

docker.io/sonatype/nexus3:3.68.1

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

docker.io/sonatype/nexus3:3.77.0

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

docker.io/sonatype/nexus3:3.76.1

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

docker.io/sonatype/nexus3:3.87.2-alpine

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

docker.io/sonatype/nexus3:3.53.0

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

docker.io/sonatype/nexus3:3.88.0

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

docker.io/sonatype/nexus3:3.23.0

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

docker.io/sonatype/nexus3:3.89.1

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