File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -175,7 +175,7 @@ eksctl-deps-image: ## Create a cache image with all the build dependencies
175
175
@# in hosts with different default file permissions (umask).
176
176
chmod 0600 go.mod go.sum
177
177
chmod 0700 install-build-deps.sh
178
- -docker pull $(EKSCTL_DEPENDENCIES_IMAGE )
178
+ -time docker pull $(EKSCTL_DEPENDENCIES_IMAGE )
179
179
docker build --cache-from=$(EKSCTL_DEPENDENCIES_IMAGE ) \
180
180
--tag=$(EKSCTL_DEPENDENCIES_IMAGE ) $(EKSCTL_IMAGE_BUILD_ARGS ) --target dependencies .
181
181
@@ -188,7 +188,7 @@ go-deps.txt: go.mod eksctl-deps-image
188
188
189
189
.PHONY : eksctl-compiled-deps-image
190
190
eksctl-compiled-deps-image : go-deps.txt # # Create a cache image with all the compiled build dependencies
191
- -docker pull $(EKSCTL_COMPILED_DEPENDENCIES_IMAGE )
191
+ -time docker pull $(EKSCTL_COMPILED_DEPENDENCIES_IMAGE )
192
192
docker build --cache-from=$(EKSCTL_DEPENDENCIES_IMAGE ) --cache-from=$(EKSCTL_COMPILED_DEPENDENCIES_IMAGE ) \
193
193
--tag=$(EKSCTL_COMPILED_DEPENDENCIES_IMAGE ) $(EKSCTL_IMAGE_BUILD_ARGS ) --target compiled_dependencies .
194
194
You can’t perform that action at this time.
0 commit comments