From c359e8555cdae1804eead3f957233c09de43f967 Mon Sep 17 00:00:00 2001 From: Robert Waffen Date: Thu, 18 Jan 2024 12:49:58 +0100 Subject: [PATCH] add post about releasing our images on dockerhub --- .../2024-01-18-container-images-on-dockerhub.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 _posts/2024-01-18-container-images-on-dockerhub.md diff --git a/_posts/2024-01-18-container-images-on-dockerhub.md b/_posts/2024-01-18-container-images-on-dockerhub.md new file mode 100644 index 0000000..683f015 --- /dev/null +++ b/_posts/2024-01-18-container-images-on-dockerhub.md @@ -0,0 +1,15 @@ +--- +layout: post +title: Publishing all our container images also on hub.docker.com +date: 2024-01-18 +github_username: rwaffen +--- + +As of now, all our container images are also available on hub.docker.com. + +We develop our projects on GitHub and initially release them on ghcr.io. However, we've expanded our reach by tagging them for Docker Hub (docker.io), where they now are available as well. + +- [container-puppetserver](https://hub.docker.com/r/voxpupuli/container-puppetserver) +- [container-puppetdb](https://hub.docker.com/r/voxpupuli/container-puppetdb) +- [puppetboard](https://hub.docker.com/r/voxpupuli/puppetboard) +- [puppet-catalog-diff-viewer](https://hub.docker.com/r/voxpupuli/puppet-catalog-diff-viewer)