Builder
The registry.git.abfelbaum.dev/abfelbaum/images/builder
image contains build tools to build my projects.
Waypoint
Purpose
I use Waypoint to create build and deployment configurations.
Details
The waypoint
binary from docker.io/hashicorp/waypoint:latest
is copied into /usr/bin/
. That folder is contained in the $PATH
variable so you are able to easily use it in a shell.
podman
Purpose
I use podman to build containers in my CI.
Details
The image is based on the quay.io/podman/stable
image to support easy container building.
Since the image is based on the podman image the operating system is Fedora and packages can be installed with dnf
.
GitLab release-cli
Purpose
I use GitLabs release-cli
to create releases in GitLab.
Details
The release-cli
binary from registry.gitlab.com/gitlab-org/release-cli:latest
is copied into /usr/bin/
. That folder is contained in the $PATH
variable so you are able to easily use it in a shell.
Installed packages
dnf
packages that are installed during the build process.
git
git
is the version control system I use.
podman-docker
The podman-docker
package enables you to use podman
with the docker
command. It is basically just an alias.
wget
wget
enables you to download files or websites.