diff --git a/fedora.conf b/fedora.conf index 864f69d..794e785 100644 --- a/fedora.conf +++ b/fedora.conf @@ -711,6 +711,7 @@ live_images = [ ostree = [ ("^Atomic$", { "aarch64": { + "version": '!OSTREE_VERSION_FROM_LABEL_DATE_TYPE_RESPIN', "treefile": "fedora-atomic-docker-host.json", "config_url": "https://pagure.io/fedora-atomic.git", "config_branch": "master", @@ -719,6 +720,7 @@ ostree = [ 'failable': ['*'], }, "x86_64": { + "version": "!OSTREE_VERSION_FROM_LABEL_DATE_TYPE_RESPIN", "treefile": "fedora-atomic-docker-host.json", "config_url": "https://pagure.io/fedora-atomic.git", "config_branch": "master", @@ -727,6 +729,7 @@ ostree = [ 'failable': ['*'], }, "ppc64le": { + "version": "!OSTREE_VERSION_FROM_LABEL_DATE_TYPE_RESPIN", "treefile": "fedora-atomic-docker-host.json", "config_url": "https://pagure.io/fedora-atomic.git", "config_branch": "master",