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

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

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

源镜像 docker.io/sonatype/nexus3:3.86.2
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/sonatype/nexus3:3.86.2
镜像ID sha256:f8f2375358872aba05186c5b69e5709e64c4f20e65fa73987a20bae86943b571
镜像TAG 3.86.2
大小 663.47MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD /opt/sonatype/nexus/bin/nexus run
启动入口
工作目录 /opt/sonatype
OS/平台 linux/amd64
浏览量 13 次
贡献者
镜像创建 2025-11-12T22:08:02.809515876Z
同步时间 2025-11-19 09:45
更新时间 2025-11-19 14:39
开放端口
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=-Xms2703m -Xmx2703m -XX:MaxDirectMemorySize=2703m -Djava.util.prefs.userRoot=/nexus-data/javaprefs -Dfile.encoding=UTF-8
镜像标签
x86_64: architecture redhat/ubi9-minimal@sha256:53ea1f6d835898acda5becdb3f8b1292038a480384bbcf994fc0bcf1f7e8eaf7: base-image-ref 2025-11-12T14:07:06Z: 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.41.4: 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 09400c6ea1039bbeb186633c5815980c077ced2a: org.opencontainers.image.revision 3.86.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 09400c6ea1039bbeb186633c5815980c077ced2a: vcs-ref git: vcs-type Sonatype: vendor 3.86.2-01: version

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2025-11-13 06:08:02  0.00B 设置默认要执行的命令
CMD ["/opt/sonatype/nexus/bin/nexus" "run"]
                        
# 2025-11-13 06:08:02  0.00B 设置环境变量 INSTALL4J_ADD_VM_PARAMS -XX:MaxDirectMemorySize -Djava.util.prefs.userRoot -Dfile.encoding
ENV INSTALL4J_ADD_VM_PARAMS=-Xms2703m -Xmx2703m -XX:MaxDirectMemorySize=2703m -Djava.util.prefs.userRoot=/nexus-data/javaprefs -Dfile.encoding=UTF-8
                        
# 2025-11-13 06:08:02  0.00B 指定运行容器时使用的用户
USER nexus
                        
# 2025-11-13 06:08:02  0.00B 声明容器运行时监听的端口
EXPOSE [8081/tcp]
                        
# 2025-11-13 06:08:02  0.00B 创建挂载点用于持久化数据或共享数据
VOLUME [/nexus-data]
                        
# 2025-11-13 06:08:02  16.66MB 执行命令并创建新的镜像层
RUN |3 NEXUS_VERSION=3.86.2-01 NEXUS_DOWNLOAD_URL=https://download.sonatype.com/nexus/3/sonatype-nexus-repository-3.86.2-01-assembly.zip NEXUS_DOWNLOAD_SHA256_HASH=9b898ccb7c20f81cf172e25f52bf9f16272e7ba6a39ff62ee741cae312580eee /bin/sh -c microdnf remove -y gzip shadow-utils    && rpm --erase --nodeps cups-libs    && rpm --erase --nodeps expat # buildkit
                        
# 2025-11-13 06:08:02  17.46KB 执行命令并创建新的镜像层
RUN |3 NEXUS_VERSION=3.86.2-01 NEXUS_DOWNLOAD_URL=https://download.sonatype.com/nexus/3/sonatype-nexus-repository-3.86.2-01-assembly.zip NEXUS_DOWNLOAD_SHA256_HASH=9b898ccb7c20f81cf172e25f52bf9f16272e7ba6a39ff62ee741cae312580eee /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
                        
# 2025-11-13 06:08:02  267.16MB 执行命令并创建新的镜像层
RUN |3 NEXUS_VERSION=3.86.2-01 NEXUS_DOWNLOAD_URL=https://download.sonatype.com/nexus/3/sonatype-nexus-repository-3.86.2-01-assembly.zip NEXUS_DOWNLOAD_SHA256_HASH=9b898ccb7c20f81cf172e25f52bf9f16272e7ba6a39ff62ee741cae312580eee /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
                        
# 2025-11-13 06:07:53  0.00B 设置工作目录为/opt/sonatype
WORKDIR /opt/sonatype
                        
# 2025-11-13 06:07:53  0.00B 设置环境变量 LC_ALL
ENV LC_ALL=en_US.UTF-8
                        
# 2025-11-13 06:07:53  0.00B 设置环境变量 LANG
ENV LANG=en_US.UTF-8
                        
# 2025-11-13 06:07:53  274.21MB 执行命令并创建新的镜像层
RUN |3 NEXUS_VERSION=3.86.2-01 NEXUS_DOWNLOAD_URL=https://download.sonatype.com/nexus/3/sonatype-nexus-repository-3.86.2-01-assembly.zip NEXUS_DOWNLOAD_SHA256_HASH=9b898ccb7c20f81cf172e25f52bf9f16272e7ba6a39ff62ee741cae312580eee /bin/sh -c microdnf update -y     && microdnf --setopt=install_weak_deps=0 --setopt=tsflags=nodocs install -y           java-17-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
                        
# 2025-11-13 06:07:53  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
                        
# 2025-11-13 06:07:53  0.00B 设置环境变量 SONATYPE_DIR
ENV SONATYPE_DIR=/opt/sonatype
                        
# 2025-11-13 06:07:53  0.00B 定义构建参数
ARG NEXUS_DOWNLOAD_SHA256_HASH=9b898ccb7c20f81cf172e25f52bf9f16272e7ba6a39ff62ee741cae312580eee
                        
# 2025-11-13 06:07:53  0.00B 定义构建参数
ARG NEXUS_DOWNLOAD_URL=https://download.sonatype.com/nexus/3/sonatype-nexus-repository-3.86.2-01-assembly.zip
                        
# 2025-11-13 06:07:53  0.00B 定义构建参数
ARG NEXUS_VERSION=3.86.2-01
                        
# 2025-11-13 06:07:53  0.00B 添加元数据标签
LABEL name=Nexus Repository Manager maintainer=Sonatype <support@sonatype.com> vendor=Sonatype version=3.86.2-01 release=3.86.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
                        
# 2025-11-12 22:07:24  105.42MB 
/bin/sh -c #(nop) LABEL "architecture"="x86_64" "vcs-type"="git" "vcs-ref"="09400c6ea1039bbeb186633c5815980c077ced2a" "org.opencontainers.image.revision"="09400c6ea1039bbeb186633c5815980c077ced2a" "build-date"="2025-11-12T14:07:06Z" "release"="1762956380"org.opencontainers.image.revision=09400c6ea1039bbeb186633c5815980c077ced2a
                        
# 2025-11-12 22:07:24  0.00B 
/bin/sh -c #(nop) COPY file:b446d7ec96d8598bdd079305b40e4e5a0c1e0d484658876cab87a4393ac52954 in /root/buildinfo/labels.json      
                        
# 2025-11-12 22:07:24  0.00B 
/bin/sh -c #(nop) COPY file:b446d7ec96d8598bdd079305b40e4e5a0c1e0d484658876cab87a4393ac52954 in /usr/share/buildinfo/labels.json      
                        
# 2025-11-12 22:07:24  0.00B 
/bin/sh -c #(nop) COPY file:93583a9ebbaeff1e36b48820b647eea1eef523f6627dacfb0b21af79f5a41b35 in /root/buildinfo/content_manifests/content-sets.json      
                        
# 2025-11-12 22:07:24  0.00B 
/bin/sh -c #(nop) COPY file:93583a9ebbaeff1e36b48820b647eea1eef523f6627dacfb0b21af79f5a41b35 in /usr/share/buildinfo/content-sets.json      
                        
# 2025-11-12 22:07:24  0.00B 
/bin/sh -c #(nop) CMD ["/bin/bash"]
                        
# 2025-11-12 22:07:24  0.00B 
/bin/sh -c #(nop) COPY file:1376702515d596f414e3aa494e0daa6d408a6d2475c4aeca96bf9392f5287f69 in /etc/yum.repos.d/.      
                        
# 2025-11-12 22:07:24  0.00B 
/bin/sh -c #(nop) COPY dir:fd8f02dabe7ae9790ce0638d1f9e9f60d460b3580843d39cb4dee8e471c106cc in /      
                        
# 2025-11-12 22:07:23  0.00B 
/bin/sh -c #(nop) ENV container oci
                        
# 2025-11-12 22:07:23  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.tags="minimal rhel9"
                        
# 2025-11-12 22:07:23  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.expose-services=""
                        
# 2025-11-12 22:07:23  0.00B 
/bin/sh -c #(nop) LABEL io.k8s.display-name="Red Hat Universal Base Image 9 Minimal"
                        
# 2025-11-12 22:07:23  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."
                        
# 2025-11-12 22:07:23  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."
                        
# 2025-11-12 22:07:23  0.00B 
/bin/sh -c #(nop) LABEL summary="Provides the latest release of the minimal Red Hat Universal Base Image 9."
                        
# 2025-11-12 22:07:22  0.00B 
/bin/sh -c #(nop) LABEL com.redhat.license_terms="https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI"
                        
# 2025-11-12 22:07:22  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"
                        
# 2025-11-12 22:07:22  0.00B 
/bin/sh -c #(nop) LABEL url="https://catalog.redhat.com/en/search?searchType=containers"
                        
# 2025-11-12 22:07:22  0.00B 
/bin/sh -c #(nop) LABEL vendor="Red Hat, Inc."
                        
# 2025-11-12 22:07:22  0.00B 
/bin/sh -c #(nop) LABEL maintainer="Red Hat, Inc."
                        
                    

镜像信息

{
    "Id": "sha256:f8f2375358872aba05186c5b69e5709e64c4f20e65fa73987a20bae86943b571",
    "RepoTags": [
        "sonatype/nexus3:3.86.2",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/sonatype/nexus3:3.86.2"
    ],
    "RepoDigests": [
        "sonatype/nexus3@sha256:8653beddcadf1a74f9fccde354dc3bc56bb0de8a6b650b8da9ce007585010930",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/sonatype/nexus3@sha256:ac3d54cb3158096d93efe3a172abcbe62f77a4ae2c244645770306ac6deb5656"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-11-12T22:08:02.809515876Z",
    "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=-Xms2703m -Xmx2703m -XX:MaxDirectMemorySize=2703m -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:53ea1f6d835898acda5becdb3f8b1292038a480384bbcf994fc0bcf1f7e8eaf7",
            "build-date": "2025-11-12T14:07:06Z",
            "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.41.4",
            "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.revision": "09400c6ea1039bbeb186633c5815980c077ced2a",
            "release": "3.86.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": "09400c6ea1039bbeb186633c5815980c077ced2a",
            "vcs-type": "git",
            "vendor": "Sonatype",
            "version": "3.86.2-01"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 663472137,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/3ce678f636898fe279b51084ab28d9545527312ed7f080e91b4b1f1ef01263d3/diff:/var/lib/docker/overlay2/1d747d7c74ab709ef57482c3b0c4404c1850bb697baa6c4a9ecf7a6264ffcfca/diff:/var/lib/docker/overlay2/05a093956fef4d5d5f9b6db1c44faf74ec88a1eab50919a438585d9180a8fdc2/diff:/var/lib/docker/overlay2/1c6d65c15e2d822726de862c60abcfbcb23fdcbf8c6c3fd0bd561200f36a02fd/diff:/var/lib/docker/overlay2/c1e2f65d99e1c4f4004bc91cc3cdffc268199ce53ef4d5109b7fe3184c089a5f/diff",
            "MergedDir": "/var/lib/docker/overlay2/f93e68bf108c35ba9ee8fe1b7d4898d515f655bc14daf5f234d9b086ac72fbde/merged",
            "UpperDir": "/var/lib/docker/overlay2/f93e68bf108c35ba9ee8fe1b7d4898d515f655bc14daf5f234d9b086ac72fbde/diff",
            "WorkDir": "/var/lib/docker/overlay2/f93e68bf108c35ba9ee8fe1b7d4898d515f655bc14daf5f234d9b086ac72fbde/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:2542c7f7498647617d5240a8a1dae5194666313916255fd6271e738d24de8879",
            "sha256:b2e2fbaf59df5358b9ed5a60f68240304f98e49108e3fb89f5ad7eb98a9db577",
            "sha256:dbfba97a75895bdfdfd0c671a1968878b1a7abfe6b10599dd58d2c386771e718",
            "sha256:13e9d332a35090a5baaa07b2573af0f1322582500ddd8fab3573417c024cb305",
            "sha256:a8b7c57bad0d34c0e51e201b37e9d3320b5d29d61a29eb5968d66ab57445496a",
            "sha256:a4a743619f4a27e9b02b5474e715f426d4c78055489d589e3a9afa3afd9235ab"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-11-19T09:44:21.384882985+08:00"
    }
}

更多版本

docker.io/sonatype/nexus3:3.69.0-java17

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

docker.io/sonatype/nexus3:3.69.0

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

docker.io/sonatype/nexus3:3.43.0

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

docker.io/sonatype/nexus3:3.70.1

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

docker.io/sonatype/nexus3:3.61.0

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

docker.io/sonatype/nexus3:3.38.0

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

docker.io/sonatype/nexus3:3.72.0

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

docker.io/sonatype/nexus3:3.73.0-alpine

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

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

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

docker.io/sonatype/nexus3:latest

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

docker.io/sonatype/nexus3:3.39.0

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

docker.io/sonatype/nexus3:3.73.0

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

docker.io/sonatype/nexus3:3.70.3

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

docker.io/sonatype/nexus3:3.74.0

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

docker.io/sonatype/nexus3:3.59.0

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

docker.io/sonatype/nexus3:3.68.1-java11

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

docker.io/sonatype/nexus3:3.75.0

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

docker.io/sonatype/nexus3:3.66.0

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

docker.io/sonatype/nexus3:3.75.1

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

docker.io/sonatype/nexus3:3.77.1

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

docker.io/sonatype/nexus3:3.78.1

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

docker.io/sonatype/nexus3:3.56.0

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

docker.io/sonatype/nexus3:3.78.2

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

docker.io/sonatype/nexus3:3.78.2

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

docker.io/sonatype/nexus3:3.79.0

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

docker.io/sonatype/nexus3:3.79.0

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

docker.io/sonatype/nexus3:3.25.1

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

docker.io/sonatype/nexus3:3.30.1

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

docker.io/sonatype/nexus3:3.80.0

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

docker.io/sonatype/nexus3:3.81.1

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

docker.io/sonatype/nexus3:3.21.2

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

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

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

docker.io/sonatype/nexus3:3.82.0

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

docker.io/sonatype/nexus3:3.82.0-ubi

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

docker.io/sonatype/nexus3:3.83.0-alpine

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

docker.io/sonatype/nexus3:3.41.0

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

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

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

docker.io/sonatype/nexus3:3.83.2-alpine

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

docker.io/sonatype/nexus3:3.28.1

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

docker.io/sonatype/nexus3:3.84.0-alpine

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

docker.io/sonatype/nexus3:3.29.2

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

docker.io/sonatype/nexus3:3.85.0-alpine

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

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

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

docker.io/sonatype/nexus3:3.84.1-ubi

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

docker.io/sonatype/nexus3:3.86.2

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