mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
cirrus: Polish container_image_manifest_docker_builder
This commit is contained in:
parent
7651c46314
commit
b5dc4c6617
1 changed files with 8 additions and 7 deletions
15
.cirrus.yml
15
.cirrus.yml
|
@ -491,15 +491,16 @@ container_image_manifest_docker_builder:
|
||||||
env
|
env
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
build_script:
|
load_image_script:
|
||||||
# Fetch and load the images from the previous tasks
|
# Fetch and load the images from the previous tasks
|
||||||
- set -x; curl -v -O http://$CIRRUS_HTTP_CACHE_HOST/${CIRRUS_BUILD_ID}-image-arm64
|
- set -x;
|
||||||
- set -x; curl -v -O http://$CIRRUS_HTTP_CACHE_HOST/${CIRRUS_BUILD_ID}-image-amd64
|
- curl -sSf -O http://$CIRRUS_HTTP_CACHE_HOST/${CIRRUS_BUILD_ID}-image-arm64
|
||||||
- set -x; zstd -d < ${CIRRUS_BUILD_ID}-image-arm64 | docker load
|
- curl -sSf -O http://$CIRRUS_HTTP_CACHE_HOST/${CIRRUS_BUILD_ID}-image-amd64
|
||||||
- set -x; zstd -d < ${CIRRUS_BUILD_ID}-image-amd64 | docker load
|
- zstd -d < ${CIRRUS_BUILD_ID}-image-arm64 | docker load
|
||||||
|
- zstd -d < ${CIRRUS_BUILD_ID}-image-amd64 | docker load
|
||||||
|
tag_push_script:
|
||||||
|
# Tag images and push to Docker Hub and AWS ECR
|
||||||
- ./ci/container-images-tag-and-push.sh
|
- ./ci/container-images-tag-and-push.sh
|
||||||
|
|
||||||
- REGISTRY_PREFIX=public.ecr.aws/ ./ci/container-images-tag-and-push.sh
|
- REGISTRY_PREFIX=public.ecr.aws/ ./ci/container-images-tag-and-push.sh
|
||||||
depends_on:
|
depends_on:
|
||||||
- arm64_container_image
|
- arm64_container_image
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue