mirror of
https://github.com/edera-dev/sprout.git
synced 2025-12-19 15:20:17 +00:00
introduce image data copy polyfill to allow builds on systems without image mounts
This commit is contained in:
4
hack/utils/Dockerfile.copy-polyfill
Normal file
4
hack/utils/Dockerfile.copy-polyfill
Normal file
@@ -0,0 +1,4 @@
|
||||
ARG TARGET_IMAGE=scratch
|
||||
FROM ${TARGET_IMAGE} AS image
|
||||
FROM --platform=$BUILDPLATFORM debian:trixie@sha256:b7e663fabda920f28abf26e7fbfe0867145645fdf3e47a42323147242151e066 AS final
|
||||
COPY --from=image / /image
|
||||
Reference in New Issue
Block a user