logo
docker.io/sonatype/nexus3:3.85.0-java17-ubi
linux/amd64 docker.io 已验证 · sonatype 玺 贡献

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

387
浏览次数
683.57MB
镜像大小
国内镜像
swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/sonatype/nexus3:3.85.0-java17-ubi
源镜像
docker.io/sonatype/nexus3:3.85.0-java17-ubi
镜像ID
sha256:1fae659c16e299d9ad338893c0badff5e5cb5b5fd639f5a8ee17346b97a6be8d
镜像 TAG
3.85.0-java17-ubi
镜像大小
683.57MB
平台架构
linux/amd64
镜像源
docker.io
CMD
/opt/sonatype/nexus/bin/nexus run
启动入口
工作目录
/opt/sonatype
OS/平台
linux/amd64
镜像创建
2025-10-07T16:12:40.979606959Z
同步时间
2025-10-30 23:26
浏览量
387 次
贡献者
avatar
🔌 开放端口 1
8081/tcp
📁 目录挂载 1
 /nexus-data
⚙️ 环境变量 11
KeyValue
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 0
container=oci 1
SONATYPE_DIR=/opt/sonatype 2
NEXUS_HOME=/opt/sonatype/nexus 3
NEXUS_DATA=/nexus-data 4
NEXUS_CONTEXT= 5
SONATYPE_WORK=/opt/sonatype/sonatype-work 6
DOCKER_TYPE=rh-docker 7
LANG=en_US.UTF-8 8
LC_ALL=en_US.UTF-8 9
INSTALL4J_ADD_VM_PARAMS=-Xms2703m -Xmx2703m -XX:MaxDirectMemorySize=2703m -Djava.util.prefs.userRoot=/nexus-data/javaprefs -Dfile.encoding=UTF-8 10
🏷️ 镜像标签 26
KeyValue
x86_64 architecture
redhat/ubi9-minimal@sha256:7c5495d5fad59aaee12abc3cbbd2b283818ee1e814b00dbc7f25bf2d14fa4f0c base-image-ref
2025-09-18T08:36:33Z 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
The Nexus Repository Manager server with universal support for popular component formats. description
public distribution-scope
1.40.1 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
0c20ee48321f5d64135f6208d1332c0b032df6c3 org.opencontainers.image.revision
3.85.0 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
0c20ee48321f5d64135f6208d1332c0b032df6c3 vcs-ref
git vcs-type
Sonatype vendor
3.85.0-03 version

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

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

Ansible快速分发-Docker

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2025-10-08 00:12:40  0.00B 设置默认要执行的命令
CMD ["/opt/sonatype/nexus/bin/nexus" "run"]
                        
# 2025-10-08 00:12:40  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-10-08 00:12:40  0.00B 指定运行容器时使用的用户
USER nexus
                        
# 2025-10-08 00:12:40  0.00B 声明容器运行时监听的端口
EXPOSE [8081/tcp]
                        
# 2025-10-08 00:12:40  0.00B 创建挂载点用于持久化数据或共享数据
VOLUME [/nexus-data]
                        
# 2025-10-08 00:12:40  16.61MB 执行命令并创建新的镜像层
RUN |3 NEXUS_VERSION=3.85.0-03 NEXUS_DOWNLOAD_URL=https://download.sonatype.com/nexus/3/sonatype-nexus-repository-3.85.0-03-assembly.zip NEXUS_DOWNLOAD_SHA256_HASH=74ca3fa8f94a452ca3ecdf475b3cf901273bd802e7bdb13f53c45b4a50718639 /bin/sh -c microdnf remove -y gzip shadow-utils    && rpm --erase --nodeps cups-libs    && rpm --erase --nodeps expat # buildkit
                        
# 2025-10-08 00:12:40  17.46KB 执行命令并创建新的镜像层
RUN |3 NEXUS_VERSION=3.85.0-03 NEXUS_DOWNLOAD_URL=https://download.sonatype.com/nexus/3/sonatype-nexus-repository-3.85.0-03-assembly.zip NEXUS_DOWNLOAD_SHA256_HASH=74ca3fa8f94a452ca3ecdf475b3cf901273bd802e7bdb13f53c45b4a50718639 /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-10-08 00:12:40  288.57MB 执行命令并创建新的镜像层
RUN |3 NEXUS_VERSION=3.85.0-03 NEXUS_DOWNLOAD_URL=https://download.sonatype.com/nexus/3/sonatype-nexus-repository-3.85.0-03-assembly.zip NEXUS_DOWNLOAD_SHA256_HASH=74ca3fa8f94a452ca3ecdf475b3cf901273bd802e7bdb13f53c45b4a50718639 /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-10-08 00:12:29  0.00B 设置工作目录为/opt/sonatype
WORKDIR /opt/sonatype
                        
# 2025-10-08 00:12:29  0.00B 设置环境变量 LC_ALL
ENV LC_ALL=en_US.UTF-8
                        
# 2025-10-08 00:12:29  0.00B 设置环境变量 LANG
ENV LANG=en_US.UTF-8
                        
# 2025-10-08 00:12:29  273.98MB 执行命令并创建新的镜像层
RUN |3 NEXUS_VERSION=3.85.0-03 NEXUS_DOWNLOAD_URL=https://download.sonatype.com/nexus/3/sonatype-nexus-repository-3.85.0-03-assembly.zip NEXUS_DOWNLOAD_SHA256_HASH=74ca3fa8f94a452ca3ecdf475b3cf901273bd802e7bdb13f53c45b4a50718639 /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-10-08 00:12:29  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-10-08 00:12:29  0.00B 设置环境变量 SONATYPE_DIR
ENV SONATYPE_DIR=/opt/sonatype
                        
# 2025-10-08 00:12:29  0.00B 定义构建参数
ARG NEXUS_DOWNLOAD_SHA256_HASH=74ca3fa8f94a452ca3ecdf475b3cf901273bd802e7bdb13f53c45b4a50718639
                        
# 2025-10-08 00:12:29  0.00B 定义构建参数
ARG NEXUS_DOWNLOAD_URL=https://download.sonatype.com/nexus/3/sonatype-nexus-repository-3.85.0-03-assembly.zip
                        
# 2025-10-08 00:12:29  0.00B 定义构建参数
ARG NEXUS_VERSION=3.85.0-03
                        
# 2025-10-08 00:12:29  0.00B 添加元数据标签
LABEL name=Nexus Repository Manager maintainer=Sonatype <support@sonatype.com> vendor=Sonatype version=3.85.0-03 release=3.85.0 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-09-18 16:36:49  104.39MB 
/bin/sh -c #(nop) LABEL "architecture"="x86_64" "vcs-type"="git" "vcs-ref"="0c20ee48321f5d64135f6208d1332c0b032df6c3" "org.opencontainers.image.revision"="0c20ee48321f5d64135f6208d1332c0b032df6c3" "build-date"="2025-09-18T08:36:33Z" "release"="1758184547"
                        
# 2025-09-18 16:36:49  0.00B 
/bin/sh -c #(nop) COPY file:097ec12a5c22da979b55e75443e50150904b478d4249b64b2431aae8901ea4d2 in /root/buildinfo/labels.json 
                        
# 2025-09-18 16:36:49  0.00B 
/bin/sh -c #(nop) COPY file:58cc94f5b3b2d60de2c77a6ed4b1797dcede502ccdb429a72e7a72d994235b3c in /root/buildinfo/content_manifests/content-sets.json 
                        
# 2025-09-18 16:36:49  0.00B 
/bin/sh -c #(nop) COPY file:58cc94f5b3b2d60de2c77a6ed4b1797dcede502ccdb429a72e7a72d994235b3c in /usr/share/buildinfo/content-sets.json 
                        
# 2025-09-18 16:36:48  0.00B 
/bin/sh -c #(nop) CMD ["/bin/bash"]
                        
# 2025-09-18 16:36:48  0.00B 
/bin/sh -c #(nop) COPY file:b37d593713ee21ad52a4cd1424dc019a24f7966f85df0ac4b86d234302695328 in /etc/yum.repos.d/. 
                        
# 2025-09-18 16:36:48  0.00B 
/bin/sh -c #(nop) COPY dir:c341d431f712f164558c0a23b4ff14b886e2ce5a998d4c5baaaa381ffd7c3b00 in / 
                        
# 2025-09-18 16:36:47  0.00B 
/bin/sh -c #(nop) ENV container oci
                        
# 2025-09-18 16:36:47  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.tags="minimal rhel9"
                        
# 2025-09-18 16:36:47  0.00B 
/bin/sh -c #(nop) LABEL io.openshift.expose-services=""
                        
# 2025-09-18 16:36:47  0.00B 
/bin/sh -c #(nop) LABEL io.k8s.display-name="Red Hat Universal Base Image 9 Minimal"
                        
# 2025-09-18 16:36:47  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-09-18 16:36:47  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-09-18 16:36:47  0.00B 
/bin/sh -c #(nop) LABEL summary="Provides the latest release of the minimal Red Hat Universal Base Image 9."
                        
# 2025-09-18 16:36:47  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-09-18 16:36:47  0.00B 
/bin/sh -c #(nop) LABEL com.redhat.component="ubi9-minimal-container"       name="ubi9-minimal"       version="9.6"       distribution-scope="public"
                        
# 2025-09-18 16:36:47  0.00B 
/bin/sh -c #(nop) LABEL url="https://catalog.redhat.com/en/search?searchType=containers"
                        
# 2025-09-18 16:36:47  0.00B 
/bin/sh -c #(nop) LABEL vendor="Red Hat, Inc."
                        
# 2025-09-18 16:36:47  0.00B 
/bin/sh -c #(nop) LABEL maintainer="Red Hat, Inc."
                        
                    

镜像信息

{
    "Id": "sha256:1fae659c16e299d9ad338893c0badff5e5cb5b5fd639f5a8ee17346b97a6be8d",
    "RepoTags": [
        "sonatype/nexus3:3.85.0-java17-ubi",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/sonatype/nexus3:3.85.0-java17-ubi"
    ],
    "RepoDigests": [
        "sonatype/nexus3@sha256:a2f0af994a4022a127414e9733adcf175ffb655d266fb4b0836717c5aa33a58d",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/sonatype/nexus3@sha256:c7e761542ba9a217e8337cd97eaa3f56a791a9f9f4a071e7c01bef099a26a9d5"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2025-10-07T16:12:40.979606959Z",
    "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:7c5495d5fad59aaee12abc3cbbd2b283818ee1e814b00dbc7f25bf2d14fa4f0c",
            "build-date": "2025-09-18T08:36:33Z",
            "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",
            "description": "The Nexus Repository Manager server           with universal support for popular component formats.",
            "distribution-scope": "public",
            "io.buildah.version": "1.40.1",
            "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": "0c20ee48321f5d64135f6208d1332c0b032df6c3",
            "release": "3.85.0",
            "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": "0c20ee48321f5d64135f6208d1332c0b032df6c3",
            "vcs-type": "git",
            "vendor": "Sonatype",
            "version": "3.85.0-03"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 683569229,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/729bd9894454b0d6576096d5bcddf8b8a69fdc3f0215fb25c4e2562fc71b9634/diff:/var/lib/docker/overlay2/04dc9f2312ed4bd840df82eb60d09d1c0af696a5da09eb5816772661fe29df4d/diff:/var/lib/docker/overlay2/09aaa4bd51dbc9ce90858985210c65563eefbd4aa8088cdeaed79fb884c3fa0c/diff:/var/lib/docker/overlay2/be0d60bfcece874a7748adf90395259eb1cc7334bda7118af43e4545b4737b39/diff:/var/lib/docker/overlay2/2a9034512f5dc2b62237dcb1c4a97cc8d5dccd59162a94fb1cd5e2a524ef5bde/diff",
            "MergedDir": "/var/lib/docker/overlay2/2e805a4eb4607c3e4b7ed74c57824e3dae5cd70488071597e3a1982d7f20aec4/merged",
            "UpperDir": "/var/lib/docker/overlay2/2e805a4eb4607c3e4b7ed74c57824e3dae5cd70488071597e3a1982d7f20aec4/diff",
            "WorkDir": "/var/lib/docker/overlay2/2e805a4eb4607c3e4b7ed74c57824e3dae5cd70488071597e3a1982d7f20aec4/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:55d5530fe8468c8c9907e0aa1de030811941604fa5f46de3db6dc15ec40906dd",
            "sha256:8cfcb038a636c451025b95f86461d2815ff183bd4ef824fffd12850ef22e7626",
            "sha256:a9db99b846bb9fce8f856bbcf5fda1b0f063535f5d99c26be2febf0bdeba809d",
            "sha256:bcea64dc878f73817f07417c2d725537b6ca2ce99a240951fff9b70ccfc63de3",
            "sha256:1d3ca3e0ffe91ebae6b572b3e3b6b57bda54a39df6d5afe8d528edb88dda6c96",
            "sha256:e8c2bcbd0e2a8de4fccd815dea1c2820ac8008192b4ae53b311a97e1c912be6b"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-10-30T23:25:49.081712352+08:00"
    }
}

更多版本

docker.io/sonatype/nexus3:3.69.0-java17

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

docker.io/sonatype/nexus3:3.69.0

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

docker.io/sonatype/nexus3:3.43.0

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

docker.io/sonatype/nexus3:3.70.1

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

docker.io/sonatype/nexus3:3.61.0

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

docker.io/sonatype/nexus3:3.38.0

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

docker.io/sonatype/nexus3:3.72.0

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

docker.io/sonatype/nexus3:3.73.0-alpine

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

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

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

docker.io/sonatype/nexus3:latest

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

docker.io/sonatype/nexus3:3.39.0

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

docker.io/sonatype/nexus3:3.73.0

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

docker.io/sonatype/nexus3:3.70.3

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

docker.io/sonatype/nexus3:3.74.0

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

docker.io/sonatype/nexus3:3.59.0

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

docker.io/sonatype/nexus3:3.68.1-java11

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

docker.io/sonatype/nexus3:3.75.0

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

docker.io/sonatype/nexus3:3.66.0

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

docker.io/sonatype/nexus3:3.75.1

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

docker.io/sonatype/nexus3:3.77.1

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

docker.io/sonatype/nexus3:3.78.1

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

docker.io/sonatype/nexus3:3.56.0

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

docker.io/sonatype/nexus3:3.78.2

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

docker.io/sonatype/nexus3:3.78.2

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

docker.io/sonatype/nexus3:3.79.0

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

docker.io/sonatype/nexus3:3.79.0

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

docker.io/sonatype/nexus3:3.25.1

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

docker.io/sonatype/nexus3:3.30.1

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

docker.io/sonatype/nexus3:3.80.0

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

docker.io/sonatype/nexus3:3.81.1

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

docker.io/sonatype/nexus3:3.21.2

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

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

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

docker.io/sonatype/nexus3:3.82.0

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

docker.io/sonatype/nexus3:3.82.0-ubi

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

docker.io/sonatype/nexus3:3.83.0-alpine

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

docker.io/sonatype/nexus3:3.41.0

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

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

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

docker.io/sonatype/nexus3:3.83.2-alpine

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

docker.io/sonatype/nexus3:3.28.1

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

docker.io/sonatype/nexus3:3.84.0-alpine

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

docker.io/sonatype/nexus3:3.29.2

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

docker.io/sonatype/nexus3:3.85.0-alpine

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

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

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

docker.io/sonatype/nexus3:3.84.1-ubi

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

docker.io/sonatype/nexus3:3.86.2

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

docker.io/sonatype/nexus3:3.86.2-alpine

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

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

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

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

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

docker.io/sonatype/nexus3:3.70.4

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

docker.io/sonatype/nexus3:3.87.0

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

docker.io/sonatype/nexus3:3.68.0-java8

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

docker.io/sonatype/nexus3:3.19.1

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

docker.io/sonatype/nexus3:3.22.1

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

docker.io/sonatype/nexus3:3.87.1

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

docker.io/sonatype/nexus3:3.87.1-alpine

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

docker.io/sonatype/nexus3:3.87.1-alpine

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

docker.io/sonatype/nexus3:3.87.1-ubi

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

docker.io/sonatype/nexus3:3.68.1

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

docker.io/sonatype/nexus3:3.77.0

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

docker.io/sonatype/nexus3:3.76.1

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

docker.io/sonatype/nexus3:3.87.2-alpine

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

docker.io/sonatype/nexus3:3.53.0

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

docker.io/sonatype/nexus3:3.88.0

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

docker.io/sonatype/nexus3:3.23.0

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

docker.io/sonatype/nexus3:3.89.1

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

docker.io/sonatype/nexus3:3.90.1

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

docker.io/sonatype/nexus3:3.90.2

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

docker.io/sonatype/nexus3:3.70.0

linux/amd64 docker.io595.52MB2026-04-07 13:55
175

docker.io/sonatype/nexus3:3.90.2

linux/arm64 docker.io709.29MB2026-04-08 14:22
151

docker.io/sonatype/nexus3:3.91.0

linux/amd64 docker.io623.13MB2026-04-10 08:36
322

docker.io/sonatype/nexus3:3.91.1-alpine

linux/amd64 docker.io623.13MB2026-04-20 18:28
285

docker.io/sonatype/nexus3:3.78.3

linux/arm64 docker.io644.87MB2026-04-25 13:01
105

docker.io/sonatype/nexus3:3.92.3

linux/amd64 docker.io658.70MB2026-06-03 16:39
174

docker.io/sonatype/nexus3:3.70.5

linux/amd64 docker.io604.01MB2026-06-17 14:59
80
检测到您正在使用广告拦截插件,本站为公益站点,依赖广告维持运转 🙏 查看如何关闭 ×