Simple container registry hosting on FreeBSD

Hi,

While I have been trying to get rid of Docker & co I will need to host a simple container registry on my home network. Mainly to mirror images I use in case I loose network connectivity.

I was looking at my options on FreeBSD:
- Most straightforward seems to be to install Gitea (Gitea container registry) which is packaged on FreeBSD. But a bit overkill since I do not use Gitea for git.
- Distribution, Harbor or Quay are probably a overkill and a pain to run on FreeBSD
- docker-registry was working but has been abandoned for 10 years
- There are lesser known simpler alternatives I might have a better chance to run like Pulp

What is your personal experience with this, is there an option I missed?

Thanks 🙏
 
I use Gitea as my Docker image repository. I tested many other options but decided to stick with Gitea. The other options where mostly overkill. But, I also use Gitea for Git version control.
 
Bump thread. There is recent development here for FreeBSD containers. See -
Thread 'An introduction to OCI Containers on FreeBSD'
https://forums.freebsd.org/threads/an-introduction-to-oci-containers-on-freebsd.99907/

I’m working on a build - nothing too ambitious .

Is there something wrong with the community development on DockerHub here: https://hub.docker.com/u/freebsd

We also have FreeBSD OCI containers at source tree here: https://download.freebsd.org/snapshots/OCI-IMAGES/

My wip build is looking at building with Podman

Edit. I am looking to host my builds on https://gitlab.com
 
Back
Top