mirror of
https://codeberg.org/hyperreal/containers
synced 2024-11-01 08:33:09 +01:00
Use README.md
This commit is contained in:
parent
a333bdae6b
commit
8cb60b8bee
36
README.md
Normal file
36
README.md
Normal file
@ -0,0 +1,36 @@
|
||||
# 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
|
||||
|
||||
``` shell
|
||||
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
|
||||
|
||||
``` shell
|
||||
distrobox create -i git.hyperreal.coffee:5050/fedora-atomic/containers/fedora-distrobox:39 -p -n default --additional-flags "--env SHELL=/usr/local/bin/nu"
|
||||
```
|
31
README.org
31
README.org
@ -1,31 +0,0 @@
|
||||
#+title: containers
|
||||
|
||||
This repository contains build instructions for GitLab CI to build 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 also included in this image:
|
||||
- @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
|
||||
#+begin_src shell
|
||||
podman pull git.hyperreal.coffee:5050/fedora-atomic/containers/fedora:latest
|
||||
#+end_src
|
||||
|
||||
*** fedora-distrobox:39
|
||||
Contains the latest stable release of Fedora (pulled from registry.fedoraproject.org/fedora-toolbox:39) and includes recent package updates. Various other packages and repositories are included for my personal uses. I use this image to create a distrobox (pet container) on Fedora Xfce Atomic / Vauxite.
|
||||
|
||||
**** Usage
|
||||
#+begin_src shell
|
||||
distrobox create -i git.hyperreal.coffee:5050/fedora-atomic/containers/fedora-distrobox:39 -n default --additional-flags "--env SHELL=/usr/local/bin/nu"
|
||||
#+end_src
|
Loading…
Reference in New Issue
Block a user