mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +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
|
ARG VERSION=39
|
||||||
|
|
||||||
|
|
|
||||||
2
Makefile
2
Makefile
|
|
@ -18,7 +18,7 @@ define get_templates
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define install_pkg
|
define install_pkg
|
||||||
$(PACKAGE_MANAGER) install -y
|
$(PACKAGE_MANAGER) install -y $(if $(findstring dnf,$(PACKAGE_MANAGER)),--disablerepo='*-testing')
|
||||||
endef
|
endef
|
||||||
export install_pkg
|
export install_pkg
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/env -S ansible-playbook -i ./ansible_inventory
|
#!/usr/bin/env -S ansible-playbook -i ./ansible_inventory
|
||||||
---
|
---
|
||||||
- name: Test for installed flatpaks
|
- name: Test fedora flatpak repo wasn't enabled
|
||||||
hosts: vm
|
hosts: vm
|
||||||
gather_facts: no
|
gather_facts: no
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/env -S ansible-playbook -i ./ansible_inventory
|
#!/usr/bin/env -S ansible-playbook -i ./ansible_inventory
|
||||||
---
|
---
|
||||||
- name: Test for flatpaks
|
- name: Test flatpak update
|
||||||
hosts: vm
|
hosts: vm
|
||||||
gather_facts: no
|
gather_facts: no
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue