fix docker fetch
This commit is contained in:
parent
042732b15d
commit
36bbf54e16
@ -15,7 +15,8 @@ parent_path=$(dirname "$script_path")
|
|||||||
# format: <image name>,<image tag>,<image architecture>,<os>,<relpath>
|
# format: <image name>,<image tag>,<image architecture>,<os>,<relpath>
|
||||||
images=(
|
images=(
|
||||||
# commented out until palatine-hill docker changes are live
|
# 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=","
|
IFS=","
|
||||||
while read -r name tag arch os relpath; do
|
while read -r name tag arch os relpath; do
|
||||||
|
Loading…
x
Reference in New Issue
Block a user