From 6d1d65b4ca22f97f57126c73f89de05daccdaef5 Mon Sep 17 00:00:00 2001 From: Pierre HUBERT Date: Fri, 20 Sep 2024 10:13:47 +0200 Subject: [PATCH] Update --- README.md | 4 +++- router/Dockerfile | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9719d75..f37d87a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ # GNS3 Docker appliances -Appliances used to build GNS3 labs. \ No newline at end of file +Appliances used to build GNS3 labs. + +This images are freely inspired from [Chewie's](https://github.com/Chewie/gns3-docker-appliances) ones \ No newline at end of file diff --git a/router/Dockerfile b/router/Dockerfile index 0566ff1..7455551 100644 --- a/router/Dockerfile +++ b/router/Dockerfile @@ -1,3 +1,5 @@ +# As CentOS reached EOL we cannot build the image anymore +# So we reuse the work of Chewie for our own images FROM chewiebeardy/gns3-host:2023 CMD ["/usr/sbin/init"] \ No newline at end of file