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 1964092 commit d55aa7aCopy full SHA for d55aa7a
project-clone/Dockerfile
@@ -37,7 +37,7 @@ RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 GO111MODULE=on go build \
37
project-clone/main.go
38
39
# https://access.redhat.com/containers/?tab=tags#/registry.access.redhat.com/ubi8-minimal
40
-FROM registry.access.redhat.com/ubi8-minimal:8.6-994
+FROM registry.access.redhat.com/ubi8-minimal:8.7-923
41
RUN microdnf -y update && microdnf install -y time git git-lfs && microdnf clean all && rm -rf /var/cache/yum && echo "Installed Packages" && rpm -qa | sort -V && echo "End Of Installed Packages"
42
WORKDIR /
43
COPY --from=builder /project-clone/_output/bin/project-clone /usr/local/bin/project-clone
0 commit comments