feat: Default to alpine

This commit is contained in:
Kroese 2025-04-03 01:32:19 +02:00 committed by GitHub
parent 846c232bd0
commit f924cfe1b4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -59,9 +59,9 @@ COPY --chmod=755 ./src /run/
VOLUME /storage VOLUME /storage
EXPOSE 22 5900 8006 EXPOSE 22 5900 8006
ENV BOOT="alpine"
ENV CPU_CORES="2" ENV CPU_CORES="2"
ENV RAM_SIZE="2G" ENV RAM_SIZE="2G"
ENV DISK_SIZE="16G" ENV DISK_SIZE="16G"
ENV BOOT="http://example.com/image.iso"
ENTRYPOINT ["/usr/bin/tini", "-s", "/run/entry.sh"] ENTRYPOINT ["/usr/bin/tini", "-s", "/run/entry.sh"]