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 4fb62b1 commit a6f636eCopy full SHA for a6f636e
Dockerfile
@@ -18,7 +18,7 @@ COPY pkg pkg/
18
# Build
19
RUN CGO_ENABLED=0 GOOS=linux go build -a -o manager main.go
20
21
-FROM registry.access.redhat.com/ubi8/ubi-minimal:8.9
+FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1752564239
22
RUN microdnf update --setopt=install_weak_deps=0 -y && microdnf install git
23
COPY entrypoint.sh /usr/local/bin/entrypoint.sh
24
RUN chmod +x /usr/local/bin/entrypoint.sh
0 commit comments