From a3b569b986f9859331c76af9a8c44c083463baf7 Mon Sep 17 00:00:00 2001 From: Ryan Northey Date: Tue, 22 Jun 2021 10:22:48 +0100 Subject: [PATCH] ci: Add timing for docker pull Signed-off-by: Ryan Northey --- ci/run_envoy_docker.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ci/run_envoy_docker.sh b/ci/run_envoy_docker.sh index 9a06ff233acb..30905c21ac98 100755 --- a/ci/run_envoy_docker.sh +++ b/ci/run_envoy_docker.sh @@ -61,6 +61,8 @@ mkdir -p "${ENVOY_DOCKER_BUILD_DIR}" export ENVOY_BUILD_IMAGE="${IMAGE_NAME}:${IMAGE_ID}" +time docker pull "${ENVOY_BUILD_IMAGE}" + # Since we specify an explicit hash, docker-run will pull from the remote repo if missing. docker run --rm \ "${ENVOY_DOCKER_OPTIONS[@]}" \