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

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

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

源镜像 docker.io/sonatype/nexus3:3.70.1
国内镜像 swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/sonatype/nexus3:3.70.1
镜像ID sha256:8e69da051dc55a69ab7465576e9809f28b1d84adddbef4e3dd7772006420b67f
镜像TAG 3.70.1
大小 595.36MB
镜像源 docker.io
项目信息 Docker-Hub主页 🚀项目TAG 🚀
CMD /opt/sonatype/nexus/bin/nexus run
启动入口
工作目录 /opt/sonatype
OS/平台 linux/amd64
浏览量 329 次
贡献者 se***u@163.com
镜像创建 2024-07-11T02:59:01.812509427Z
同步时间 2024-07-24 15:53
更新时间 2024-09-19 21:17
开放端口
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 https://catalog.redhat.com/software/containers/ubi8/ubi-minimal/5c359a62bed8bd75a2c3fba8?architecture=amd64&image=667d4f640e434cf21900fc19: base-image-ref 2024-06-27T11:18:10: 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.70.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 4f8da2b64a13f2a264bd802d8909bf803211fb20: vcs-ref git: vcs-type Sonatype: vendor 3.70.1-02: version

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

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

Containerd拉取命令

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

Shell快速替换命令

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

镜像历史

大小 创建时间 层信息
0.00B 2024-07-11 10:59:01 CMD ["/opt/sonatype/nexus/bin/nexus" "run"]
0.00B 2024-07-11 10:59:01 ENV INSTALL4J_ADD_VM_PARAMS=-Xms2703m -Xmx2703m -XX:MaxDirectMemorySize=2703m -Djava.util.prefs.userRoot=/nexus-data/javaprefs
0.00B 2024-07-11 10:59:01 USER nexus
0.00B 2024-07-11 10:59:01 EXPOSE map[8081/tcp:{}]
0.00B 2024-07-11 10:59:01 VOLUME [/nexus-data]
11.36MB 2024-07-11 10:59:01 RUN |4 NEXUS_VERSION=3.70.1-02 JAVA_VERSION=java8 NEXUS_DOWNLOAD_URL=https://download.sonatype.com/nexus/3/nexus-3.70.1-02-java8-unix.tar.gz NEXUS_DOWNLOAD_SHA256_HASH=29952f663982bd9781d5bc352471727826943452cfe8e9aa0e9b60ad01531d1b /bin/sh -c microdnf remove -y shadow-utils # buildkit
455.00B 2024-07-11 10:59:01 RUN |4 NEXUS_VERSION=3.70.1-02 JAVA_VERSION=java8 NEXUS_DOWNLOAD_URL=https://download.sonatype.com/nexus/3/nexus-3.70.1-02-java8-unix.tar.gz NEXUS_DOWNLOAD_SHA256_HASH=29952f663982bd9781d5bc352471727826943452cfe8e9aa0e9b60ad01531d1b /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 2024-07-11 10:59:01 RUN |4 NEXUS_VERSION=3.70.1-02 JAVA_VERSION=java8 NEXUS_DOWNLOAD_URL=https://download.sonatype.com/nexus/3/nexus-3.70.1-02-java8-unix.tar.gz NEXUS_DOWNLOAD_SHA256_HASH=29952f663982bd9781d5bc352471727826943452cfe8e9aa0e9b60ad01531d1b /bin/sh -c sed -i '/^-Xms/d;/^-Xmx/d;/^-XX:MaxDirectMemorySize/d' $NEXUS_HOME/bin/nexus.vmoptions # buildkit
281.73MB 2024-07-11 10:59:00 RUN |4 NEXUS_VERSION=3.70.1-02 JAVA_VERSION=java8 NEXUS_DOWNLOAD_URL=https://download.sonatype.com/nexus/3/nexus-3.70.1-02-java8-unix.tar.gz NEXUS_DOWNLOAD_SHA256_HASH=29952f663982bd9781d5bc352471727826943452cfe8e9aa0e9b60ad01531d1b /bin/sh -c curl -L ${NEXUS_DOWNLOAD_URL} --output nexus-${NEXUS_VERSION}-${JAVA_VERSION}-unix.tar.gz && echo "${NEXUS_DOWNLOAD_SHA256_HASH} nexus-${NEXUS_VERSION}-${JAVA_VERSION}-unix.tar.gz" > nexus-${NEXUS_VERSION}-${JAVA_VERSION}-unix.tar.gz.sha256 && sha256sum -c nexus-${NEXUS_VERSION}-${JAVA_VERSION}-unix.tar.gz.sha256 && tar -xvf nexus-${NEXUS_VERSION}-${JAVA_VERSION}-unix.tar.gz && rm -f nexus-${NEXUS_VERSION}-${JAVA_VERSION}-unix.tar.gz nexus-${NEXUS_VERSION}-${JAVA_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 2024-07-11 10:58:49 WORKDIR /opt/sonatype
209.70MB 2024-07-11 10:58:49 RUN |4 NEXUS_VERSION=3.70.1-02 JAVA_VERSION=java8 NEXUS_DOWNLOAD_URL=https://download.sonatype.com/nexus/3/nexus-3.70.1-02-java8-unix.tar.gz NEXUS_DOWNLOAD_SHA256_HASH=29952f663982bd9781d5bc352471727826943452cfe8e9aa0e9b60ad01531d1b /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 2024-07-11 10:58:49 ENV NEXUS_HOME=/opt/sonatype/nexus NEXUS_DATA=/nexus-data NEXUS_CONTEXT= SONATYPE_WORK=/opt/sonatype/sonatype-work DOCKER_TYPE=rh-docker
0.00B 2024-07-11 10:58:49 ENV SONATYPE_DIR=/opt/sonatype
0.00B 2024-07-11 10:58:49 ARG NEXUS_DOWNLOAD_SHA256_HASH=29952f663982bd9781d5bc352471727826943452cfe8e9aa0e9b60ad01531d1b
0.00B 2024-07-11 10:58:49 ARG NEXUS_DOWNLOAD_URL=https://download.sonatype.com/nexus/3/nexus-3.70.1-02-java8-unix.tar.gz
0.00B 2024-07-11 10:58:49 ARG JAVA_VERSION=java8
0.00B 2024-07-11 10:58:49 ARG NEXUS_VERSION=3.70.1-02
0.00B 2024-07-11 10:58:49 LABEL name=Nexus Repository Manager maintainer=Sonatype <support@sonatype.com> vendor=Sonatype version=3.70.1-02 release=3.70.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
92.56MB 2024-06-27 19:36:04 /bin/sh -c mv -fZ /tmp/ubi.repo /etc/yum.repos.d/ubi.repo || :
0.00B 2024-06-27 19:36:02 /bin/sh -c rm -f /tmp/tls-ca-bundle.pem
0.00B 2024-06-27 19:36:02 /bin/sh -c rm -f '/etc/yum.repos.d/repo-37086.repo' '/etc/yum.repos.d/repo-0a18c.repo'
0.00B 2024-06-27 19:36:01 /bin/sh -c #(nop) LABEL "distribution-scope"="public" "vendor"="Red Hat, Inc." "build-date"="2024-06-27T11:18:10" "architecture"="x86_64" "vcs-type"="git" "vcs-ref"="4f8da2b64a13f2a264bd802d8909bf803211fb20" "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.10-1018"
0.00B 2024-06-27 19:36:01 /bin/sh -c #(nop) ADD file:9097b52bd795fe2e6d31b8392de99bab5a8485a9b2b271680b56bcc8b3c8c012 in /root/buildinfo/Dockerfile-ubi8-minimal-8.10-1018
0.00B 2024-06-27 19:36:01 /bin/sh -c #(nop) ADD file:52555cb982aeff66d3d6ec7c20c6f8c7b944533350a86b4dee5112ee4c23deb5 in /root/buildinfo/content_manifests/ubi8-minimal-container-8.10-1018.json
0.00B 2024-06-27 19:36:01 /bin/sh -c #(nop) LABEL release=1018
0.00B 2024-06-27 19:36:01 /bin/sh -c rm -rf /var/log/*
0.00B 2024-06-27 19:36:00 /bin/sh -c #(nop) CMD ["/bin/bash"]
0.00B 2024-06-27 19:36:00 /bin/sh -c #(nop) ENV PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
0.00B 2024-06-27 19:36:00 /bin/sh -c #(nop) ENV container oci
0.00B 2024-06-27 19:36:00 /bin/sh -c #(nop) LABEL io.openshift.tags="minimal rhel8"
0.00B 2024-06-27 19:36:00 /bin/sh -c #(nop) LABEL io.openshift.expose-services=""
0.00B 2024-06-27 19:36:00 /bin/sh -c #(nop) LABEL io.k8s.display-name="Red Hat Universal Base Image 8 Minimal"
0.00B 2024-06-27 19:36:00 /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 2024-06-27 19:36:00 /bin/sh -c #(nop) LABEL summary="Provides the latest release of the minimal Red Hat Universal Base Image 8."
0.00B 2024-06-27 19:36:00 /bin/sh -c #(nop) LABEL com.redhat.license_terms="https://www.redhat.com/en/about/red-hat-end-user-license-agreements#UBI"
0.00B 2024-06-27 19:36:00 /bin/sh -c #(nop) LABEL com.redhat.component="ubi8-minimal-container" name="ubi8-minimal" version="8.10"
0.00B 2024-06-27 19:36:00 /bin/sh -c #(nop) LABEL maintainer="Red Hat, Inc."
0.00B 2024-06-27 19:36:00 /bin/sh -c #(nop) ADD multi:57820a0f1aec3e967cc65e8adc5d3392cc14753a345b8a5b0c353b1fbd2d4dd5 in /etc/yum.repos.d/
0.00B 2024-06-27 19:36:00 /bin/sh -c #(nop) ADD file:5b1f650e1376d79fa3a65df4a154ea5166def95154b52c1c1097dfd8fc7d58eb in /tmp/tls-ca-bundle.pem
0.00B 2024-06-27 19:35:59 /bin/sh -c mv -f /etc/yum.repos.d/ubi.repo /tmp || :
0.00B 2024-06-27 19:35:59 /bin/sh -c #(nop) ADD file:8569b98dfdd35da3ccf3660f7052fb6d9c968f9c9b816a23c27791187916de43 in /

镜像信息

{
    "Id": "sha256:8e69da051dc55a69ab7465576e9809f28b1d84adddbef4e3dd7772006420b67f",
    "RepoTags": [
        "sonatype/nexus3:3.70.1",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/sonatype/nexus3:3.70.1"
    ],
    "RepoDigests": [
        "sonatype/nexus3@sha256:00ecf29c4a3a43d677aec9ff07966e942c4356d9c16a275d94110f6e1e5aca94",
        "swr.cn-north-4.myhuaweicloud.com/ddn-k8s/docker.io/sonatype/nexus3@sha256:00ecf29c4a3a43d677aec9ff07966e942c4356d9c16a275d94110f6e1e5aca94"
    ],
    "Parent": "",
    "Comment": "buildkit.dockerfile.v0",
    "Created": "2024-07-11T02:59:01.812509427Z",
    "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",
            "base-image-ref": "https://catalog.redhat.com/software/containers/ubi8/ubi-minimal/5c359a62bed8bd75a2c3fba8?architecture=amd64\u0026image=667d4f640e434cf21900fc19",
            "build-date": "2024-06-27T11:18:10",
            "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.70.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": "4f8da2b64a13f2a264bd802d8909bf803211fb20",
            "vcs-type": "git",
            "vendor": "Sonatype",
            "version": "3.70.1-02"
        }
    },
    "Architecture": "amd64",
    "Os": "linux",
    "Size": 595360153,
    "GraphDriver": {
        "Data": {
            "LowerDir": "/var/lib/docker/overlay2/f0ebb32ed816cf0239b73be3d77bcaec963ea79186e318b1920639ced9f261b7/diff:/var/lib/docker/overlay2/615d4371bfd8b251d9e3e0755d76cfc825efba661fd2047ea91d29e4d1979c05/diff:/var/lib/docker/overlay2/b0fe0d51e5239571043e20bb429127b4ed2fef548db93f726b92e229b138c27d/diff:/var/lib/docker/overlay2/441fceb80b8730a20e8301999e14767142e3858284a3a6c18d0ee06d946d7808/diff:/var/lib/docker/overlay2/31a1acb8b40f4b9b3168e4ee2b5d724daac79a3019a646b08b4b1aad32c2b6c6/diff:/var/lib/docker/overlay2/0e22ec72dc699170d91f7aa088f4fe4fc75e02adacd3674c5453934a62125f2e/diff",
            "MergedDir": "/var/lib/docker/overlay2/eb89f3eaacd7b8ca5132a8a0af016a83f09d3b797c234b9f70bee745d1cfbe51/merged",
            "UpperDir": "/var/lib/docker/overlay2/eb89f3eaacd7b8ca5132a8a0af016a83f09d3b797c234b9f70bee745d1cfbe51/diff",
            "WorkDir": "/var/lib/docker/overlay2/eb89f3eaacd7b8ca5132a8a0af016a83f09d3b797c234b9f70bee745d1cfbe51/work"
        },
        "Name": "overlay2"
    },
    "RootFS": {
        "Type": "layers",
        "Layers": [
            "sha256:bae4fda36bb4bb231c789c9b26e741eb5d24e2122d6cd1ce7abd73b63f854246",
            "sha256:c589ff888314bda0630525f177b1b9fec7d54800dd396e16dbc3227f14e0423d",
            "sha256:4f313fd44acd31b27ba3bb007be6dc3554160c2808f9736c6c74b726db3aac06",
            "sha256:c2b67fe3c58c75acac723b7e72d056f6f7f16846202cfa796e381097f2e93142",
            "sha256:fdcee513d208705ebf93973236c661727ec1a10703abb46ca7df9391ef4e4709",
            "sha256:45d7d7a7a710780b24eb0393037cfce11828776626c698c8ed6587d0b7494d26",
            "sha256:159a4fdf442f45c801d2a720e7979e27f33284908b48fdfcffd857b3f866dbe1"
        ]
    },
    "Metadata": {
        "LastTagTime": "2024-07-24T15:52:13.251286048+08:00"
    }
}

更多版本