nexus3 with tar cli for backup
799
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
Content type
Image
Digest
sha256:ccdbd7478…
Size
382.3 MB
Last updated
6 months ago
docker pull cookding/nexus3:3.90.2