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

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

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

源镜像 docker.io/sonatype/nexus3:3.90.1
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/sonatype/nexus3:3.90.1
镜像ID sha256:8509100d098c4ebfa14072324918fb7f717334519e0e1347075b23e83af61bbd
镜像TAG 3.90.1
大小 701.19MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD /opt/sonatype/nexus/bin/nexus run
启动入口
工作目录 /opt/sonatype
OS/平台 linux/amd64
浏览量 15 次
贡献者
镜像创建 2026-03-06T21:31:49.13924629Z
同步时间 2026-03-23 18:40
开放端口
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:c7d44146f826037f6873d99da479299b889473492d3c1ab8af86f08af04ec8a0: base-image-ref 2026-02-17T16:42:34Z: 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-17T16:42:34Z: org.opencontainers.image.created 0ced2bbee24d5463d4530756a57f8db895246c48: org.opencontainers.image.revision 3.90.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 0ced2bbee24d5463d4530756a57f8db895246c48: vcs-ref git: vcs-type Sonatype: vendor 3.90.1-01: version

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

sed -i 's#sonatype/nexus3:3.90.1#swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/sonatype/nexus3:3.90.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.90.1 && docker tag  swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/sonatype/nexus3:3.90.1  docker.io/sonatype/nexus3:3.90.1'

Ansible快速分发-Containerd

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

镜像构建历史


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

镜像信息

{
    "Id": "sha256:8509100d098c4ebfa14072324918fb7f717334519e0e1347075b23e83af61bbd",
    "RepoTags": [
        "sonatype/nexus3:3.90.1",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/sonatype/nexus3:3.90.1"
    ],
    "RepoDigests": [
        "sonatype/nexus3@sha256:cb94c17229a34d20365345dfa28552ee462cf79c77dd2fadbd98422e5a439bc9",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/sonatype/nexus3@sha256:afae810a31328d09515c16bce0b5a16c0ca5ae2c00feff1a0d49982a2af13fef"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2026-03-06T21:31:49.13924629Z",
    "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:c7d44146f826037f6873d99da479299b889473492d3c1ab8af86f08af04ec8a0",
            "build-date": "2026-02-17T16:42:34Z",
            "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-17T16:42:34Z",
            "org.opencontainers.image.revision": "0ced2bbee24d5463d4530756a57f8db895246c48",
            "release": "3.90.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": "0ced2bbee24d5463d4530756a57f8db895246c48",
            "vcs-type": "git",
            "vendor": "Sonatype",
            "version": "3.90.1-01"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 701187876,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/5c18a8a299d7c0af95bb6d4ee84a6856adf72ca72d94b3224b405cb7df66e02f/diff:/var/lib/docker/overlay2/fd894b84bf9f8e2538d00614fcce3e6b452705bfc9a1ea3b23331588d32e350a/diff:/var/lib/docker/overlay2/1cb303b4da95d410e5151f274e5cc567f9ac4f86a10c02583da31cf2d4f3bae5/diff:/var/lib/docker/overlay2/262299d391ab57203def77b2c38658b6ef6ea0388a5404ab46b59a5a17e07a96/diff:/var/lib/docker/overlay2/609e6e8f70026a3a09362517c83d0d7d68acd7c9916543a20730cdbb124928e6/diff",
            "MergedDir": "/var/lib/docker/overlay2/476aec2697174c12641b2a7a28cb75e057d20bab27bc20a4e8af5e2233ea6239/merged",
            "UpperDir": "/var/lib/docker/overlay2/476aec2697174c12641b2a7a28cb75e057d20bab27bc20a4e8af5e2233ea6239/diff",
            "WorkDir": "/var/lib/docker/overlay2/476aec2697174c12641b2a7a28cb75e057d20bab27bc20a4e8af5e2233ea6239/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:c7d126a38ec29b4dfaa7477bb233e17cf1e9bfd0d3dd7af6201f8c5547ac3f50",
            "sha256:302a736a129d255cd60b93cc83ffdaf13ccaf38d2378b83c8ff00ca1e6cf7368",
            "sha256:b71ea5a605a0b69fa2faf10cd5ca2d32eea3fe9d94415cc07a861f3daa566196",
            "sha256:2e98a0c156149cdc6c365276a54b8ee3826cdaee7322bdcad2b07ad1cfa98be4",
            "sha256:6ee2cb3d017f46c9246d1e3dac8d54aa7a55da2486e7cf8f97619d2c661204da",
            "sha256:e7650f89b4028890384de21922bd7d9229d7f34a348d0ac20ac3d9bfaf108d7d"
        ]
    },
    "Metadata": {
        "LastTagTime": "2026-03-23T18:39:30.867151286+08:00"
    }
}

更多版本

docker.io/sonatype/nexus3:3.69.0-java17

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

docker.io/sonatype/nexus3:3.69.0

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

docker.io/sonatype/nexus3:3.43.0

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

docker.io/sonatype/nexus3:3.70.1

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

docker.io/sonatype/nexus3:3.61.0

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

docker.io/sonatype/nexus3:3.38.0

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

docker.io/sonatype/nexus3:3.72.0

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

docker.io/sonatype/nexus3:3.73.0-alpine

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

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

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

docker.io/sonatype/nexus3:latest

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

docker.io/sonatype/nexus3:3.39.0

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

docker.io/sonatype/nexus3:3.73.0

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

docker.io/sonatype/nexus3:3.70.3

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

docker.io/sonatype/nexus3:3.74.0

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

docker.io/sonatype/nexus3:3.59.0

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

docker.io/sonatype/nexus3:3.68.1-java11

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

docker.io/sonatype/nexus3:3.75.0

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

docker.io/sonatype/nexus3:3.66.0

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

docker.io/sonatype/nexus3:3.75.1

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

docker.io/sonatype/nexus3:3.77.1

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

docker.io/sonatype/nexus3:3.78.1

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

docker.io/sonatype/nexus3:3.56.0

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

docker.io/sonatype/nexus3:3.78.2

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

docker.io/sonatype/nexus3:3.78.2

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

docker.io/sonatype/nexus3:3.79.0

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

docker.io/sonatype/nexus3:3.79.0

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

docker.io/sonatype/nexus3:3.25.1

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

docker.io/sonatype/nexus3:3.30.1

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

docker.io/sonatype/nexus3:3.80.0

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

docker.io/sonatype/nexus3:3.81.1

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

docker.io/sonatype/nexus3:3.21.2

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

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

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

docker.io/sonatype/nexus3:3.82.0

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

docker.io/sonatype/nexus3:3.82.0-ubi

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

docker.io/sonatype/nexus3:3.83.0-alpine

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

docker.io/sonatype/nexus3:3.41.0

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

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

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

docker.io/sonatype/nexus3:3.83.2-alpine

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

docker.io/sonatype/nexus3:3.28.1

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

docker.io/sonatype/nexus3:3.84.0-alpine

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

docker.io/sonatype/nexus3:3.29.2

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

docker.io/sonatype/nexus3:3.85.0-alpine

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

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

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

docker.io/sonatype/nexus3:3.84.1-ubi

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

docker.io/sonatype/nexus3:3.86.2

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

docker.io/sonatype/nexus3:3.86.2-alpine

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

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

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

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

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

docker.io/sonatype/nexus3:3.70.4

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

docker.io/sonatype/nexus3:3.87.0

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

docker.io/sonatype/nexus3:3.68.0-java8

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

docker.io/sonatype/nexus3:3.19.1

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

docker.io/sonatype/nexus3:3.22.1

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

docker.io/sonatype/nexus3:3.87.1

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

docker.io/sonatype/nexus3:3.87.1-alpine

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

docker.io/sonatype/nexus3:3.87.1-alpine

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

docker.io/sonatype/nexus3:3.87.1-ubi

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

docker.io/sonatype/nexus3:3.68.1

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

docker.io/sonatype/nexus3:3.77.0

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

docker.io/sonatype/nexus3:3.76.1

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

docker.io/sonatype/nexus3:3.87.2-alpine

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

docker.io/sonatype/nexus3:3.53.0

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

docker.io/sonatype/nexus3:3.88.0

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

docker.io/sonatype/nexus3:3.23.0

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

docker.io/sonatype/nexus3:3.89.1

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

docker.io/sonatype/nexus3:3.90.1

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