Skip to content

Commit

Permalink
WIP: Use coreos-experimental repo
Browse files Browse the repository at this point in the history
  • Loading branch information
cgwalters committed Oct 19, 2021
1 parent 59b711a commit 516935e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
10 changes: 10 additions & 0 deletions coreos-experimental.repo
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[coreos-experimental]
name=Copr repo for experimental owned by @CoreOS
baseurl=https://download.copr.fedorainfracloud.org/results/@CoreOS/experimental/centos-stream-8-$basearch/
type=rpm-md
skip_if_unavailable=True
gpgcheck=1
gpgkey=https://download.copr.fedorainfracloud.org/results/@CoreOS/experimental/pubkey.gpg
repo_gpgcheck=0
enabled=1
enabled_metadata=1
11 changes: 10 additions & 1 deletion manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ repos:
- rhel-8-fast-datapath
- rhel-8-fast-datapath-aarch64
- rhel-8-server-ose
- coreos-experimental

# https://bugzilla.redhat.com/show_bug.cgi?id=1938928
rpmdb: bdb
Expand Down Expand Up @@ -259,6 +260,7 @@ packages:
# https://bugzilla.redhat.com/show_bug.cgi?id=1925698
# https://github.com/openshift/machine-config-operator/pull/2421
- conntrack-tools
- podman

repo-packages:
# we always want the kernel from BaseOS
Expand All @@ -274,11 +276,18 @@ repo-packages:
# eventually, we want the one from the container-tools module, but we're
# not there yet
- toolbox
- repo: coreos-experimental
packages:
- rpm-ostree
- skopeo
- containers-common



modules:
enable:
# podman stack
- container-tools:rhel8
# - container-tools:rhel8
# qemu-guest-agent
- virt:rhel

Expand Down

0 comments on commit 516935e

Please sign in to comment.