File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- FROM google/cloud-sdk:462.0.1-alpine@sha256:d4b6e2a89731332d99a97eff4459e81f0b2c571a4df9fe6edebef00366c56697 AS base
1
+ FROM google/cloud-sdk:462.0.1-alpine@sha256:64f51e72e8e7df914925e70f0fb735e6e09ecf58c357950bd858fe19e1b3e24d AS base
2
2
ARG KUSTOMIZE_VERSION=5.3.0
3
3
ARG SOPS_VERSION=3.8.1
4
4
ARG HELM_VERSION=3.14.0
@@ -9,7 +9,7 @@ RUN tar xf /tmp/kustomize_v${KUSTOMIZE_VERSION}_linux_amd64.tar.gz -C /usr/bin &
9
9
wget https://github.com/getsops/sops/releases/download/v${SOPS_VERSION}/sops-v${SOPS_VERSION}.linux.amd64 -O /usr/bin/sops && \
10
10
chmod a+x /usr/bin/sops
11
11
12
- FROM google/cloud-sdk:462.0.1-alpine@sha256:d4b6e2a89731332d99a97eff4459e81f0b2c571a4df9fe6edebef00366c56697
12
+ FROM google/cloud-sdk:462.0.1-alpine@sha256:64f51e72e8e7df914925e70f0fb735e6e09ecf58c357950bd858fe19e1b3e24d
13
13
COPY --from=base /usr/bin/kustomize /usr/bin/kustomize
14
14
COPY --from=base /usr/bin/linux-amd64/helm /usr/bin/helm
15
15
COPY --from=base /usr/bin/sops /usr/bin/sops
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ docker push muehlemannpopp/gke-deploy-tools:latest
23
23
24
24
| dependency | version | last updated | digest |
25
25
| ------------ | -------------- | -------------------------- | ----------------------------------------------------------------------- |
26
- | google-cloud | 462.0.1-alpine | 2024-02-01T06:11:54.642469Z | sha256: d4b6e2a89731332d99a97eff4459e81f0b2c571a4df9fe6edebef00366c56697 |
26
+ | google-cloud | 462.0.1-alpine | 2024-02-01T11:52:38.78775Z | sha256:64f51e72e8e7df914925e70f0fb735e6e09ecf58c357950bd858fe19e1b3e24d |
27
27
| kustomize | 5.3.0 | 2023-12-07T10:53:09Z | |
28
28
| sops | 3.8.1 | 2023-10-11T15:25:32Z | |
29
29
| Helm | 3.14.0 | 2024-01-17T19:33:36Z | |
You can’t perform that action at this time.
0 commit comments