From 9c851908cb30d32e6b2f2dfbf4b47ccb75ee6c80 Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Tue, 12 Dec 2023 15:12:01 -0600 Subject: [PATCH] Correct Ubuntu latest and add Fedora --- fedora:39/Containerfile | 6 ++++++ ubuntu:20.04 | 1 - {ubuntu:latest => ubuntu:22.04}/Containerfile | 2 +- ubuntu:latest | 1 + 4 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 fedora:39/Containerfile delete mode 120000 ubuntu:20.04 rename {ubuntu:latest => ubuntu:22.04}/Containerfile (82%) create mode 120000 ubuntu:latest diff --git a/fedora:39/Containerfile b/fedora:39/Containerfile new file mode 100644 index 0000000..18a0577 --- /dev/null +++ b/fedora:39/Containerfile @@ -0,0 +1,6 @@ +FROM fedora:39 + +RUN yum install -y \ + git \ + nodejs \ + jq \ No newline at end of file diff --git a/ubuntu:20.04 b/ubuntu:20.04 deleted file mode 120000 index 62a3f1c..0000000 --- a/ubuntu:20.04 +++ /dev/null @@ -1 +0,0 @@ -ubuntu:latest/ \ No newline at end of file diff --git a/ubuntu:latest/Containerfile b/ubuntu:22.04/Containerfile similarity index 82% rename from ubuntu:latest/Containerfile rename to ubuntu:22.04/Containerfile index 168e427..239a295 100644 --- a/ubuntu:latest/Containerfile +++ b/ubuntu:22.04/Containerfile @@ -1,4 +1,4 @@ -FROM ubuntu:latest +FROM ubuntu:22.04 RUN apt update && apt -y install \ git \ diff --git a/ubuntu:latest b/ubuntu:latest new file mode 120000 index 0000000..cc5854a --- /dev/null +++ b/ubuntu:latest @@ -0,0 +1 @@ +ubuntu:22.04/ \ No newline at end of file