Skip to content
This repository was archived by the owner on Sep 6, 2022. It is now read-only.

Commit d093f2a

Browse files
committed
Squash docker image
1 parent a3714cd commit d093f2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ SHELL=/bin/bash -o pipefail -o errexit
66
IMG=ghcr.io/gitpod-io/gitpod-gke-guide:latest
77

88
build: ## Build docker image containing the required tools for the installation
9-
@docker build --quiet . -t ${IMG}
9+
@docker build --squash --quiet . -t ${IMG}
1010

1111
DOCKER_RUN_CMD = docker run -it \
1212
--volume $$HOME/.config/gcloud:/root/.config/gcloud \

0 commit comments

Comments
 (0)