We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 888032c commit 3904906Copy full SHA for 3904906
.github/workflows/build-verify.yml
@@ -78,6 +78,7 @@ jobs:
78
context: .
79
sbom: true
80
push: true
81
+ provenance: mode=max
82
platforms: linux/amd64,linux/arm64
83
builder: buildx-multi-arch
84
file: build/Dockerfile
build/Dockerfile
@@ -8,7 +8,7 @@ RUN CGO_ENABLED=0 GOOS=${TARGETOS} GOARCH=${TARGETARCH} \
8
go build -ldflags="-s -w" -o microcks-cli github.com/microcks/microcks-cli
9
10
# Build image
11
-FROM registry.access.redhat.com/ubi9/ubi-minimal:9.4-1227.1726694542
+FROM registry.access.redhat.com/ubi9/ubi-minimal:9.5-1736404155
12
13
# Some version information
14
LABEL maintainer="Laurent Broudoux <[email protected]>" \
0 commit comments