Skip to content

Commit 163aa88

Browse files
authored
Merge pull request #11 from AckeeDevOps/feat/57151-add-beta
✨ Add gcloud beta and gettext package
2 parents e893079 + f03a3d3 commit 163aa88

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [3.1.0] - 2021-04-12
8+
### Add
9+
- Added gettext
10+
- Install gcloud beta
11+
712
## [3.0.0] - 2021-04-08
813
### Add
914
- Added yq, git, zip

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM docker:19.03
22

3-
RUN apk add --no-cache bash coreutils curl jq git python3 rsync zip py3-pip
3+
RUN apk add --no-cache bash coreutils curl jq git python3 rsync zip py3-pip gettext
44
RUN pip3 install yq
55

66
ENV PATH "$PATH:/opt/google-cloud-sdk/bin"
@@ -10,6 +10,8 @@ RUN wget -q "https://dl.google.com/dl/cloudsdk/release/google-cloud-sdk.tar.gz"
1010
gcloud config set component_manager/disable_update_check true && \
1111
gcloud components install kubectl && \
1212
gcloud components install gsutil && \
13+
gcloud components install beta && \
14+
gcloud components update && \
1315
rm google-cloud-sdk.tar.gz
1416

1517
RUN wget -q https://get.helm.sh/helm-v3.4.2-linux-amd64.tar.gz -O helm.tar.gz && \

0 commit comments

Comments
 (0)