fix docker fetch

This commit is contained in:
ahuston-0 2024-07-04 00:41:34 -04:00 committed by Alice Huston
parent 042732b15d
commit 36bbf54e16

View File

@ -15,7 +15,8 @@ parent_path=$(dirname "$script_path")
# format: <image name>,<image tag>,<image architecture>,<os>,<relpath>
images=(
# commented out until palatine-hill docker changes are live
#"nextcloud,apache,amd64,linux,/systems/palatine-hill/docker/nextcloud-image/nextcloud-apache.nix"
"nextcloud,apache,amd64,linux,/systems/palatine-hill/docker/nextcloud-image/nextcloud-apache.nix"
)
IFS=","
while read -r name tag arch os relpath; do