1
0
Fork 0
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:
Jason N. 2024-04-03 16:18:44 -04:00
parent 255a52e217
commit 503da8cc8a
5 changed files with 5 additions and 5 deletions

View file

@ -1,4 +1,4 @@
FROM fedora:39
FROM fedora:40
ARG VERSION=39

View file

@ -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

View file

@ -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

View file

@ -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