Docker Registry Browser
nexus3
3.31.0
Tag
nexus3:3.31.0
Created
2021-06-17 00:14:37 UTC
Architecture
linux / amd64
Content Digest
Pull Command
Labels
architecture
x86_64
build-date
2021-06-02T19:27:01.978498
com.redhat.build-host
cpt-1005.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 <
[email protected]
>
name
Nexus Repository Manager
release
3.31.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
ed5adf70c28eb951940c72f4173fa32c4bca2165
vcs-type
git
vendor
Sonatype
version
3.31.0-01
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
Layers
001
sha256:053724d29990664154df415f4b3da5ce8bb20a0651f52a16a35963280770cb85
79.6 MB
002
sha256:f0ae454850a78759fbe98a9a9a4ef80ec09ee189226fa5cd67778ed84917a33e
1.76 KB
003
sha256:1617ba0a0491987956f845ce41c6c312fe28a18cddcfa145b0f014929a0ec7e2
1006 Bytes
004
sha256:bed0898e3f382c8479afdfd9df12017fad584fd749796ba7b079e5b8012490b6
259 MB
History
[2021-06-02 19:27:14 UTC]
[2021-06-02 19:27:22 UTC]
[2021-06-17 00:13:54 UTC] /bin/sh -c #(nop) LABEL name=Nexus Repository Manager maintainer=Sonatype <
[email protected]
> vendor=Sonatype version=3.31.0-01 release=3.31.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
[2021-06-17 00:13:54 UTC] /bin/sh -c #(nop) ARG NEXUS_VERSION=3.31.0-01
[2021-06-17 00:13:54 UTC] /bin/sh -c #(nop) ARG NEXUS_DOWNLOAD_URL=https://download.sonatype.com/nexus/3/nexus-3.31.0-01-unix.tar.gz
[2021-06-17 00:13:55 UTC] /bin/sh -c #(nop) ARG NEXUS_DOWNLOAD_SHA256_HASH=975d113d293a2958dcb642e81e68ccd575de6e3a124ea00ad6c9f578a173a97b
[2021-06-17 00:13:55 UTC] /bin/sh -c #(nop) ENV SONATYPE_DIR=/opt/sonatype
[2021-06-17 00:13:55 UTC] /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-06-17 00:13:55 UTC] /bin/sh -c #(nop) ARG NEXUS_REPOSITORY_MANAGER_COOKBOOK_VERSION=release-0.5.20190212-155606.d1afdfe
[2021-06-17 00:13:56 UTC] /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-06-17 00:13:56 UTC] /bin/sh -c #(nop) ADD file:96a8726e4f3ee18b65140cf1dfb4845d98d454ceb2c45fbd846c57e32a5a2ed2 in /var/chef/solo.json.erb
[2021-06-17 00:14:36 UTC] |5 NEXUS_DOWNLOAD_SHA256_HASH=975d113d293a2958dcb642e81e68ccd575de6e3a124ea00ad6c9f578a173a97b NEXUS_DOWNLOAD_URL=https://download.sonatype.com/nexus/3/nexus-3.31.0-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.31.0-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
[2021-06-17 00:14:36 UTC] /bin/sh -c #(nop) VOLUME [/nexus-data]
[2021-06-17 00:14:36 UTC] /bin/sh -c #(nop) EXPOSE 8081
[2021-06-17 00:14:36 UTC] /bin/sh -c #(nop) USER nexus
[2021-06-17 00:14:37 UTC] /bin/sh -c #(nop) ENV INSTALL4J_ADD_VM_PARAMS=-Xms2703m -Xmx2703m -XX:MaxDirectMemorySize=2703m -Djava.util.prefs.userRoot=/nexus-data/javaprefs
[2021-06-17 00:14:37 UTC] /bin/sh -c #(nop) CMD ["sh" "-c" "${SONATYPE_DIR}/start-nexus-repository-manager.sh"]