mirror of
https://ghproxy.com/https://github.com/truecharts/charts.git
synced 2026-07-17 11:51:02 +08:00
7 lines
163 B
Docker
7 lines
163 B
Docker
ARG VERSION
|
|
|
|
FROM ghcr.io/k8s-at-home/alpine:v${VERSION}
|
|
|
|
ENTRYPOINT ["/sbin/tini", "--"]
|
|
CMD ["echo", "'No can haz support yet. Chek bak l8r!'", "exit", "1337" ]
|