mirror of
https://gitlab.archlinux.org/archlinux/archlinux-docker.git
synced 2025-08-05 13:47:16 +02:00
Currently the TEMPLATE_ROOTFS_DOWNLOAD handling is overly complicated. For the local builds, we set a ROOTFS=$GROUP.tar.zst. While for remote builds, we: - invoke curl to fetch the remote tarball - ok - do curl and shell escaping contortions to prints the filename - ehhh - that we already now - and rely upon to not change, otherwise sha256sum will fail Just use a dummy "true", for the local builds and a normal curl command otherwise. v2: - don't call curl in a sub-shell - no longer needed Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> |
||
---|---|---|
ci | ||
rootfs/etc | ||
scripts | ||
.editorconfig | ||
.gitignore | ||
.gitlab-ci.yml | ||
docker-library.template | ||
Dockerfile.template | ||
exclude | ||
LICENSE | ||
Makefile | ||
pacman-conf.d-noextract.conf | ||
README.md | ||
renovate.json | ||
sigstore-param-file.yaml |