Fork of opensuse/portus with some pull requests from github.com/StarGate01/Portus
10K+
A lightweight Docker image containing an installation of Portus by SUSE, based on Alpine Linux.
This image builds itself directly from the official sources.
SUSE does provide Dockerfiles for Portus, however those are either for development only, not compiled from the current source code in the repository, but rather from the precompiled packages from the OpenSUSE packet sources.
This image is based on Alpine Linux. It also precompiles all assets and builds a production version of the software. It was primarily written to run forks of the official code, or just to really control what code goes into your image.
Build using Docker: docker build -t stargate01/portus:latest .
Optional build arguments (--build-arg):
A basic Docker Compose configuration is provided. Check the domain names in config/*.env and docker-compose.yml (Default: registry.home and portus.home)
Generate a certificate for token auth: cd config && ./gen-certs.sh
Start a stack containing Portus, the background worker for Portus, a Docker registry and a MariaDB database: docker compose build && docker-compose up
Content type
Image
Digest
Size
236.1 MB
Last updated
over 4 years ago
docker pull stargate01/portus