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 0e4178b commit 1b447ceCopy full SHA for 1b447ce
Dockerfile
@@ -3,6 +3,6 @@ COPY . .
3
RUN CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o out/s3-reload s3-reload.go
4
LABEL konflux.additional-tags="1.0.0"
5
6
-FROM registry.access.redhat.com/ubi9-minimal:9.6-1753762263@sha256:67fee1a132e8e326434214b3c7ce90b2500b2ad02c9790cc61581feb58d281d5
+FROM registry.access.redhat.com/ubi9-minimal:9.6-1754000177@sha256:0d7cfb0704f6d389942150a01a20cb182dc8ca872004ebf19010e2b622818926
7
COPY --from=builder /opt/app-root/src/out/s3-reload /s3-reload
8
ENTRYPOINT ["/s3-reload"]
0 commit comments