Skip to content

Commit

Permalink
remove
Browse files Browse the repository at this point in the history
Signed-off-by: Arik Hadas <[email protected]>
  • Loading branch information
ahadas committed Jun 20, 2024
1 parent 5465fc5 commit cfc7c77
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions hack/release-images.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,28 +18,4 @@ API_IMAGE=${REGISTRY}/${REGISTRY_ORG}/forklift-api:${REGISTRY_TAG}
POPULATOR_CONTROLLER_IMAGE=${REGISTRY}/${REGISTRY_ORG}/populator-controller:${REGISTRY_TAG}
OVA_PROVIDER_SERVER=${REGISTRY}/${REGISTRY_ORG}/forklift-ova-provider-server:${REGISTRY_TAG}

bazel run push-forklift-api
bazel run push-ovirt-populator
bazel run push-openstack-populator
bazel run --package_path=virt-v2v/cold push-forklift-virt-v2v
bazel run --package_path=virt-v2v/warm push-forklift-virt-v2v-warm
bazel run push-populator-controller
bazel run push-forklift-controller
bazel run push-forklift-validation
bazel run push-ova-provider-server
bazel run push-forklift-operator
bazel run push-forklift-operator-bundle \
--action_env OPERATOR_IMAGE=${OPERATOR_IMAGE} \
--action_env MUST_GATHER_IMAGE=${MUST_GATHER_IMAGE} \
--action_env UI_PLUGIN_IMAGE=${UI_PLUGIN_IMAGE} \
--action_env VALIDATION_IMAGE=${VALIDATION_IMAGE} \
--action_env VIRT_V2V_IMAGE=${VIRT_V2V_IMAGE} \
--action_env VIRT_V2V_WARM_IMAGE=${VIRT_V2V_WARM_IMAGE} \
--action_env CONTROLLER_IMAGE=${CONTROLLER_IMAGE} \
--action_env API_IMAGE=${API_IMAGE} \
--action_env POPULATOR_CONTROLLER_IMAGE=${POPULATOR_CONTROLLER_IMAGE} \
--action_env OVA_PROVIDER_SERVER=${OVA_PROVIDER_SERVER=}
bazel run push-forklift-operator-index \
--action_env REGISTRY=${REGISTRY} \
--action_env REGISTRY_TAG=${REGISTRY_TAG} \
--action_env REGISTRY_ORG=${REGISTRY_ORG}

0 comments on commit cfc7c77

Please sign in to comment.