Kubernetes/Docker/Builder/Buildx/Dockerfile

5 lines
97 B
Docker
Raw Normal View History

2024-08-07 10:54:39 +00:00
FROM --platform=$TARGETPLATFORM alpine
RUN echo "Startup success" > /os.txt
CMD tail -f /os.txt