Files
kubernetes/Docker/Builder/Buildx/Dockerfile
2026-01-09 17:56:38 +08:00

5 lines
97 B
Docker

FROM --platform=$TARGETPLATFORM alpine
RUN echo "Startup success" > /os.txt
CMD tail -f /os.txt