Skip to content

Commit

Permalink
Code changes from dockerfile-generator
Browse files Browse the repository at this point in the history
  • Loading branch information
dockerfile-generator committed Jan 8, 2024
1 parent e1a5616 commit 017f5d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM google/cloud-sdk:458.0.1-alpine@sha256:1654f5ed84e341d2b25b8a0a4d1f7cc3be8ed214f61d31de1035e146f0570455 AS base
FROM google/cloud-sdk:458.0.1-alpine@sha256:a8d3049125f4c84fc5f88cfbd88fd2c4fa68586c8164940f323c96210bf2c2a9 AS base
ARG KUSTOMIZE_VERSION=5.3.0
ARG SOPS_VERSION=3.8.1
ARG HELM_VERSION=3.13.3
Expand All @@ -9,7 +9,7 @@ RUN tar xf /tmp/kustomize_v${KUSTOMIZE_VERSION}_linux_amd64.tar.gz -C /usr/bin &
wget https://github.com/getsops/sops/releases/download/v${SOPS_VERSION}/sops-v${SOPS_VERSION}.linux.amd64 -O /usr/bin/sops && \
chmod a+x /usr/bin/sops

FROM google/cloud-sdk:458.0.1-alpine@sha256:1654f5ed84e341d2b25b8a0a4d1f7cc3be8ed214f61d31de1035e146f0570455
FROM google/cloud-sdk:458.0.1-alpine@sha256:a8d3049125f4c84fc5f88cfbd88fd2c4fa68586c8164940f323c96210bf2c2a9
COPY --from=base /usr/bin/kustomize /usr/bin/kustomize
COPY --from=base /usr/bin/linux-amd64/helm /usr/bin/helm
COPY --from=base /usr/bin/sops /usr/bin/sops
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ docker push muehlemannpopp/gke-deploy-tools:latest

| dependency | version | last updated | digest |
|------------ |-------------- |-------------------------- |----------------------------------------------------------------------- |
| google-cloud | 458.0.1-alpine | 2023-12-26T11:55:52.712801Z | sha256:1654f5ed84e341d2b25b8a0a4d1f7cc3be8ed214f61d31de1035e146f0570455 |
| google-cloud | 458.0.1-alpine | 2024-01-07T11:56:24.130661Z | sha256:a8d3049125f4c84fc5f88cfbd88fd2c4fa68586c8164940f323c96210bf2c2a9 |
| kustomize | 5.3.0 | 2023-12-07T10:53:09Z | |
| sops | 3.8.1 | 2023-10-11T15:25:32Z | |
| Helm | 3.13.3 | 2023-12-13T21:41:49Z | |
Expand Down

0 comments on commit 017f5d0

Please sign in to comment.