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@sha256:355b23fe885cf565c9313a7e98db742df0aec21456244e808942c56489594251 AS build-cross-platform
1
+
FROM registry.redhat.io/ubi9/go-toolset:9.8-1782736563@sha256:83cfd595f20e494cea9dc6526f217441e60bb9c5da85b33157c761e5f6a3d852 AS build-cross-platform
2
2
ENV APP_ROOT=/opt/app-root \
3
3
GOPATH=/opt/app-root \
4
4
CGO_ENABLED=0 \
@@ -24,7 +24,7 @@ FROM --platform=linux/arm64 quay.io/securesign/trillian-updatetree@sha256:ca58
24
24
FROM --platform=linux/ppc64le quay.io/securesign/trillian-updatetree@sha256:ca583b6dc1b05c46bb81a90c85f2c085973022fe147258fa2ae31672683341cf AS updatetree-ppc64le
25
25
FROM --platform=linux/s390x quay.io/securesign/trillian-updatetree@sha256:ca583b6dc1b05c46bb81a90c85f2c085973022fe147258fa2ae31672683341cf AS updatetree-s390x
26
26
27
-
FROM registry.redhat.io/ubi9/go-toolset:9.8@sha256:355b23fe885cf565c9313a7e98db742df0aec21456244e808942c56489594251 AS packager
27
+
FROM registry.redhat.io/ubi9/go-toolset:9.8-1782736563@sha256:83cfd595f20e494cea9dc6526f217441e60bb9c5da85b33157c761e5f6a3d852 AS packager
28
28
USER root
29
29
RUN mkdir -p /binaries
30
30
@@ -91,7 +91,7 @@ RUN tar -czf /binaries/updatetree_windows_amd64.tar.gz -C /tmp updatetree.exe &&
91
91
RUN chmod -R a+rX /binaries
92
92
93
93
# Final minimal image with all binaries
94
-
FROM registry.redhat.io/ubi9/ubi-micro:9.8@sha256:b498b3ea26111ab4b81d65139f2ebd2ef9a2abb7a4588b7fdcc54889f95e9caa
94
+
FROM registry.redhat.io/ubi9/ubi-micro:9.8-1782363471@sha256:fdf68a4f5f88cca14ae906bbec6e0fbbffe92b5b91e73e0862c961234d63b986
95
95
96
96
LABEL description="Flat image containing createtree and updatetree CLI binaries for all platforms and architectures"
97
97
LABEL io.k8s.description="Flat image containing createtree and updatetree CLI binaries for all platforms and architectures"
Copy file name to clipboardExpand all lines: Dockerfile.redis.rh
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
FROM registry.redhat.io/rhel9/redis-6@sha256:7cd55174d27b41f59c2a0831cc31a5557a90f81d51f30c1e26232303898671ea
1
+
FROM registry.redhat.io/rhel9/redis-6@sha256:3a243218d38169a179692f76d050ac5226984d62c968b444c666ab7ecfa06317
2
2
3
3
LABEL description="Securesign redis is built ontop of rhel9/redis-6 but accepts external connections and runs appendonly mode with full durability."
4
4
LABEL io.k8s.description="Securesign redis is built ontop of rhel9/redis-6 but accepts external connections and runs appendonly mode with full durability."
0 commit comments