We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 738f3a3 commit be47b54Copy full SHA for be47b54
cmd/trainer-controller-manager/Dockerfile.rhoai
@@ -18,7 +18,7 @@ RUN CGO_ENABLED=1 GOOS=linux GO111MODULE=on go build -tags strictfipsruntime -a
18
# Runtime
19
FROM registry.access.redhat.com/ubi9/ubi-minimal:latest
20
21
-RUN microdnf update -y && microdnf install -y bind-utils && microdnf clean all
+# RUN microdnf update -y && microdnf install -y bind-utils && microdnf clean all
22
23
WORKDIR /
24
COPY --from=builder /workspace/manager .
0 commit comments