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

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

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

源镜像 docker.io/sonatype/nexus3:3.29.2
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/sonatype/nexus3:3.29.2
镜像ID sha256:8716903d19122883e532f8a90e227da3520a45f29e63ef7ba0401fd9d4393350
镜像TAG 3.29.2
大小 629.02MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD sh -c ${SONATYPE_DIR}/start-nexus-repository-manager.sh
启动入口
工作目录
OS/平台 linux/amd64
浏览量 13 次
贡献者 17********9@163.com
镜像创建 2021-01-07T12:33:21.016480738Z
同步时间 2025-10-09 14:14
更新时间 2025-10-10 02:59
开放端口
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 INSTALL4J_ADD_VM_PARAMS=-Xms2703m -Xmx2703m -XX:MaxDirectMemorySize=2703m -Djava.util.prefs.userRoot=/nexus-data/javaprefs
镜像标签
x86_64: architecture 2020-12-10T01:59:40.343735: build-date cpt-1002.osbs.prod.upshift.rdu2.redhat.com: com.redhat.build-host ubi8-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 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 3.29.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 3652f52021079930cba3bf90d27d9f191b18115b: vcs-ref git: vcs-type Sonatype: vendor 3.29.2-02: version

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2021-01-07 20:33:21  0.00B 
/bin/sh -c #(nop)  CMD ["sh" "-c" "${SONATYPE_DIR}/start-nexus-repository-manager.sh"]
                        
# 2021-01-07 20:33:20  0.00B 
/bin/sh -c #(nop)  ENV INSTALL4J_ADD_VM_PARAMS=-Xms2703m -Xmx2703m -XX:MaxDirectMemorySize=2703m -Djava.util.prefs.userRoot=/nexus-data/javaprefs
                        
# 2021-01-07 20:33:20  0.00B 
/bin/sh -c #(nop)  USER nexus
                        
# 2021-01-07 20:33:20  0.00B 
/bin/sh -c #(nop)  EXPOSE 8081
                        
# 2021-01-07 20:33:19  0.00B 
/bin/sh -c #(nop)  VOLUME [/nexus-data]
                        
# 2021-01-07 20:33:19  428.18MB 
|5 NEXUS_DOWNLOAD_SHA256_HASH=bc7cbb577db195868f25d73ca22de3f7cc1e39d7384794bae03c28f5823ca3a7 NEXUS_DOWNLOAD_URL=https://download.sonatype.com/nexus/3/nexus-3.29.2-02-unix.tar.gz NEXUS_REPOSITORY_MANAGER_COOKBOOK_URL=https://github.com/sonatype/chef-nexus-repository-manager/releases/download/release-0.5.20190212-155606.d1afdfe/chef-nexus-repository-manager.tar.gz NEXUS_REPOSITORY_MANAGER_COOKBOOK_VERSION=release-0.5.20190212-155606.d1afdfe NEXUS_VERSION=3.29.2-02 /bin/sh -c yum install -y --disableplugin=subscription-manager hostname procps     && curl -L https://www.getchef.com/chef/install.sh | bash -s -- -v 14.12.9     && /opt/chef/embedded/bin/erb /var/chef/solo.json.erb > /var/chef/solo.json     && chef-solo        --recipe-url ${NEXUS_REPOSITORY_MANAGER_COOKBOOK_URL}        --json-attributes /var/chef/solo.json     && rpm -qa *chef* | xargs rpm -e     && rm -rf /etc/chef     && rm -rf /opt/chefdk     && rm -rf /var/cache/yum     && rm -rf /var/chef     && yum clean all
                        
# 2021-01-07 20:32:26  1.97KB 
/bin/sh -c #(nop) ADD file:96a8726e4f3ee18b65140cf1dfb4845d98d454ceb2c45fbd846c57e32a5a2ed2 in /var/chef/solo.json.erb 
                        
# 2021-01-07 20:32:25  0.00B 
/bin/sh -c #(nop)  ARG NEXUS_REPOSITORY_MANAGER_COOKBOOK_URL=https://github.com/sonatype/chef-nexus-repository-manager/releases/download/release-0.5.20190212-155606.d1afdfe/chef-nexus-repository-manager.tar.gz
                        
# 2021-01-07 20:32:25  0.00B 
/bin/sh -c #(nop)  ARG NEXUS_REPOSITORY_MANAGER_COOKBOOK_VERSION=release-0.5.20190212-155606.d1afdfe
                        
# 2021-01-07 20:32:25  0.00B 
/bin/sh -c #(nop)  ENV NEXUS_HOME=/opt/sonatype/nexus NEXUS_DATA=/nexus-data NEXUS_CONTEXT= SONATYPE_WORK=/opt/sonatype/sonatype-work DOCKER_TYPE=rh-docker
                        
# 2021-01-07 20:32:25  0.00B 
/bin/sh -c #(nop)  ENV SONATYPE_DIR=/opt/sonatype
                        
# 2021-01-07 20:32:24  0.00B 
/bin/sh -c #(nop)  ARG NEXUS_DOWNLOAD_SHA256_HASH=bc7cbb577db195868f25d73ca22de3f7cc1e39d7384794bae03c28f5823ca3a7
                        
# 2021-01-07 20:32:24  0.00B 
/bin/sh -c #(nop)  ARG NEXUS_DOWNLOAD_URL=https://download.sonatype.com/nexus/3/nexus-3.29.2-02-unix.tar.gz
                        
# 2021-01-07 20:32:24  0.00B 
/bin/sh -c #(nop)  ARG NEXUS_VERSION=3.29.2-02
                        
# 2021-01-07 20:32:24  0.00B 
/bin/sh -c #(nop)  LABEL name=Nexus Repository Manager maintainer=Sonatype <support@sonatype.com> vendor=Sonatype version=3.29.2-02 release=3.29.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
                        
# 2020-12-10 09:59:59  4.72KB 

                        
# 2020-12-10 09:59:51  200.83MB 

                        
                    

镜像信息

{
    "Id": "sha256:8716903d19122883e532f8a90e227da3520a45f29e63ef7ba0401fd9d4393350",
    "RepoTags": [
        "sonatype/nexus3:3.29.2",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/sonatype/nexus3:3.29.2"
    ],
    "RepoDigests": [
        "sonatype/nexus3@sha256:bfdf2e80545db7db74c028fa06ecbf7bbc00a59c0c0591f9a39fc186cc943b10",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/sonatype/nexus3@sha256:bfdf2e80545db7db74c028fa06ecbf7bbc00a59c0c0591f9a39fc186cc943b10"
    ],
    "Parent": "",
    "Comment": "",
    "Created": "2021-01-07T12:33:21.016480738Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "20.10.1",
    "Author": "",
    "Config": {
        "Hostname": "f9ec792af6a7",
        "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",
            "INSTALL4J_ADD_VM_PARAMS=-Xms2703m -Xmx2703m -XX:MaxDirectMemorySize=2703m -Djava.util.prefs.userRoot=/nexus-data/javaprefs"
        ],
        "Cmd": [
            "sh",
            "-c",
            "${SONATYPE_DIR}/start-nexus-repository-manager.sh"
        ],
        "Image": "sha256:47c3db61dc448bb4a123e1300dd60d51a464780ef197e20e2639b6d21008c392",
        "Volumes": {
            "/nexus-data": {}
        },
        "WorkingDir": "",
        "Entrypoint": null,
        "OnBuild": [],
        "Labels": {
            "architecture": "x86_64",
            "build-date": "2020-12-10T01:59:40.343735",
            "com.redhat.build-host": "cpt-1002.osbs.prod.upshift.rdu2.redhat.com",
            "com.redhat.component": "ubi8-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.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",
            "release": "3.29.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": "3652f52021079930cba3bf90d27d9f191b18115b",
            "vcs-type": "git",
            "vendor": "Sonatype",
            "version": "3.29.2-02"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 629015989,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/d23fa0027a09fdca03192080cdb71c0b44b065791808381b2c2fbe9341e200f0/diff:/var/lib/docker/overlay2/e47704f0d5dc586bad001982fa713c1fa6c24d6c91f942cbd89a873c216b45b6/diff:/var/lib/docker/overlay2/f390040f5a0677eab6f4f48aca78b82529af779d345c411bfc37783f42e4a80b/diff",
            "MergedDir": "/var/lib/docker/overlay2/7752aa856c8cd8bafb9539a18df73bd599cc1b5b3b28005b015eb73ffcb23848/merged",
            "UpperDir": "/var/lib/docker/overlay2/7752aa856c8cd8bafb9539a18df73bd599cc1b5b3b28005b015eb73ffcb23848/diff",
            "WorkDir": "/var/lib/docker/overlay2/7752aa856c8cd8bafb9539a18df73bd599cc1b5b3b28005b015eb73ffcb23848/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:92538e92de2938d7c4e279f871107b835bf0c8cc76a5a1655d66855706da18b0",
            "sha256:eb7bf34352ca9ba2fb0218870ac3c47b76d0b1fb7d50543d3ecfa497eca242b0",
            "sha256:38fd84244744263a667e60befee8acee9f3ba93e9634708cdf325e28d9b39dd5",
            "sha256:ec9ba01446c0a143e61d0cfdfed1bc02a5633f5ffa102e6fc4340c7f15c45e94"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-10-09T14:14:00.086352354+08:00"
    }
}

更多版本

docker.io/sonatype/nexus3:3.69.0-java17

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

docker.io/sonatype/nexus3:3.69.0

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

docker.io/sonatype/nexus3:3.43.0

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

docker.io/sonatype/nexus3:3.70.1

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

docker.io/sonatype/nexus3:3.61.0

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

docker.io/sonatype/nexus3:3.38.0

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

docker.io/sonatype/nexus3:3.72.0

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

docker.io/sonatype/nexus3:3.73.0-alpine

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

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

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

docker.io/sonatype/nexus3:latest

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

docker.io/sonatype/nexus3:3.39.0

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

docker.io/sonatype/nexus3:3.73.0

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

docker.io/sonatype/nexus3:3.70.3

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

docker.io/sonatype/nexus3:3.74.0

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

docker.io/sonatype/nexus3:3.59.0

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

docker.io/sonatype/nexus3:3.68.1-java11

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

docker.io/sonatype/nexus3:3.75.0

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

docker.io/sonatype/nexus3:3.66.0

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

docker.io/sonatype/nexus3:3.75.1

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

docker.io/sonatype/nexus3:3.77.1

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

docker.io/sonatype/nexus3:3.78.1

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

docker.io/sonatype/nexus3:3.56.0

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

docker.io/sonatype/nexus3:3.78.2

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

docker.io/sonatype/nexus3:3.78.2

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

docker.io/sonatype/nexus3:3.79.0

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

docker.io/sonatype/nexus3:3.79.0

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

docker.io/sonatype/nexus3:3.25.1

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

docker.io/sonatype/nexus3:3.30.1

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

docker.io/sonatype/nexus3:3.80.0

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

docker.io/sonatype/nexus3:3.81.1

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

docker.io/sonatype/nexus3:3.21.2

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

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

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

docker.io/sonatype/nexus3:3.82.0

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

docker.io/sonatype/nexus3:3.82.0-ubi

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

docker.io/sonatype/nexus3:3.83.0-alpine

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

docker.io/sonatype/nexus3:3.41.0

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

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

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

docker.io/sonatype/nexus3:3.83.2-alpine

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

docker.io/sonatype/nexus3:3.28.1

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

docker.io/sonatype/nexus3:3.84.0-alpine

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

docker.io/sonatype/nexus3:3.29.2

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