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() {
183
183
image_json=${workdir} /tmp/image.json
184
184
185
185
# Grab a few values from $image_json
186
- deploy_via_container=$( getconfig_def " deploy-via-container" " " " ${image_json} " )
187
186
extra_kargs=" $( python3 -c ' import sys, json; args = json.load(sys.stdin)["extra-kargs"]; print(" ".join(args))' < " ${image_json} " ) "
188
187
189
188
# OStree container ociarchive file path
@@ -222,7 +221,6 @@ generate_runvm_osbuild_config() {
222
221
artifact-name-prefix: "${name} -${build} "
223
222
build-version: "${build} "
224
223
container-imgref: "${container_imgref} "
225
- deploy-via-container: "${deploy_via_container} "
226
224
osname: "${name} "
227
225
ostree-container: "${ostree_container} "
228
226
extra-kargs-string: "${extra_kargs} "
Original file line number Diff line number Diff line change @@ -14,8 +14,6 @@ extra-kargs: []
14
14
ostree-format : oci-chunked-v1
15
15
# Inject io.openshift.build.version-display-names for OpenShift CVO
16
16
ostree-container-inject-openshift-cvo-labels : false
17
- # True if we should use `ostree container image deploy`
18
- deploy-via-container : false
19
17
20
18
# Set this to a target container reference, e.g. ostree-unverified-registry:quay.io/example/os:latest
21
19
# 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")
63
63
build_version=$( getconfig_def " build-version" " 0" )
64
64
ostree_container=$( getconfig " ostree-container" )
65
65
osname=$( getconfig " osname" )
66
- deploy_via_container=$( getconfig_def " deploy-via-container" " " )
67
66
metal_image_size_mb=$( getconfig " metal-image-size" )
68
67
cloud_image_size_mb=$( getconfig " cloud-image-size" )
69
68
rootfs_size_mb=$( getconfig " rootfs-size" )
You can’t perform that action at this time.
0 commit comments