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

docker.io/sonatype/nexus3:3.85.0-java17-ubi - 国内下载镜像源 浏览次数:262 玺 贡献同步 安全受验证的发布者-sonatype

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

源镜像 docker.io/sonatype/nexus3:3.85.0-java17-ubi
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/sonatype/nexus3:3.85.0-java17-ubi
镜像ID sha256:1fae659c16e299d9ad338893c0badff5e5cb5b5fd639f5a8ee17346b97a6be8d
镜像TAG 3.85.0-java17-ubi
大小 683.57MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD /opt/sonatype/nexus/bin/nexus run
启动入口
工作目录 /opt/sonatype
OS/平台 linux/amd64
浏览量 262 次
贡献者
avatar
镜像创建 2025-10-07T16:12:40.979606959Z
同步时间 2025-10-30 23:26
开放端口
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: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
1017

docker.io/sonatype/nexus3:3.69.0

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

docker.io/sonatype/nexus3:3.43.0

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

docker.io/sonatype/nexus3:3.70.1

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

docker.io/sonatype/nexus3:3.61.0

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

docker.io/sonatype/nexus3:3.38.0

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

docker.io/sonatype/nexus3:3.72.0

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

docker.io/sonatype/nexus3:3.73.0-alpine

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

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

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

docker.io/sonatype/nexus3:latest

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

docker.io/sonatype/nexus3:3.39.0

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

docker.io/sonatype/nexus3:3.73.0

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

docker.io/sonatype/nexus3:3.70.3

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

docker.io/sonatype/nexus3:3.74.0

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

docker.io/sonatype/nexus3:3.59.0

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

docker.io/sonatype/nexus3:3.68.1-java11

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

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
448

docker.io/sonatype/nexus3:3.75.1

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

docker.io/sonatype/nexus3:3.77.1

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

docker.io/sonatype/nexus3:3.78.1

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

docker.io/sonatype/nexus3:3.56.0

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

docker.io/sonatype/nexus3:3.78.2

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

docker.io/sonatype/nexus3:3.78.2

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

docker.io/sonatype/nexus3:3.79.0

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

docker.io/sonatype/nexus3:3.79.0

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

docker.io/sonatype/nexus3:3.25.1

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

docker.io/sonatype/nexus3:3.30.1

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

docker.io/sonatype/nexus3:3.80.0

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

docker.io/sonatype/nexus3:3.81.1

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

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
713

docker.io/sonatype/nexus3:3.82.0

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

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
483

docker.io/sonatype/nexus3:3.41.0

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

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

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

docker.io/sonatype/nexus3:3.83.2-alpine

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

docker.io/sonatype/nexus3:3.28.1

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

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
184

docker.io/sonatype/nexus3:3.85.0-alpine

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

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

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

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
918

docker.io/sonatype/nexus3:3.86.2-alpine

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

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

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

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

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

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
161

docker.io/sonatype/nexus3:3.19.1

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

docker.io/sonatype/nexus3:3.22.1

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

docker.io/sonatype/nexus3:3.87.1

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

docker.io/sonatype/nexus3:3.87.1-alpine

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

docker.io/sonatype/nexus3:3.87.1-alpine

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

docker.io/sonatype/nexus3:3.87.1-ubi

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

docker.io/sonatype/nexus3:3.68.1

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

docker.io/sonatype/nexus3:3.77.0

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

docker.io/sonatype/nexus3:3.76.1

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

docker.io/sonatype/nexus3:3.87.2-alpine

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

docker.io/sonatype/nexus3:3.53.0

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

docker.io/sonatype/nexus3:3.88.0

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

docker.io/sonatype/nexus3:3.23.0

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