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