mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-16 01:16:59 +02:00
ci-automation builds on the SDK container and simplifies CI automation build tasks (SDK bootstrap, SDK container, packages, image, VMs). See ci-automation/README.md for a brief introduction. Signed-off-by: Thilo Fromm <thilo@kinvolk.io>
5 lines
73 B
Docker
5 lines
73 B
Docker
FROM alpine
|
|
RUN apk add pigz
|
|
ENTRYPOINT [ "/usr/bin/pigz" ]
|
|
CMD [ "-h" ]
|