From d0cf8ac6f32c86452f1a5046869f1014c7aa0526 Mon Sep 17 00:00:00 2001 From: Isaac To Date: Fri, 22 Dec 2023 10:15:59 -0800 Subject: [PATCH] Update link to Docker hub and GHCR in README.md (#629) * Update link to Docker hub in README.md * Add link to image page in GHCR as well --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 241fb67..bf802ac 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Baseimage-docker is a special [Docker](https://www.docker.com) image that is con You can use it as a base for your own Docker images. -Baseimage-docker is available for pulling from [the Docker registry](https://registry.hub.docker.com/r/phusion/baseimage/)! +Baseimage-docker is available for pulling from [the Docker registry](https://hub.docker.com/r/phusion/baseimage) and [GHCR (GitHub Container Registry)](https://github.com/phusion/baseimage-docker/pkgs/container/baseimage)! ### What are the problems with the stock Ubuntu base image?