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

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

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

源镜像 docker.io/sonatype/nexus3:3.28.1
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/sonatype/nexus3:3.28.1
镜像ID sha256:d4fbb85e81012b04f3f9b5ba558f3ad879d1e3e15ffc3ab38ec2352c22ff2841
镜像TAG 3.28.1
大小 634.50MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD sh -c ${SONATYPE_DIR}/start-nexus-repository-manager.sh
启动入口
工作目录
OS/平台 linux/amd64
浏览量 34 次
贡献者
镜像创建 2020-10-19T15:09:29.907618799Z
同步时间 2025-09-11 15:36
更新时间 2025-09-15 10:33
开放端口
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-09-01T19:43:46.041620: build-date cpt-1008.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.28.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 663db861f0ff7a9c526c1c169a62c14c01a32dcc: vcs-ref git: vcs-type Sonatype: vendor 3.28.1-01: version

Docker拉取命令

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

Containerd拉取命令

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

Shell快速替换命令

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

Ansible快速分发-Containerd

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

镜像构建历史


# 2020-10-19 23:09:29  0.00B 
/bin/sh -c #(nop)  CMD ["sh" "-c" "${SONATYPE_DIR}/start-nexus-repository-manager.sh"]
                        
# 2020-10-19 23:09:29  0.00B 
/bin/sh -c #(nop)  ENV INSTALL4J_ADD_VM_PARAMS=-Xms2703m -Xmx2703m -XX:MaxDirectMemorySize=2703m -Djava.util.prefs.userRoot=/nexus-data/javaprefs
                        
# 2020-10-19 23:09:29  0.00B 
/bin/sh -c #(nop)  USER nexus
                        
# 2020-10-19 23:09:29  0.00B 
/bin/sh -c #(nop)  EXPOSE 8081
                        
# 2020-10-19 23:09:29  0.00B 
/bin/sh -c #(nop)  VOLUME [/nexus-data]
                        
# 2020-10-19 23:09:28  431.16MB 
|5 NEXUS_DOWNLOAD_SHA256_HASH=c87bbcedf6503e3776afede9903236ab7d8f68c31e8f1edf060e16f415166a61 NEXUS_DOWNLOAD_URL=https://download.sonatype.com/nexus/3/nexus-3.28.1-01-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.28.1-01 /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
                        
# 2020-10-19 23:08:45  1.97KB 
/bin/sh -c #(nop) ADD file:96a8726e4f3ee18b65140cf1dfb4845d98d454ceb2c45fbd846c57e32a5a2ed2 in /var/chef/solo.json.erb 
                        
# 2020-10-19 23:08:45  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
                        
# 2020-10-19 23:08:45  0.00B 
/bin/sh -c #(nop)  ARG NEXUS_REPOSITORY_MANAGER_COOKBOOK_VERSION=release-0.5.20190212-155606.d1afdfe
                        
# 2020-10-19 23:08:44  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
                        
# 2020-10-19 23:08:44  0.00B 
/bin/sh -c #(nop)  ENV SONATYPE_DIR=/opt/sonatype
                        
# 2020-10-19 23:08:44  0.00B 
/bin/sh -c #(nop)  ARG NEXUS_DOWNLOAD_SHA256_HASH=c87bbcedf6503e3776afede9903236ab7d8f68c31e8f1edf060e16f415166a61
                        
# 2020-10-19 23:08:44  0.00B 
/bin/sh -c #(nop)  ARG NEXUS_DOWNLOAD_URL=https://download.sonatype.com/nexus/3/nexus-3.28.1-01-unix.tar.gz
                        
# 2020-10-19 23:08:43  0.00B 
/bin/sh -c #(nop)  ARG NEXUS_VERSION=3.28.1-01
                        
# 2020-10-19 23:08:43  0.00B 
/bin/sh -c #(nop)  LABEL name=Nexus Repository Manager maintainer=Sonatype <support@sonatype.com> vendor=Sonatype version=3.28.1-01 release=3.28.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
                        
# 2020-09-02 03:44:12  4.72KB 

                        
# 2020-09-02 03:43:59  203.33MB 

                        
                    

镜像信息

{
    "Id": "sha256:d4fbb85e81012b04f3f9b5ba558f3ad879d1e3e15ffc3ab38ec2352c22ff2841",
    "RepoTags": [
        "sonatype/nexus3:3.28.1",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/sonatype/nexus3:3.28.1"
    ],
    "RepoDigests": [
        "sonatype/nexus3@sha256:e788154207df95a86287fc8ecae1a5f789e74d0124f2dbda846fc4c769603bdb",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/sonatype/nexus3@sha256:e788154207df95a86287fc8ecae1a5f789e74d0124f2dbda846fc4c769603bdb"
    ],
    "Parent": "",
    "Comment": "",
    "Created": "2020-10-19T15:09:29.907618799Z",
    "Container": "",
    "ContainerConfig": null,
    "DockerVersion": "19.03.12",
    "Author": "",
    "Config": {
        "Hostname": "1b05495a53cc",
        "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:ebd1a4e1b41fbfb63ba59dd3d53a1b6be81520148856bf50039b8d074abe31f0",
        "Volumes": {
            "/nexus-data": {}
        },
        "WorkingDir": "",
        "Entrypoint": null,
        "OnBuild": [],
        "Labels": {
            "architecture": "x86_64",
            "build-date": "2020-09-01T19:43:46.041620",
            "com.redhat.build-host": "cpt-1008.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.28.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": "663db861f0ff7a9c526c1c169a62c14c01a32dcc",
            "vcs-type": "git",
            "vendor": "Sonatype",
            "version": "3.28.1-01"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 634496141,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/a8638b80f8e43bf56393b22b6a9e60b78f387f51fc6ac5b10572aa9aade16b39/diff:/var/lib/docker/overlay2/3b3d645ee3dc41a6467fa2c32e7f3f8fb010c82f50edc32af9407ce411bf805c/diff:/var/lib/docker/overlay2/88fc4ce3b49cfd9b280e30b20d4b947fa98e0685cd2df676d1b429c41ab8794f/diff",
            "MergedDir": "/var/lib/docker/overlay2/fd2e10154a12ec900026e68d31e0dd004a310059332d7b686e9c786a8c2a82af/merged",
            "UpperDir": "/var/lib/docker/overlay2/fd2e10154a12ec900026e68d31e0dd004a310059332d7b686e9c786a8c2a82af/diff",
            "WorkDir": "/var/lib/docker/overlay2/fd2e10154a12ec900026e68d31e0dd004a310059332d7b686e9c786a8c2a82af/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:ccf04fbd6e1943f648d1c2980e96038edc02b543c597556098ab2bcaa4fd1fa8",
            "sha256:b7b591e3443f17f9d8272b8d118b6c031ca826deb09d4b44f296ba934f1b6e57",
            "sha256:c310bd78323a2f472aa5279f29ca8588a29220bb4b463aa5a0f93c80aea535ad",
            "sha256:c9658720ad47fb0247b6d66c719f277e1da9641f0e2ce682128b1ca890aea92a"
        ]
    },
    "Metadata": {
        "LastTagTime": "2025-09-11T15:36:07.941521938+08:00"
    }
}

更多版本

docker.io/sonatype/nexus3:3.69.0-java17

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

docker.io/sonatype/nexus3:3.69.0

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

docker.io/sonatype/nexus3:3.43.0

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

docker.io/sonatype/nexus3:3.70.1

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

docker.io/sonatype/nexus3:3.61.0

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

docker.io/sonatype/nexus3:3.38.0

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

docker.io/sonatype/nexus3:3.72.0

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

docker.io/sonatype/nexus3:3.73.0-alpine

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

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

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

docker.io/sonatype/nexus3:latest

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

docker.io/sonatype/nexus3:3.39.0

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

docker.io/sonatype/nexus3:3.73.0

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

docker.io/sonatype/nexus3:3.70.3

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

docker.io/sonatype/nexus3:3.74.0

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

docker.io/sonatype/nexus3:3.59.0

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

docker.io/sonatype/nexus3:3.68.1-java11

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

docker.io/sonatype/nexus3:3.75.0

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

docker.io/sonatype/nexus3:3.66.0

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

docker.io/sonatype/nexus3:3.75.1

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

docker.io/sonatype/nexus3:3.77.1

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

docker.io/sonatype/nexus3:3.78.1

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

docker.io/sonatype/nexus3:3.56.0

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

docker.io/sonatype/nexus3:3.78.2

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

docker.io/sonatype/nexus3:3.78.2

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

docker.io/sonatype/nexus3:3.79.0

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

docker.io/sonatype/nexus3:3.79.0

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

docker.io/sonatype/nexus3:3.25.1

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

docker.io/sonatype/nexus3:3.30.1

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

docker.io/sonatype/nexus3:3.80.0

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

docker.io/sonatype/nexus3:3.81.1

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

docker.io/sonatype/nexus3:3.21.2

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

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

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

docker.io/sonatype/nexus3:3.82.0

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

docker.io/sonatype/nexus3:3.82.0-ubi

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

docker.io/sonatype/nexus3:3.83.0-alpine

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

docker.io/sonatype/nexus3:3.41.0

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

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

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

docker.io/sonatype/nexus3:3.83.2-alpine

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

docker.io/sonatype/nexus3:3.28.1

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