debian-forge/stages
Lars Karlitski 0dd939b658 stages/dnf: only write known options to repo file
Don't pass through arbitrary options. This means that pipeline repo
objects don't have the same options as dnf repo files anymore:

1. Hard code repo name to repo id. The name has no influence on the
resulting image and should thus not appear in a pipeline.

2. Set gpgcheck=1 when gpgkey is given. It defaults to false, which
means that all sample and test pipelines didn't verify packages. It
would have failed anyway, because the container doesn't have the key
referenced in /etc. Change all gpgkeys to refer to the key id and import
them manually.

3. Don't allow lists for baseurl and gpgkey. We can add that if we need
it at some point.
2019-09-24 20:17:04 +02:00
..
org.osbuild.anaconda rename io.weldr to org.osbuild (#39) 2019-07-26 09:40:55 +02:00
org.osbuild.debug-shell stages: add debug shell 2019-08-27 23:32:04 +03:00
org.osbuild.dnf stages/dnf: only write known options to repo file 2019-09-24 20:17:04 +02:00
org.osbuild.firewall make firewall options optional 2019-09-10 15:40:13 +02:00
org.osbuild.fix-bls stages/fix-bls: add workaround for grub2-mkrelpath 2019-08-15 09:43:28 +03:00
org.osbuild.fstab stages/fstab: add a stage to specify the fstab to be installed 2019-08-26 09:25:42 +03:00
org.osbuild.grub2 stages/grub2: make booting in ro/rw mode configurable 2019-08-26 09:25:42 +03:00
org.osbuild.hostname introduce hostname stage 2019-08-13 13:24:36 +02:00
org.osbuild.keymap unify messages about files to be removed 2019-07-29 20:13:36 +02:00
org.osbuild.locale stages/locale: Refactor locale stage to look like similar ones 2019-09-10 09:22:26 +02:00
org.osbuild.noop rename io.weldr to org.osbuild (#39) 2019-07-26 09:40:55 +02:00
org.osbuild.remove-uniqueness rename io.weldr to org.osbuild (#39) 2019-07-26 09:40:55 +02:00
org.osbuild.script tree-wide: always explicitly pass check to subprocess.run 2019-09-24 20:17:04 +02:00
org.osbuild.selinux rename io.weldr to org.osbuild (#39) 2019-07-26 09:40:55 +02:00
org.osbuild.systemd rename io.weldr to org.osbuild (#39) 2019-07-26 09:40:55 +02:00
org.osbuild.test stages: add test stage 2019-08-29 10:25:15 +02:00
org.osbuild.timezone unify messages about files to be removed 2019-07-29 20:13:36 +02:00
org.osbuild.users stages/org.osbuild.users: manage users 2019-08-12 13:45:30 +02:00
org.osbuild.yum tree-wide: always explicitly pass check to subprocess.run 2019-09-24 20:17:04 +02:00
osbuild stages/assemblers: symlink the osbulid python library 2019-07-25 21:28:23 +02:00