commit 8b6c86e781b9874b18988879030093b66270a2d8 Author: Neil Hanlon Date: Sun May 15 21:40:53 2022 -0400 Rocky Linux 8.6 diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..d7b86c6 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,4 @@ +FROM scratch +ADD Rocky-8-Container-x86_64-Minimal.tar.xz / + +CMD ["/bin/bash"] diff --git a/Rocky-8-Container-x86_64-Minimal.tar.xz b/Rocky-8-Container-x86_64-Minimal.tar.xz new file mode 100644 index 0000000..d926696 Binary files /dev/null and b/Rocky-8-Container-x86_64-Minimal.tar.xz differ