Skip to content

Commit b6f062a

Browse files
authored
Merge pull request #169 from redhat-appstudio/konflux/mintmaker/main/registry.access.redhat.com-ubi9-ubi-minimal-9.x
chore(deps): update registry.access.redhat.com/ubi9/ubi-minimal docker tag to v9.6-1747218906
2 parents c2cbe5d + 0a522a7 commit b6f062a

File tree

2 files changed

+197
-280
lines changed

2 files changed

+197
-280
lines changed

Dockerfile

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
1-
FROM registry.redhat.io/rhtas/cosign-rhel9:1.1.1@sha256:3cd261cd4fed03688c6fd3c6161ae1ec69e908bbb6593ec279415414c7422535 as cosign
1+
FROM registry.redhat.io/rhtas/cosign-rhel9:1.2.0@sha256:cb53dcc3bc912dd7f12147f33af1b435eae5ff4ab83b85c0277b4004b20a0248 as cosign
22

3-
FROM registry.redhat.io/rhtas/ec-rhel9:0.6@sha256:378aeb6734bd0738fd3639c875901290c5de43d955060989d94ad81b3b3915dd as ec
3+
FROM registry.redhat.io/rhtas/ec-rhel9:0.6@sha256:34a7be862ef23c44526ed84bb4f228ffc6c87e15d3e09803546c46bb9cd22d97 as ec
44

5-
FROM brew.registry.redhat.io/rh-osbs/openshift-golang-builder:v1.23@sha256:0a070e4a8f2698b6aba3630a49eb995ff1b0a182d0c5fa264888acf9d535f384 as go-builder
5+
FROM registry.redhat.io/ubi10/go-toolset:1.23@sha256:6429b805280b5c99c5441981d2bfe947f9ffe1fdf105da905a60fbbb095d6ed6 as go-builder
66

77
WORKDIR /build
88

99
COPY ./tools .
1010

1111
ENV GOBIN=/usr/local/bin/
1212

13+
USER root
14+
1315
RUN \
1416
cd yq && \
1517
go install -trimpath --mod=readonly github.com/mikefarah/yq/v4 && \
@@ -20,7 +22,7 @@ RUN \
2022
go install -trimpath --mod=readonly github.com/anchore/syft/cmd/syft && \
2123
syft version
2224

23-
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.5@sha256:a50731d3397a4ee28583f1699842183d4d24fadcc565c4688487af9ee4e13a44
25+
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.6@sha256:92b1d5747a93608b6adb64dfd54515c3c5a360802db4706765ff3d8470df6290
2426

2527
# required per https://github.com/release-engineering/rhtap-ec-policy/blob/main/data/rule_data.yml
2628
LABEL com.redhat.component="rhtap-task-runner"

0 commit comments

Comments
 (0)