Skip to content

Commit 3904906

Browse files
committed
chore: #91 MOving to ubi9-mnimal 9.5-1736404155 and provenance mode=max
Signed-off-by: Laurent Broudoux <[email protected]>
1 parent 888032c commit 3904906

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build-verify.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ jobs:
7878
context: .
7979
sbom: true
8080
push: true
81+
provenance: mode=max
8182
platforms: linux/amd64,linux/arm64
8283
builder: buildx-multi-arch
8384
file: build/Dockerfile

build/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN CGO_ENABLED=0 GOOS=${TARGETOS} GOARCH=${TARGETARCH} \
88
go build -ldflags="-s -w" -o microcks-cli github.com/microcks/microcks-cli
99

1010
# Build image
11-
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.4-1227.1726694542
11+
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.5-1736404155
1212

1313
# Some version information
1414
LABEL maintainer="Laurent Broudoux <[email protected]>" \

0 commit comments

Comments
 (0)