mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-02-10 00:40:43 +01:00
Pre-install 0.1.0 stable container images
This commit is contained in:
parent
1ad1d2c64f
commit
91aeabdee5
@ -10,7 +10,7 @@ image="$2"
|
||||
dl_dir="$3"
|
||||
dst_dir="$4"
|
||||
image_name="docker.io/smartgic/${image}"
|
||||
full_image_name="${image_name}:0.0.8a"
|
||||
full_image_name="${image_name}:0.1.0"
|
||||
|
||||
# Fetch image digest
|
||||
image_digest=$(skopeo --override-arch "${arch}" inspect --retry-times=5 "docker://${full_image_name}" | jq -r '.Digest')
|
||||
|
Loading…
x
Reference in New Issue
Block a user