Commit graph

5 commits

Author SHA1 Message Date
github-actions[bot]
fd3ffc1548
Backport PR #14786 to 7.17: Avoid to create and upload AARCH64 Docker images for UBI8 #14790
On ARM architecture UBI8 Docker images aren't created, so avoid to create empty tar.gz files.

(cherry picked from commit 7a39d97055)

Co-authored-by: Andrea Selva <selva.andre@gmail.com>
2022-11-29 15:17:45 +01:00
github-actions[bot]
dac65a439e
Backport PR #14780 to 7.17: [DRA] Avoid to loose err code on docker save #14785
* [DRA] Force docker save to save directly on file instead of pipe to another command loosing the execution error code

(cherry picked from commit 2e5e49d10d)

Co-authored-by: Andrea Selva <selva.andre@gmail.com>
2022-11-29 13:56:54 +01:00
github-actions[bot]
38642484d5
DRA: uploading missing docker-build-context files (#14722) (#14725)
(cherry picked from commit ef6852b687)

Co-authored-by: Andres Rodriguez <andres.lazo@elastic.co>
2022-11-02 18:57:50 -04:00
github-actions[bot]
53da859769
DRA - generalize docker image building (#14670) (#14689)
* Generalize docker image building
* Rename and add ability to pass the architecture as a parameter
* Handle ARCH env variable

(cherry picked from commit 6ba5cc112f)

Co-authored-by: Andres Rodriguez <andres.lazo@elastic.co>
2022-10-24 21:23:19 -04:00
Andres Rodriguez
5c30a394af
Manually backport #14654, #14657, #14659 (#14665)
* DRA: Improve shell scripts for debuggability (#14654). The changes remove some code duplication by introducing a common file that can be sourced between all scripts. It also improves debuggability by adding better messages.
* Fix dra_common sourcing (#14657). Fixes the source of dra_common.sh. It will now first check the directory of the file from which this dra_common.sh script is being called. This allows the common script to be sourced regardless of where the sourcing script is being called from.
* Fix sourcing on dra_upload (#14659). Fix sourcing on dra_upload.sh
2022-10-17 18:30:18 -04:00