Skip to content

Commit

Permalink
Merge pull request #978 from netobserv/konflux/mintmaker/release-1.7-…
Browse files Browse the repository at this point in the history
…release-1.7/registry.access.redhat.com-ubi9-ubi-minimal-9.x

Update registry.access.redhat.com/ubi9/ubi-minimal Docker tag to v9.5-1734497536 (release-1.7)
  • Loading branch information
OlivierCazade authored Dec 31, 2024
2 parents 42a379e + b5eee4f commit 57d4a4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ COPY config/ config/
RUN CGO_ENABLED=0 GOOS=linux GOARCH=$TARGETARCH GO111MODULE=on go build -ldflags "-X 'main.buildVersion=$BUILD_VERSION' -X 'main.buildDate=`date +%Y-%m-%d\ %H:%M`'" -mod vendor -a -o manager main.go

# Create final image from minimal + built binary
FROM --platform=linux/$TARGETARCH registry.access.redhat.com/ubi9/ubi-minimal:9.5-1733767867
FROM --platform=linux/$TARGETARCH registry.access.redhat.com/ubi9/ubi-minimal:9.5-1734497536
WORKDIR /
COPY --from=builder /opt/app-root/manager .
USER 65532:65532
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.downstream
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ COPY config/ config/
RUN CGO_ENABLED=0 GOOS=linux GOARCH=$TARGETARCH GO111MODULE=on go build -ldflags "-X 'main.buildVersion=$BUILD_VERSION' -X 'main.buildDate=`date +%Y-%m-%d\ %H:%M`'" -mod vendor -a -o manager main.go

# Create final image from minimal + built binary
FROM --platform=linux/$TARGETARCH registry.access.redhat.com/ubi9/ubi-minimal:9.5-1733767867
FROM --platform=linux/$TARGETARCH registry.access.redhat.com/ubi9/ubi-minimal:9.5-1734497536
WORKDIR /
COPY --from=builder /opt/app-root/manager .
USER 65532:65532
Expand Down

0 comments on commit 57d4a4a

Please sign in to comment.