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 6d10793 commit 502c559Copy full SHA for 502c559
build/images/training-operator/Dockerfile.rhoai
@@ -19,6 +19,9 @@ RUN CGO_ENABLED=1 GOOS=linux GO111MODULE=on go build -tags strictfipsruntime -a
19
# Use distroless as minimal base image to package the manager binary
20
# Refer to https://github.com/GoogleContainerTools/distroless for more details
21
FROM registry.access.redhat.com/ubi9/ubi-minimal:latest
22
+
23
+RUN microdnf update && microdnf install -y bind-utils
24
25
WORKDIR /
26
COPY --from=builder /workspace/manager .
27
USER 65532:65532
0 commit comments