You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Dockerfile.cli-stack.rh
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
FROM registry.redhat.io/ubi9/go-toolset:9.8-1782736563@sha256:83cfd595f20e494cea9dc6526f217441e60bb9c5da85b33157c761e5f6a3d852 AS build-cross-platform
1
+
FROM registry.redhat.io/ubi9/go-toolset:9.8-1782910875@sha256:5488ab924e20c14a7a765b8502e0798fad0e0953f67d552bf43d795583020819 AS build-cross-platform
2
2
ENV APP_ROOT=/opt/app-root \
3
3
GOPATH=/opt/app-root
4
4
@@ -16,7 +16,7 @@ FROM --platform=linux/arm64 quay.io/securesign/fetch-tsa-certs@sha256:058c5798
16
16
FROM --platform=linux/ppc64le quay.io/securesign/fetch-tsa-certs@sha256:db1a863aa4434bc335a0d4a63875f97a0e06db3d3b2ced7af0f3124dd4a68b77 AS build-ppc64le
17
17
FROM --platform=linux/s390x quay.io/securesign/fetch-tsa-certs@sha256:ac8bb9f2d8ff2f98d95f0775a5c3c93e1ca728c8c9f6d499dc421b39abc44654 AS build-s390x
18
18
19
-
FROM registry.redhat.io/ubi9/go-toolset:9.8-1782736563@sha256:83cfd595f20e494cea9dc6526f217441e60bb9c5da85b33157c761e5f6a3d852 AS packager
19
+
FROM registry.redhat.io/ubi9/go-toolset:9.8-1782910875@sha256:5488ab924e20c14a7a765b8502e0798fad0e0953f67d552bf43d795583020819 AS packager
20
20
USER root
21
21
RUN mkdir -p /binaries
22
22
@@ -53,7 +53,7 @@ RUN tar -czf /binaries/fetch_tsa_certs_windows_amd64.tar.gz -C /tmp fetch_tsa_ce
53
53
RUN chmod -R a+rX /binaries
54
54
55
55
# Final minimal image with all binaries
56
-
FROM registry.redhat.io/ubi9/ubi-micro:9.8-1782363471@sha256:fdf68a4f5f88cca14ae906bbec6e0fbbffe92b5b91e73e0862c961234d63b986
56
+
FROM registry.redhat.io/ubi9/ubi-micro:9.8-1782840931@sha256:35de56a9413112f1474e392ebc35e0cf6f0fb484c8e8877bbae59b513694b41f
57
57
58
58
LABEL description="Flat image containing fetch-tsa-certs CLI binaries for all platforms and architectures"
59
59
LABEL io.k8s.description="Flat image containing fetch-tsa-certs CLI binaries for all platforms and architectures"
0 commit comments