We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c87ad40 commit 531c4f0Copy full SHA for 531c4f0
deployments/container/Dockerfile
@@ -44,12 +44,6 @@ ARG VERSION="N/A"
44
ARG GIT_COMMIT="unknown"
45
RUN make PREFIX=/artifacts cmds
46
47
-# We use the ubi9-minimal image as a reference image in removing unneeded dependencies.
48
-FROM redhat/ubi9-minimal:latest AS minimal
49
-
50
-RUN rpm -qa --queryformat='^%{NAME}-\[0-9\].*\.%{ARCH}$\n' | sort -u > /tmp/package-names.minimal
51
-RUN rpm -qa | sort -u > /tmp/package-list.minimal
52
53
FROM nvcr.io/nvidia/distroless/go:v3.1.11-dev
54
55
USER 0:0
0 commit comments