Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add post about releasing our images on dockerhub #336

Merged
merged 1 commit into from
Jan 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions _posts/2024-01-18-container-images-on-dockerhub.md
Original file line number Diff line number Diff line change
@@ -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)