manifests/fedora-ostree-container: update to the new structure

This commit changes this manifest to use the new fedora-vars.ipp and
fedora-build-v2.ipp infrastructure to remove all hardcoded Fedora versions.

We are also able to remove the container manifests from the Makefile,
because they are no longer depending on the old f34-build-v2.json.
This commit is contained in:
Ondřej Budai 2023-07-27 20:37:52 +02:00 committed by Simon de Vlieger
parent 9a9834a309
commit 111fc97035
3 changed files with 1573 additions and 1443 deletions

View file

@ -215,8 +215,6 @@ $(TEST_MANIFESTS_GEN): %.json: %.mpp.yaml
$(SRCDIR)/test/data/manifests/f34-base.json: $(SRCDIR)/test/data/manifests/f34-build.json
$(SRCDIR)/test/data/manifests/fedora-boot.json: $(SRCDIR)/test/data/manifests/f34-build.json
$(SRCDIR)/test/data/manifests/filesystem.json: $(SRCDIR)/test/data/manifests/f34-build.json
$(SRCDIR)/test/data/manifests/fedora-container.json: $(SRCDIR)/test/data/manifests/f34-build-v2.json
$(SRCDIR)/test/data/manifests/fedora-ostree-container.json: $(SRCDIR)/test/data/manifests/f34-build-v2.json
.PHONY: test-data
test-data: $(TEST_MANIFESTS_GEN)