refactor utils, nextcloud image, add fetch-docker script

Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
This commit is contained in:
2024-08-15 23:36:45 -04:00
parent bff8bcd72c
commit 839278ef88
5 changed files with 2 additions and 10 deletions

View File

@ -14,9 +14,7 @@ parent_path=$(dirname "$script_path")
# relpath is the relative path to the parent_path where you want the file written
# 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"
)
IFS=","
while read -r name tag arch os relpath; do