Compare commits
2 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
643fdb99ef | ||
|
|
18d373bf14 |
6 changed files with 7 additions and 7 deletions
|
|
@ -11,8 +11,8 @@ tree_name = docker-host
|
|||
tree_file = %(os_name)s-%(tree_name)s.json
|
||||
arch = x86_64
|
||||
release = f45
|
||||
ref = %(os_name)s/rawhide/%(arch)s/%(tree_name)s
|
||||
yum_baseurl = http://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/%(arch)s/os/
|
||||
ref = %(os_name)s/devel/%(arch)s/%(tree_name)s
|
||||
yum_baseurl = http://dl.fedoraproject.org/pub/fedora/linux/development/45/Everything/%(arch)s/os/
|
||||
# lorax_additional_repos = http://127.0.0.1/fedora-iot/local-overrides
|
||||
lorax_include_packages = fedora-productimg-iot
|
||||
docker_os_name = fedora
|
||||
|
|
|
|||
|
|
@ -8,5 +8,5 @@ enabled=1
|
|||
repo_gpgcheck=0
|
||||
type=rpm
|
||||
gpgcheck=1
|
||||
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora-45-$basearch
|
||||
gpgkey=file:///usr/share/pki/rpm-gpg/RPM-GPG-KEY-fedora-45-$basearch
|
||||
skip_if_unavailable=False
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@ include:
|
|||
- composefs.yaml
|
||||
# Read only sysroot
|
||||
- sysroot-ro.yaml
|
||||
ref: fedora/rawhide/${basearch}/iot
|
||||
ref: fedora/devel/${basearch}/iot
|
||||
repos: []
|
||||
selinux: true
|
||||
tmp-is-dir: true
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
include: fedora-iot-base.yaml
|
||||
ref: fedora/rawhide/${basearch}/updates/iot
|
||||
ref: fedora/devel/${basearch}/updates/iot
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
include: fedora-iot-base.yaml
|
||||
ref: fedora/rawhide/${basearch}/testing/iot
|
||||
ref: fedora/devel/${basearch}/testing/iot
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
include: fedora-iot-base.yaml
|
||||
ref: fedora/rawhide/${basearch}/iot
|
||||
ref: fedora/devel/${basearch}/iot
|
||||
|
||||
repos:
|
||||
- fedora-45
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue