Skip to content

Commit

Permalink
Update registry.access.redhat.com/ubi8/ubi-minimal Docker tag to v8.1…
Browse files Browse the repository at this point in the history
…0-1130 (#296)

Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
Co-authored-by: red-hat-konflux[bot] <126015336+red-hat-konflux[bot]@users.noreply.github.com>
  • Loading branch information
red-hat-konflux[bot] authored Dec 13, 2024
1 parent 0251e5d commit 6f139b0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10 AS builder
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1130 AS builder

ARG TARGETARCH
USER root
Expand All @@ -16,7 +16,7 @@ COPY . ./
RUN go mod vendor
RUN make build

FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1130

RUN mkdir /config
COPY --from=builder /workspace/bin/kessel-relations /usr/local/bin/
Expand Down
4 changes: 2 additions & 2 deletions api/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10 AS builder
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1130 AS builder

ARG TARGETARCH
USER root
Expand All @@ -17,7 +17,7 @@ RUN go install github.com/go-kratos/kratos/cmd/protoc-gen-go-http/v2@latest
# Install Buf
RUN go install github.com/bufbuild/buf/cmd/buf@latest

FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10
FROM registry.access.redhat.com/ubi8/ubi-minimal:8.10-1130


COPY --from=builder /root/go/bin/protoc-gen-go /usr/local/bin/protoc-gen-go
Expand Down

0 comments on commit 6f139b0

Please sign in to comment.