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 cc73e87 commit 9b16edcCopy full SHA for 9b16edc
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-1754456323@sha256:e6b39b0a2cd88c0d904552eee0dca461bc74fe86fda3648ca4f8150913c79d0f
+FROM registry.access.redhat.com/ubi9-minimal:9.6-1754584681@sha256:8d905a93f1392d4a8f7fb906bd49bf540290674b28d82de3536bb4d0898bf9d7
7
COPY --from=builder /opt/app-root/src/out/s3-reload /s3-reload
8
ENTRYPOINT ["/s3-reload"]
0 commit comments