server-edition icon indicating copy to clipboard operation
server-edition copied to clipboard

Move all build environment images to Github Container Registry

Open FooBarWidget opened this issue 4 years ago • 3 comments

When we add/change a build environment image (e.g. when we're adding support for a new distro), the image must currently be manually pushed to the Docker Hub. This requires authorization to Docker Hub. But we don't want the pipeline to have admin access to all images under fullstaq/.

We should migrate to Github Container Registry which allows authorization on a per-image basis.

FooBarWidget avatar May 29 '20 08:05 FooBarWidget

With the new GitHub Container Registry available (https://github.blog/2020-09-01-introducing-github-container-registry/) it might be a good idea to put all images there as it it linked to the repo.

If you like this idea I'll give this a shot.

PaulusTM avatar Oct 06 '20 19:10 PaulusTM

Yes I'd appreciate that.

FooBarWidget avatar Oct 07 '20 13:10 FooBarWidget

All images have been moved to Github Container Registry. But we don't auto-publish yet.

FooBarWidget avatar Nov 27 '22 14:11 FooBarWidget