mirror of
https://github.com/flatcar/scripts.git
synced 2026-02-22 08:01:23 +01:00
Merge pull request #260 from flatcar-linux/scripts
run_sdk_container: skip fetching image if custom_image is requested
This commit is contained in:
commit
caf02ae107
@ -108,8 +108,12 @@ if [ -z "$stat" ] ; then
|
||||
|
||||
gpg_volumes=$(gnupg_ssh_gcloud_mount_opts)
|
||||
|
||||
source ci-automation/ci_automation_common.sh
|
||||
docker_image_from_registry_or_buildcache "flatcar-sdk-${arch}" "${docker_sdk_vernum}"
|
||||
if [ -z "$custom_image" ]; then
|
||||
(
|
||||
source ci-automation/ci_automation_common.sh
|
||||
docker_image_from_registry_or_buildcache "flatcar-sdk-${arch}" "${docker_sdk_vernum}"
|
||||
)
|
||||
fi
|
||||
|
||||
$docker create $tty -i \
|
||||
-v /dev:/dev \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user