mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 02:47:56 +01:00
move back to 40 and disable testing repo
This commit is contained in:
parent
255a52e217
commit
503da8cc8a
5 changed files with 5 additions and 5 deletions
|
|
@ -1,4 +1,4 @@
|
|||
FROM fedora:39
|
||||
FROM fedora:40
|
||||
|
||||
ARG VERSION=39
|
||||
|
||||
|
|
|
|||
2
Makefile
2
Makefile
|
|
@ -18,7 +18,7 @@ define get_templates
|
|||
endef
|
||||
|
||||
define install_pkg
|
||||
$(PACKAGE_MANAGER) install -y
|
||||
$(PACKAGE_MANAGER) install -y $(if $(findstring dnf,$(PACKAGE_MANAGER)),--disablerepo='*-testing')
|
||||
endef
|
||||
export install_pkg
|
||||
|
||||
|
|
|
|||
|
|
@ -6,4 +6,4 @@ clearpart --all --initlabel
|
|||
autopart
|
||||
poweroff
|
||||
user --name=core --groups=wheel --password=foobar
|
||||
%include /usr/share/anaconda/interactive-defaults.ks
|
||||
%include /usr/share/anaconda/interactive-defaults.ks
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env -S ansible-playbook -i ./ansible_inventory
|
||||
---
|
||||
- name: Test for installed flatpaks
|
||||
- name: Test fedora flatpak repo wasn't enabled
|
||||
hosts: vm
|
||||
gather_facts: no
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env -S ansible-playbook -i ./ansible_inventory
|
||||
---
|
||||
- name: Test for flatpaks
|
||||
- name: Test flatpak update
|
||||
hosts: vm
|
||||
gather_facts: no
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue