File tree Expand file tree Collapse file tree 3 files changed +0
-5
lines changed Expand file tree Collapse file tree 3 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -183,7 +183,6 @@ generate_runvm_osbuild_config() {
183183 image_json=${workdir} /tmp/image.json
184184
185185 # Grab a few values from $image_json
186- deploy_via_container=$( getconfig_def " deploy-via-container" " " " ${image_json} " )
187186 extra_kargs=" $( python3 -c ' import sys, json; args = json.load(sys.stdin)["extra-kargs"]; print(" ".join(args))' < " ${image_json} " ) "
188187
189188 # OStree container ociarchive file path
@@ -222,7 +221,6 @@ generate_runvm_osbuild_config() {
222221artifact-name-prefix: "${name} -${build} "
223222build-version: "${build} "
224223container-imgref: "${container_imgref} "
225- deploy-via-container: "${deploy_via_container} "
226224osname: "${name} "
227225ostree-container: "${ostree_container} "
228226extra-kargs-string: "${extra_kargs} "
Original file line number Diff line number Diff line change @@ -14,8 +14,6 @@ extra-kargs: []
1414ostree-format : oci-chunked-v1
1515# Inject io.openshift.build.version-display-names for OpenShift CVO
1616ostree-container-inject-openshift-cvo-labels : false
17- # True if we should use `ostree container image deploy`
18- deploy-via-container : false
1917
2018# Set this to a target container reference, e.g. ostree-unverified-registry:quay.io/example/os:latest
2119# container-imgref: ""
Original file line number Diff line number Diff line change @@ -63,7 +63,6 @@ artifact_name_prefix=$(getconfig_def "artifact-name-prefix" "custom-coreos")
6363build_version=$( getconfig_def " build-version" " 0" )
6464ostree_container=$( getconfig " ostree-container" )
6565osname=$( getconfig " osname" )
66- deploy_via_container=$( getconfig_def " deploy-via-container" " " )
6766metal_image_size_mb=$( getconfig " metal-image-size" )
6867cloud_image_size_mb=$( getconfig " cloud-image-size" )
6968rootfs_size_mb=$( getconfig " rootfs-size" )
You can’t perform that action at this time.
0 commit comments