No description
Find a file
2024-06-23 00:57:30 +02:00
.gitignore Initial commit: Add Dockerfile for pkgcheck-Gentoo-image. 2024-04-15 03:16:28 +02:00
Dockerfile Add readme and rename Dockerfile. 2024-06-23 00:57:30 +02:00
readme.md Add readme and rename Dockerfile. 2024-06-23 00:57:30 +02:00

Build instructions

Run docker build . in this directory. After the build succeeds, note the image hash.

Troubleshooting

If you get any error during the build, try pulling the required base images prior to building:

docker image pull gentoo/portage:latest
docker image pull gentoo/stage3:amd64-nomultilib-openrc

Publishing

Tag the build image with the current date as the name:

docker image tag <hash> fritteli/pkgcheck:yyyyMMdd
docker image tag <hash> fritteli/pkgcheck:latest

Push the tagged images:

docker image push fritteli/pkgcheck:yyyyMMdd
docker image push fritteli/pkgcheck:latest