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 Oct 9, 2023
1 parent 3227813 commit c3fb81d
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:449.0.0-alpine@sha256:6336dd754b8a9dac79ccfafa50e6ca25598d3bea43d9c5b97744eed093e538ba AS base
FROM google/cloud-sdk:449.0.0-alpine@sha256:e4c511485159647720b63341214269d0cd9c93d520237eef1d68e81d46bb4f46 AS base
ARG KUSTOMIZE_VERSION=5.1.1
ARG SOPS_VERSION=3.8.0
ARG HELM_VERSION=3.13.0
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:449.0.0-alpine@sha256:6336dd754b8a9dac79ccfafa50e6ca25598d3bea43d9c5b97744eed093e538ba
FROM google/cloud-sdk:449.0.0-alpine@sha256:e4c511485159647720b63341214269d0cd9c93d520237eef1d68e81d46bb4f46
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 | 449.0.0-alpine | 2023-10-03T16:29:24.269196Z | sha256:6336dd754b8a9dac79ccfafa50e6ca25598d3bea43d9c5b97744eed093e538ba |
| google-cloud | 449.0.0-alpine | 2023-10-08T10:55:19.927135Z | sha256:e4c511485159647720b63341214269d0cd9c93d520237eef1d68e81d46bb4f46 |
| kustomize | 5.1.1 | 2023-07-31T17:20:01Z | |
| sops | 3.8.0 | 2023-09-15T13:52:37Z | |
| Helm | 3.13.0 | 2023-09-27T20:51:15Z | |
Expand Down

0 comments on commit c3fb81d

Please sign in to comment.