Skip to main content

Builder

The registry.git.rwth-aachen.de/rwthapp/misc/container-images/builder image contains build tools to build our projects.

Image Building

Waypoint

We use Waypoint for building container images.

Podman

We use podman to build containers in our CI.

GitLab release-cli

We use GitLabs release-cli to create releases in GitLab.

Installed packages

dnf packages that are installed during the build process.

git

git is the version control system we use.

podman-docker

The podman-docker package enables you to use podman with the docker command. It's basically just an alias.

wget

wget enables you to download files or websites.