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 e1bfcc3 commit bb02f8dCopy full SHA for bb02f8d
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.5-1745855087
+FROM registry.access.redhat.com/ubi9-minimal:9.5-1747111267
7
COPY --from=builder /opt/app-root/src/out/s3-reload /s3-reload
8
ENTRYPOINT ["/s3-reload"]
0 commit comments