Skip to content

Commit

Permalink
upgrading cloud-sdk and Helm (#24)
Browse files Browse the repository at this point in the history
cloud-sdk: 412.0.0 -> 414.0.0
Helm:       3.10.3 -> 3.11.0
  • Loading branch information
szamuboy authored Jan 20, 2023
1 parent ddd9955 commit 3bc3f75
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 14 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
FROM google/cloud-sdk:412.0.0-alpine@sha256:d1ffc996b5ae897fa3fa06a3335a1f301c14c29f4a535970c969319edc33a2bd
FROM google/cloud-sdk:414.0.0-alpine@sha256:b0e1d5862f19ed92175c293c8bc0d7a20dce89a441d551564d69092733bab671
ARG KUSTOMIZE_VERSION=4.5.7
ARG SOPS_VERSION=3.7.3
ARG HELM_VERSION=3.10.3
ARG HELM_VERSION=3.11.0
ADD https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize%2Fv${KUSTOMIZE_VERSION}/kustomize_v${KUSTOMIZE_VERSION}_linux_amd64.tar.gz /tmp
ADD https://get.helm.sh/helm-v${HELM_VERSION}-linux-amd64.tar.gz /tmp
RUN tar xf /tmp/kustomize_v${KUSTOMIZE_VERSION}_linux_amd64.tar.gz -C /usr/bin && \
tar xf /tmp/helm-v${HELM_VERSION}-linux-amd64.tar.gz -C /usr/bin && \
wget https://github.com/mozilla/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:412.0.0-alpine@sha256:d1ffc996b5ae897fa3fa06a3335a1f301c14c29f4a535970c969319edc33a2bd
FROM google/cloud-sdk:414.0.0-alpine@sha256:b0e1d5862f19ed92175c293c8bc0d7a20dce89a441d551564d69092733bab671
COPY --from=0 /usr/bin/kustomize /usr/bin/kustomize
COPY --from=0 /usr/bin/linux-amd64/helm /usr/bin/helm
COPY --from=0 /usr/bin/sops /usr/bin/sops
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ You can manually build the Docker image with the following command:
docker buildx build . -t muehlemannpopp/gke-deploy-tools:latest \
--build-arg KUSTOMIZE_VERSION=4.5.7 \
--build-arg SOPS_VERSION=3.7.3 \
--build-arg HELM_VERSION=3.10.3
--build-arg HELM_VERSION=3.11.0
```


# Push image

```bash
docker tag muehlemannpopp/gke-deploy-tools:latest \
muehlemannpopp/gke-deploy-tools:412.0.0
docker push muehlemannpopp/gke-deploy-tools:412.0.0
muehlemannpopp/gke-deploy-tools:414.0.0
docker push muehlemannpopp/gke-deploy-tools:414.0.0
docker push muehlemannpopp/gke-deploy-tools:latest
```

Expand All @@ -24,10 +24,10 @@ docker push muehlemannpopp/gke-deploy-tools:latest

| dependency | version | last updated | digest |
|------------ |---------------- |--------------------------- |----------------------------------------------------------------------- |
| google-cloud | 412.0.0-alpine | 2022-12-13T18:58:51.098755Z | sha256:d1ffc996b5ae897fa3fa06a3335a1f301c14c29f4a535970c969319edc33a2bd |
| google-cloud | 414.0.0-alpine | 2023-01-18T21:06:30.582578Z | sha256:b0e1d5862f19ed92175c293c8bc0d7a20dce89a441d551564d69092733bab671 |
| kustomize | kustomize/v4.5.7 | 2022-08-02T16:39:10Z | |
| sops | v3.7.3 | 2022-05-09T17:37:50Z | |
| Helm | Helm v3.10.3 | 2022-12-14T17:54:36Z | |
| Helm | Helm v3.11.0 | 2023-01-18T17:33:47Z | |


## Google Cloud SDK
Expand Down
11 changes: 5 additions & 6 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,15 @@ You can manually build the Docker image with the following command:
docker buildx build . -t muehlemannpopp/gke-deploy-tools:latest \
--build-arg KUSTOMIZE_VERSION=4.5.7 \
--build-arg SOPS_VERSION=3.7.3 \
--build-arg HELM_VERSION=3.10.3
--build-arg HELM_VERSION=3.11.0
#+end_src

* Push image

#+begin_src bash :eval never
docker tag muehlemannpopp/gke-deploy-tools:latest \
muehlemannpopp/gke-deploy-tools:412.0.0
docker push muehlemannpopp/gke-deploy-tools:412.0.0
muehlemannpopp/gke-deploy-tools:414.0.0
docker push muehlemannpopp/gke-deploy-tools:414.0.0
docker push muehlemannpopp/gke-deploy-tools:latest
#+end_src

Expand All @@ -40,12 +40,11 @@ You can manually build the Docker image with the following command:
#+caption: Depency versions
| dependency | version | last updated | digest |
|--------------+------------------+-----------------------------+-------------------------------------------------------------------------|
| google-cloud | 412.0.0-alpine | 2022-12-13T18:58:51.098755Z | sha256:d1ffc996b5ae897fa3fa06a3335a1f301c14c29f4a535970c969319edc33a2bd |
| google-cloud | 414.0.0-alpine | 2023-01-18T21:06:30.582578Z | sha256:b0e1d5862f19ed92175c293c8bc0d7a20dce89a441d551564d69092733bab671 |
| kustomize | kustomize/v4.5.7 | 2022-08-02T16:39:10Z | |
| sops | v3.7.3 | 2022-05-09T17:37:50Z | |
| Helm | Helm v3.10.3 | 2022-12-14T17:54:36Z | |
| Helm | Helm v3.11.0 | 2023-01-18T17:33:47Z | |
#+TBLFM: @2$2='(org-sbe get-latest-cloud-sdk-tag (field 'name))::@2$3='(org-sbe get-latest-cloud-sdk-tag (field 'last_updated))::@2$4='(org-sbe get-latest-cloud-sdk-tag (field 'digest))::@3$2='(org-sbe get-latest-kustomize-release (field 'name))::@3$3='(org-sbe get-latest-kustomize-release (field 'published_at))::@4$2='(org-sbe get-latest-sops-release (field 'name))::@4$3='(org-sbe get-latest-sops-release (field 'published_at))::@5$2='(org-sbe get-latest-helm-release (field 'name))::@5$3='(org-sbe get-latest-helm-release (field 'published_at))

** Google Cloud SDK

The latest base image version can be checked here:
Expand Down

0 comments on commit 3bc3f75

Please sign in to comment.