atlassian/google-gke-kubectl-run:3.0.0
google-gke-kubectl-run:3.0.0-without-backup-folder <none> 61abf4e9da2d 20 seconds ago 2.08GB
google-gke-kubectl-run:3.0.0 <none> f637d02b9abb 7 minutes ago 2.81GB
After consulting Google's version of the docker file https://github.com/GoogleCloudPlatform/cloud-sdk-docker/blob/master/debian_component_based/Dockerfile
And comparing that with Atlassian's version: https://bitbucket.org/atlassian/google-gke-kubectl-run/src/master/Dockerfile I conclude that the Atlassian pipe google-gke-kubectl-run lacks this step.
- RUN ./google-cloud-sdk/install.sh --quiet
+ RUN ./google-cloud-sdk/install.sh --quiet && rm -rf /google-cloud-sdk/.install/.backup
> docker build -t docker build -t google-gke-kubectl-run:3.0.0 .
Modify line 27 as described and build:
> docker build -t google-gke-kubectl-run:3.0.0-without-backup-folder .
> docker images
REPOSITORY TAG IMAGE ID CREATED SIZE
google-gke-kubectl-run 3.0.0-without-backup-folder 61abf4e9da2d 20 seconds ago 2.08GB
google-gke-kubectl-run 3.0.0 f637d02b9abb 7 minutes ago 2.81GB
@Tommo hi. Thanks for your investigation. We will fix this in a future releases and notify you.
Regards, Igor
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.