sig-cloud-instance-images/Dockerfile

5 lines
70 B
Docker

FROM scratch
ADD rocky-8.5-docker-aarch64.tar.xz /
CMD ["/bin/bash"]