mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[packer] skip docker pull if docker is unavailable or running on ARM (#95979)
Co-authored-by: spalger <spalger@users.noreply.github.com>
This commit is contained in:
parent
6e9e6e5cfd
commit
0758f87352
1 changed files with 4 additions and 2 deletions
|
@ -2,8 +2,10 @@
|
|||
|
||||
set -e
|
||||
|
||||
# cache image used by kibana-load-testing project
|
||||
docker pull "maven:3.6.3-openjdk-8-slim"
|
||||
if [[ "$(which docker)" != "" && "$(command uname -m)" != "aarch64" ]]; then
|
||||
# cache image used by kibana-load-testing project
|
||||
docker pull "maven:3.6.3-openjdk-8-slim"
|
||||
fi
|
||||
|
||||
./.ci/packer_cache_for_branch.sh master
|
||||
./.ci/packer_cache_for_branch.sh 7.x
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue