mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 22:57:16 -04:00
Backport PR #14703 to 7.17: Adds upload of missed docker docker-build-context.tar.gz artifacts #14704
Updates the dra_docker.sh script to upload also docker-build-context.tar.gz files
(cherry picked from commit 6ad5690a8c
)
Co-authored-by: Andrea Selva <selva.andre@gmail.com>
This commit is contained in:
parent
e2735bd29f
commit
2fa7c0d7f7
1 changed files with 1 additions and 0 deletions
|
@ -58,6 +58,7 @@ info "UPLOADING TO INTERMEDIATE BUCKET"
|
|||
# Note the deb, rpm tar.gz AARCH64 files generated has already been loaded by the dra_x86_64.sh
|
||||
for image in logstash logstash-oss logstash-ubi8; do
|
||||
upload_to_bucket "build/$image-${STACK_VERSION}-docker-image-${ARCH}.tar.gz" ${STACK_VERSION}
|
||||
upload_to_bucket "build/$image-${STACK_VERSION}-docker-build-context.tar.gz" ${STACK_VERSION}
|
||||
done
|
||||
|
||||
echo "####################################################################"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue