Skip to content

Commit 6d911b5

Browse files
committed
jobs/build-podman-os: set deploy-via-container: true
We implicitly before relied on the osbuild manifest templates to fall into the `ostree container image deploy` path for our use case just by having the `container_repo` key set. But a recent cosa change tweaked this so that now we *must* also explicitly specify `deploy-via-container`. See also coreos/coreos-assembler@48f11cc.
1 parent ed70563 commit 6d911b5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

jobs/build-podman-os.Jenkinsfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ def generate_diskvar_json(shortcommit, arch, artifacts, staging_repo, repo) {
4040
"image-type": "${artifact["platform"]}",
4141
"container-imgref": "ostree-remote-registry:fedora:${repo}:5.1",
4242
"metal-image-size": "3072",
43-
"cloud-image-size": "10240"
43+
"cloud-image-size": "10240",
44+
"deploy-via-container": "true"
4445
}
4546
"""
4647
def file_path="./diskvars-${arch}-${artifact["suffix"]}.json"

0 commit comments

Comments
 (0)