mirror of
https://github.com/rocky-linux/sig-cloud-instance-images.git
synced 2025-01-11 18:26:57 +00:00
Neil Hanlon
7596a12bcc
* Update template branch * Add script to generate new branches * move script to main branch
4 lines
51 B
Docker
4 lines
51 B
Docker
FROM scratch
|
|
ADD layer.tar.xz /
|
|
|
|
CMD ["/bin/bash"]
|