diff --git a/utils/fetch-docker.sh b/utils/fetch-docker.sh index 67264bc..fb2dd7e 100755 --- a/utils/fetch-docker.sh +++ b/utils/fetch-docker.sh @@ -14,7 +14,8 @@ parent_path=$(dirname "$script_path") # relpath is the relative path to the parent_path where you want the file written # format: ,,,, images=( - "nextcloud,apache,amd64,linux,/systems/palatine-hill/docker/nextcloud-image/nextcloud-apache.nix" + # 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