Skip to content

Commit c214cb9

Browse files
red-hat-konflux[bot]osmman
authored andcommitted
chore(deps): update docker images
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 367320f commit c214cb9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ RUN go generate ./...
2727
# by leaving it empty we can ensure that the container and binary shipped on it will have the same platform.
2828
RUN CGO_ENABLED=0 GOOS=${TARGETOS:-linux} GOARCH=${TARGETARCH} go build -a -o manager cmd/main.go
2929

30-
FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:7c5495d5fad59aaee12abc3cbbd2b283818ee1e814b00dbc7f25bf2d14fa4f0c
30+
FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:34880b64c07f28f64d95737f82f891516de9a3b43583f39970f7bf8e4cfa48b7
3131
WORKDIR /
3232
COPY --from=builder /workspace/manager .
3333
USER 65532:65532

Dockerfile.rhtas-operator.rh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ARG VERSION="1.4.0"
22

33
# Build the manager binary
4-
FROM registry.redhat.io/ubi9/go-toolset:9.6@sha256:84286c7555df503df0bd3acb86fe2ad50af82a07f35707918bb0fad312fdc193 AS builder
4+
FROM registry.redhat.io/ubi9/go-toolset:9.6@sha256:7b1828de52c3bac600a71b81996bf748776a456181a45e2b329b39702cf6486f AS builder
55
ARG TARGETOS
66
ARG TARGETARCH
77

@@ -34,7 +34,7 @@ RUN go generate -mod=readonly ./...
3434
# by leaving it empty we can ensure that the container and binary shipped on it will have the same platform.
3535
RUN GOOS=${TARGETOS:-linux} GOARCH=${TARGETARCH} go build -mod=readonly -a -o manager cmd/main.go
3636

37-
FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:7c5495d5fad59aaee12abc3cbbd2b283818ee1e814b00dbc7f25bf2d14fa4f0c
37+
FROM registry.access.redhat.com/ubi9/ubi-minimal@sha256:34880b64c07f28f64d95737f82f891516de9a3b43583f39970f7bf8e4cfa48b7
3838
ARG VERSION
3939
WORKDIR /
4040
COPY --from=builder /workspace/manager .

bundle.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ARG DEFAULT_CHANNEL="stable"
44
ARG BUNDLE_GEN_FLAGS="-q --overwrite=false --version $VERSION --channels=$CHANNELS --default-channel=$DEFAULT_CHANNEL"
55
ARG IMG
66

7-
FROM registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:ff74412d980d64ad54061589e74b68675276adcd69717f5b5befbe6310c0fc62 AS builder
7+
FROM registry.redhat.io/openshift4/ose-operator-sdk-rhel9@sha256:8ff0cb8587bbca8809490ff59a67496599b6c0cc8e4ca88451481a265f17e581 AS builder
88

99
ARG BUNDLE_GEN_FLAGS
1010
ARG IMG

0 commit comments

Comments
 (0)