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

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

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

源镜像 docker.io/sonatype/nexus3:3.61.0
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/sonatype/nexus3:3.61.0
镜像ID sha256:1f113e66d38149f39e69de1e246af48d8b6ffb272e384d1589d2ad275fad2b64
镜像TAG 3.61.0
大小 554.77MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD /opt/sonatype/nexus/bin/nexus run
启动入口
工作目录 /opt/sonatype
OS/平台 linux/amd64
浏览量 42 次
贡献者 sb*****s@qq.com
镜像创建 2023-10-04T14:58:54.315617104Z
同步时间 2024-08-20 14:23
更新时间 2024-09-19 15:11
开放端口
8081/tcp
环境变量
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 2023-09-13T02:08:28: build-date ubi8-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.29.0: 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 3.61.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 dee8029ddcc7ecbfbebb0905d2b15e134338616c: vcs-ref git: vcs-type Sonatype: vendor 3.61.0-02: version

Docker拉取命令 无权限下载?点我修复

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

Containerd拉取命令

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

Shell快速替换命令

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

镜像历史

大小 创建时间 层信息
0.00B 2023-10-04 22:58:54 CMD ["/opt/sonatype/nexus/bin/nexus" "run"]
0.00B 2023-10-04 22:58:54 ENV INSTALL4J_ADD_VM_PARAMS=-Xms2703m -Xmx2703m -XX:MaxDirectMemorySize=2703m -Djava.util.prefs.userRoot=/nexus-data/javaprefs
0.00B 2023-10-04 22:58:54 USER nexus
0.00B 2023-10-04 22:58:54 EXPOSE map[8081/tcp:{}]
0.00B 2023-10-04 22:58:54 VOLUME [/nexus-data]
11.42MB 2023-10-04 22:58:54 RUN |3 NEXUS_VERSION=3.61.0-02 NEXUS_DOWNLOAD_URL=https://download.sonatype.com/nexus/3/nexus-3.61.0-02-unix.tar.gz NEXUS_DOWNLOAD_SHA256_HASH=885e0ec08a7e22db9fc5fc926fb7b7594439070826b22f555bc21a669a7bbcbf /bin/sh -c microdnf remove -y gzip shadow-utils # buildkit
455.00B 2023-10-04 22:58:53 RUN |3 NEXUS_VERSION=3.61.0-02 NEXUS_DOWNLOAD_URL=https://download.sonatype.com/nexus/3/nexus-3.61.0-02-unix.tar.gz NEXUS_DOWNLOAD_SHA256_HASH=885e0ec08a7e22db9fc5fc926fb7b7594439070826b22f555bc21a669a7bbcbf /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 && sed -e '/^nexus-context/ s:$:${NEXUS_CONTEXT}:' -i ${NEXUS_HOME}/etc/nexus-default.properties # buildkit
1.58KB 2023-10-04 22:58:53 RUN |3 NEXUS_VERSION=3.61.0-02 NEXUS_DOWNLOAD_URL=https://download.sonatype.com/nexus/3/nexus-3.61.0-02-unix.tar.gz NEXUS_DOWNLOAD_SHA256_HASH=885e0ec08a7e22db9fc5fc926fb7b7594439070826b22f555bc21a669a7bbcbf /bin/sh -c sed -i '/^-Xms/d;/^-Xmx/d;/^-XX:MaxDirectMemorySize/d' $NEXUS_HOME/bin/nexus.vmoptions # buildkit
239.85MB 2023-10-04 22:58:52 RUN |3 NEXUS_VERSION=3.61.0-02 NEXUS_DOWNLOAD_URL=https://download.sonatype.com/nexus/3/nexus-3.61.0-02-unix.tar.gz NEXUS_DOWNLOAD_SHA256_HASH=885e0ec08a7e22db9fc5fc926fb7b7594439070826b22f555bc21a669a7bbcbf /bin/sh -c curl -L ${NEXUS_DOWNLOAD_URL} --output nexus-${NEXUS_VERSION}-unix.tar.gz && echo "${NEXUS_DOWNLOAD_SHA256_HASH} nexus-${NEXUS_VERSION}-unix.tar.gz" > nexus-${NEXUS_VERSION}-unix.tar.gz.sha256 && sha256sum -c nexus-${NEXUS_VERSION}-unix.tar.gz.sha256 && tar -xvf nexus-${NEXUS_VERSION}-unix.tar.gz && rm -f nexus-${NEXUS_VERSION}-unix.tar.gz nexus-${NEXUS_VERSION}-unix.tar.gz.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
0.00B 2023-10-04 22:58:43 WORKDIR /opt/sonatype
210.31MB 2023-10-04 22:58:43 RUN |3 NEXUS_VERSION=3.61.0-02 NEXUS_DOWNLOAD_URL=https://download.sonatype.com/nexus/3/nexus-3.61.0-02-unix.tar.gz NEXUS_DOWNLOAD_SHA256_HASH=885e0ec08a7e22db9fc5fc926fb7b7594439070826b22f555bc21a669a7bbcbf /bin/sh -c microdnf update -y && microdnf --setopt=install_weak_deps=0 --setopt=tsflags=nodocs install -y java-1.8.0-openjdk-headless tar procps shadow-utils gzip && 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
0.00B 2023-10-04 22:58:43 ENV NEXUS_HOME=/opt/sonatype/nexus NEXUS_DATA=/nexus-data NEXUS_CONTEXT= SONATYPE_WORK=/opt/sonatype/sonatype-work DOCKER_TYPE=rh-docker
0.00B 2023-10-04 22:58:43 ENV SONATYPE_DIR=/opt/sonatype
0.00B 2023-10-04 22:58:43 ARG NEXUS_DOWNLOAD_SHA256_HASH=885e0ec08a7e22db9fc5fc926fb7b7594439070826b22f555bc21a669a7bbcbf
0.00B 2023-10-04 22:58:43 ARG NEXUS_DOWNLOAD_URL=https://download.sonatype.com/nexus/3/nexus-3.61.0-02-unix.tar.gz
0.00B 2023-10-04 22:58:43 ARG NEXUS_VERSION=3.61.0-02
0.00B 2023-10-04 22:58:43 LABEL name=Nexus Repository Manager maintainer=Sonatype <support@sonatype.com> vendor=Sonatype version=3.61.0-02 release=3.61.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
93.19MB 2023-09-13 10:18:51 /bin/sh -c mv -fZ /tmp/ubi.repo /etc/yum.repos.d/ubi.repo || :
0.00B 2023-09-13 10:18:49 /bin/sh -c rm -f /tmp/tls-ca-bundle.pem
0.00B 2023-09-13 10:18:49 /bin/sh -c rm -f '/etc/yum.repos.d/repo-50050.repo' '/etc/yum.repos.d/repo-b842f.repo'
0.00B 2023-09-13 10:18:48 /bin/sh -c #(nop) LABEL "distribution-scope"="public" "vendor"="Red Hat, Inc." "build-date"="2023-09-13T02:08:28" "architecture"="x86_64" "vcs-type"="git" "vcs-ref"="dee8029ddcc7ecbfbebb0905d2b15e134338616c" "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." "url"="https://access.redhat.com/containers/#/registry.access.redhat.com/ubi8-minimal/images/8.8-1072"
0.00B 2023-09-13 10:18:48 /bin/sh -c #(nop) ADD file:01ab30ccb9e7075b089c950f14c3922b9562a15acd3c5f50689d5598d4112f45 in /root/buildinfo/Dockerfile-ubi8-minimal-8.8-1072
0.00B 2023-09-13 10:18:48 /bin/sh -c #(nop) ADD file:361966c0fef2536c74b8650a6ebf064744ff384b92c579b7c36f9dc32abfbe5f in /root/buildinfo/content_manifests/ubi8-minimal-container-8.8-1072.json
0.00B 2023-09-13 10:18:48 /bin/sh -c #(nop) LABEL release=1072
0.00B 2023-09-13 10:18:48 /bin/sh -c rm -rf /var/log/*
0.00B 2023-09-13 10:18:47 /bin/sh -c #(nop) CMD ["/bin/bash"]
0.00B 2023-09-13 10:18:47 /bin/sh -c #(nop) ENV PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
0.00B 2023-09-13 10:18:47 /bin/sh -c #(nop) ENV container oci
0.00B 2023-09-13 10:18:47 /bin/sh -c #(nop) LABEL io.openshift.tags="minimal rhel8"
0.00B 2023-09-13 10:18:47 /bin/sh -c #(nop) LABEL io.openshift.expose-services=""
0.00B 2023-09-13 10:18:47 /bin/sh -c #(nop) LABEL io.k8s.display-name="Red Hat Universal Base Image 8 Minimal"
0.00B 2023-09-13 10:18:47 /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."
0.00B 2023-09-13 10:18:47 /bin/sh -c #(nop) LABEL summary="Provides the latest release of the minimal Red Hat Universal Base Image 8."
0.00B 2023-09-13 10:18:47 /bin/sh -c #(nop) LABEL com.redhat.license_terms="https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI"
0.00B 2023-09-13 10:18:47 /bin/sh -c #(nop) LABEL com.redhat.component="ubi8-minimal-container" name="ubi8-minimal" version="8.8"
0.00B 2023-09-13 10:18:47 /bin/sh -c #(nop) LABEL maintainer="Red Hat, Inc."
0.00B 2023-09-13 10:18:47 /bin/sh -c #(nop) ADD multi:59145b743432123f4025fa3d9781044953a12764ef7a1b981d973fa9cbe6738b in /etc/yum.repos.d/
0.00B 2023-09-13 10:18:47 /bin/sh -c #(nop) ADD file:ecc29a1455ca1b7c82018555e16e2e802135974523df6748e431f8707e759ddd in /tmp/tls-ca-bundle.pem
0.00B 2023-09-13 10:18:47 /bin/sh -c mv -f /etc/yum.repos.d/ubi.repo /tmp || :
0.00B 2023-09-13 10:18:46 /bin/sh -c #(nop) ADD file:c5525b3d0375a6117c1870b84a140152f3e7dbf3dc24ff6afbd5a96086e905b6 in /

镜像信息

{
    "Id": "sha256:1f113e66d38149f39e69de1e246af48d8b6ffb272e384d1589d2ad275fad2b64",
    "RepoTags": [
        "sonatype/nexus3:3.61.0",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/sonatype/nexus3:3.61.0"
    ],
    "RepoDigests": [
        "sonatype/nexus3@sha256:935c2ef24392cd446c9670d935378d0824ec7d7dc0d3a38902e958f400457808",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/sonatype/nexus3@sha256:935c2ef24392cd446c9670d935378d0824ec7d7dc0d3a38902e958f400457808"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2023-10-04T14:58:54.315617104Z",
    "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",
            "INSTALL4J_ADD_VM_PARAMS=-Xms2703m -Xmx2703m -XX:MaxDirectMemorySize=2703m -Djava.util.prefs.userRoot=/nexus-data/javaprefs"
        ],
        "Cmd": [
            "/opt/sonatype/nexus/bin/nexus",
            "run"
        ],
        "ArgsEscaped": true,
        "Image": "",
        "Volumes": {
            "/nexus-data": {}
        },
        "WorkingDir": "/opt/sonatype",
        "Entrypoint": null,
        "OnBuild": null,
        "Labels": {
            "architecture": "x86_64",
            "build-date": "2023-09-13T02:08:28",
            "com.redhat.component": "ubi8-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.29.0",
            "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.61.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": "dee8029ddcc7ecbfbebb0905d2b15e134338616c",
            "vcs-type": "git",
            "vendor": "Sonatype",
            "version": "3.61.0-02"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 554770463,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/43cc10a5b78af46caee9347354a45a7fd61971f0164d725405022e3afff43d59/diff:/var/lib/docker/overlay2/57a9f741933a37d50e9fc0aa1ee95a72926677a989c03b5a6f5d756f4fee8660/diff:/var/lib/docker/overlay2/64fa1b14ca9954e7e0390b808dd4e91d0710542e14452ca4917c29bb3227dacc/diff:/var/lib/docker/overlay2/f4ec4472ee02512432de5f2b98a42cb8c50c1e13aad9578cc096bb4e1b457496/diff:/var/lib/docker/overlay2/daab3611b15b342eba98f0b1b4a940db927808bd0506b00122f9d04191267464/diff:/var/lib/docker/overlay2/471e4161b965fd8ba74762aadc28f9d5ff8402a0a96fd113214b4ab687c573eb/diff",
            "MergedDir": "/var/lib/docker/overlay2/c759986cdba61a841880983cafab610eeae4649f31bd48e0af245bbe72db04c0/merged",
            "UpperDir": "/var/lib/docker/overlay2/c759986cdba61a841880983cafab610eeae4649f31bd48e0af245bbe72db04c0/diff",
            "WorkDir": "/var/lib/docker/overlay2/c759986cdba61a841880983cafab610eeae4649f31bd48e0af245bbe72db04c0/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:3d1ae2a77d10b23a93e66fdcc48c16bd9db8518e5b5c0d44ac14d9b3d0849203",
            "sha256:899b5e38b7dc22a09a662485f54c3aafbd362f47a4af702c071f9e6f083fb29e",
            "sha256:461e9db1ea180ada05f43ef235673c36f9be1b51d216b9b0a66c0973b1b9f270",
            "sha256:b0ec63a29e4a009217dedc9b96b5abc3b6db696cfc4710dd4bcf7c81d1c03f02",
            "sha256:16e9cf22612b36d507353aac288da46bf629982a56c21dbaf06930e7f43db593",
            "sha256:a21f66a319f3ed92d93427ae3c362fe5c0ad68153470f571c0b9cab45bcf2ff1",
            "sha256:7c4c620f4f2c917b1ade01f2cf0957e83b334fbbeb691b8d84041484404114ed"
        ]
    },
    "Metadata": {
        "LastTagTime": "2024-08-20T14:22:24.909737288+08:00"
    }
}

更多版本