Go to file
2024-03-07 00:18:31 -06:00
.gitlab-ci.yml Add lagrange 2024-03-06 23:53:59 -06:00
README.md Use README.md 2024-03-07 00:18:31 -06:00

containers

This repository contains GitLab CI build instructions for various container images used for this project.

Container images

These images are built weekly.

fedora:latest

Contains the latest stable release of Fedora (pulled from registry.fedoraproject.org/fedora:latest) and includes recent package updates. The following packages and package groups are included:

  • '@c-development'
  • '@container-management'
  • '@development-tools'
  • container-selinux
  • ostree
  • rpm-ostree
  • rsync

This image is used by the Podman executor GitLab runner to compose a Vauxite ostree image.

Usage

podman pull git.hyperreal.coffee:5050/fedora-atomic/containers/fedora:latest

fedora-distrobox:39

Contains the latest stable release of Fedora toolbox (pulled from registry.fedoraproject.org/fedora-toolbox). It includes recent package updates and various other packages and repositories for my personal use-cases. I use this image to create a distrobox (pet container) on Fedora Xfce Atomic / Vauxite.

Usage

distrobox create -i git.hyperreal.coffee:5050/fedora-atomic/containers/fedora-distrobox:39 -p -n default --additional-flags "--env SHELL=/usr/local/bin/nu"