Skip to content

Commit ffb0c90

Browse files
NO-ISSUE: Bump the docker-dependencies group across 1 directory with 2 updates
Bumps the docker-dependencies group with 2 updates in the / directory: ubi9/go-toolset and ubi9/ubi-minimal. Updates `ubi9/go-toolset` from 1.25 to 9.7 Updates `ubi9/ubi-minimal` from `6fc28bc` to `bb08f23` --- updated-dependencies: - dependency-name: ubi9/go-toolset dependency-version: '9.7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: docker-dependencies - dependency-name: ubi9/ubi-minimal dependency-version: latest dependency-type: direct:production dependency-group: docker-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fa903b0 commit ffb0c90

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

Dockerfile.image-service

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ RUN cd /packages && ./build.sh
2424

2525

2626
# Used to build the service:
27-
FROM registry.access.redhat.com/ubi9/go-toolset:1.25 AS golang
27+
FROM registry.access.redhat.com/ubi9/go-toolset:9.7 AS golang
2828

2929
USER 0
3030

@@ -45,7 +45,7 @@ RUN ${HOME}/go/bin/go-licenses save --save_path /tmp/licenses ./...
4545
RUN cd /app && git rev-parse --short HEAD > /commit-reference.txt
4646

4747
## Runtime
48-
FROM registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:6fc28bcb6776e387d7a35a2056d9d2b985dc4e26031e98a2bd35a7137cd6fd71
48+
FROM registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:c7d44146f826037f6873d99da479299b889473492d3c1ab8af86f08af04ec8a0
4949

5050
ARG release=main
5151
ARG version=latest

Dockerfile.image-service-build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.access.redhat.com/ubi9/go-toolset:1.25 AS golang
1+
FROM registry.access.redhat.com/ubi9/go-toolset:9.7 AS golang
22

33
ENV GOFLAGS=""
44

Dockerfile.image-service-mce

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Used to build external packages:
2-
FROM --platform=$BUILDPLATFORM registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:6fc28bcb6776e387d7a35a2056d9d2b985dc4e26031e98a2bd35a7137cd6fd71 AS packages
2+
FROM --platform=$BUILDPLATFORM registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:c7d44146f826037f6873d99da479299b889473492d3c1ab8af86f08af04ec8a0 AS packages
33

44
# Install the build tools and the required libraries:
55
RUN \
@@ -26,7 +26,7 @@ RUN cd /packages && ./build.sh
2626

2727

2828
# Used to build the service:
29-
FROM --platform=$BUILDPLATFORM registry.access.redhat.com/ubi9/go-toolset:1.25 AS builder
29+
FROM --platform=$BUILDPLATFORM registry.access.redhat.com/ubi9/go-toolset:9.7 AS builder
3030
ARG TARGETOS
3131
ARG TARGETARCH
3232

@@ -46,7 +46,7 @@ WORKDIR /app
4646
RUN GO111MODULE=on GOOS=${TARGETOS} GOARCH=${TARGETARCH} go build -tags strictfipsruntime -o assisted-image-service main.go
4747

4848

49-
FROM --platform=$BUILDPLATFORM registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:6fc28bcb6776e387d7a35a2056d9d2b985dc4e26031e98a2bd35a7137cd6fd71
49+
FROM --platform=$BUILDPLATFORM registry.access.redhat.com/ubi9/ubi-minimal:latest@sha256:c7d44146f826037f6873d99da479299b889473492d3c1ab8af86f08af04ec8a0
5050
ARG release=main
5151
ARG version=latest
5252

0 commit comments

Comments
 (0)