1
1
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:
j1nx 2024-10-03 19:19:26 +00:00
parent 1ad1d2c64f
commit 91aeabdee5

View File

@ -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')