iac/modules/netboot_server/files/caddy/image_downloader.container
Florian Maury 2f549a8209 empty
2024-06-04 13:02:03 +02:00

12 lines
250 B
Text

[Unit]
Description = Download Latest FCOS Image
[Container]
ContainerName = fcos_downloader
Image = image_downloader.image
Exec = download -s stable -f pxe
Volume = fcos_images.volume:/data:z
WorkingDir = /data
[Install]
WantedBy=multi-user.target