From 3458976501d182c8ddd0fb0dc6084b01461b0cee Mon Sep 17 00:00:00 2001 From: Gus Luxton Date: Thu, 11 Feb 2021 15:09:50 -0400 Subject: [PATCH] Pull base buildbox to speed up ARM push builds (#5547) --- .drone.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index a1a8a1d56c1b0..d6e1488e1e3ff 100644 --- a/.drone.yml +++ b/.drone.yml @@ -956,6 +956,7 @@ steps: commands: - apk add --no-cache make - chown -R $UID:$GID /go + - docker pull quay.io/gravitational/teleport-buildbox:$RUNTIME || true - docker pull quay.io/gravitational/teleport-buildbox-arm:$RUNTIME || true - cd /go/src/github.com/gravitational/teleport - make -C build.assets release-arm @@ -1056,6 +1057,7 @@ steps: commands: - apk add --no-cache make - chown -R $UID:$GID /go + - docker pull quay.io/gravitational/teleport-buildbox:$RUNTIME || true - docker pull quay.io/gravitational/teleport-buildbox-arm-fips:$RUNTIME || true - cd /go/src/github.com/gravitational/teleport - export VERSION=$(cat /go/.version.txt) @@ -1155,6 +1157,7 @@ steps: commands: - apk add --no-cache make - chown -R $UID:$GID /go + - docker pull quay.io/gravitational/teleport-buildbox:$RUNTIME || true - docker pull quay.io/gravitational/teleport-buildbox-arm:$RUNTIME || true - cd /go/src/github.com/gravitational/teleport - make -C build.assets release-arm64 @@ -1255,6 +1258,7 @@ steps: commands: - apk add --no-cache make - chown -R $UID:$GID /go + - docker pull quay.io/gravitational/teleport-buildbox:$RUNTIME || true - docker pull quay.io/gravitational/teleport-buildbox-arm-fips:$RUNTIME || true - cd /go/src/github.com/gravitational/teleport - export VERSION=$(cat /go/.version.txt) @@ -4375,6 +4379,6 @@ volumes: --- kind: signature -hmac: ba30a98313927c4b9783894aab0bf16e414fda3275355dae3b2190875dcee77a +hmac: ae1c9456686b7053f9f0a24b30f42bceda00fff2905e2c081779966db4b40113 ...