Sign inSign up

cookding/nexus3

By cookding

Updated 6 months ago

nexus3 with tar cli for backup

Image
Developer tools
Databases & storage
0

799

cookding/nexus3 repository overview

Dockerfile

ARG DOCKERHUB_REGISTRY=docker.io
ARG VERSION

FROM ${DOCKERHUB_REGISTRY}/sonatype/nexus3:${VERSION}

USER root

RUN microdnf update -y \
    && microdnf --setopt=install_weak_deps=0 --setopt=tsflags=nodocs install -y \
          tar procps shadow-utils gzip \
    && microdnf clean all

USER nexus

Tag summary

Content type

Image

Digest

sha256:ccdbd7478

Size

382.3 MB

Last updated

6 months ago

docker pull cookding/nexus3:3.90.2