Skip to content

Commit

Permalink
Remove odo CLI
Browse files Browse the repository at this point in the history
As of WTO 1.11, Web Terminal is based off of UBI9.
odo does not currently officially support RHEL9 based images so
it is being removed from the tooling image for the time being.

Signed-off-by: Andrew Obuchowicz <[email protected]>
  • Loading branch information
AObuchow committed Jul 30, 2024
1 parent 6a71b01 commit d2b8aa8
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 22 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@ RUN \
tkn completion bash > $COMPDIR/tkn && \
virtctl completion bash > $COMPDIR/virtctl && \
rhoas completion bash > $COMPDIR/rhoas && \
subctl completion bash > $COMPDIR/subctl && \
odo completion bash > $COMPDIR/odo
subctl completion bash > $COMPDIR/subctl

COPY etc/initial_config /tmp/initial_config
COPY etc/get-tooling-versions.sh /tmp/get-tooling-versions.sh
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ Includes tools that enable a Kubernetes and OpenShift developer to interact with
- [kubectl](https://github.com/kubernetes/kubectl) [v1.29.1](https://mirror.openshift.com/pub/openshift-v4/x86_64/clients/ocp/4.16.0)
- [kustomize](https://github.com/kubernetes-sigs/kustomize) [v5.4.2](https://github.com/kubernetes-sigs/kustomize/tree/kustomize/v5.4.2)
- [helm](https://helm.sh/) [v3.14.4](https://mirror.openshift.com/pub/openshift-v4/x86_64/clients/helm/3.14.4)
- [odo](https://github.com/openshift/odo) [v3.16.1](https://mirror.openshift.com/pub/openshift-v4/x86_64/clients/odo/v3.16.1)
- [tekton](https://github.com/tektoncd/cli) [v1.15.0](https://mirror.openshift.com/pub/openshift-v4/x86_64/clients/pipelines/1.15.0)
- [knative](https://github.com/knative/client) [v1.12.0](https://mirror.openshift.com/pub/openshift-v4/x86_64/clients/serverless/1.12.0)
- [rhoas](https://github.com/redhat-developer/app-services-cli) [v0.53.0](https://github.com/redhat-developer/app-services-cli/tree/v0.53.0)
Expand Down
9 changes: 0 additions & 9 deletions get-sources.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,6 @@ echo "$(grep helm-linux-amd64$ sha256sum.txt | cut -d' ' -f1) helm-linux-amd64"
mv helm-linux-amd64 "$CONTAINER_USR_BIN_DIR/helm"
rm -rf "${TMPDIR:?}"/*

echo "Downloading odo ${ODO_VER}"
curl -sSfL --insecure --remote-name-all \
"${OPENSHIFT_CLIENTS_URL}/odo/${ODO_VER}/sha256sum.txt" \
"${OPENSHIFT_CLIENTS_URL}/odo/${ODO_VER}/odo-linux-amd64.tar.gz"
echo "$(grep odo-linux-amd64.tar.gz sha256sum.txt | cut -d' ' -f1) odo-linux-amd64.tar.gz" | sha256sum --check --status
tar xzf odo-linux-amd64.tar.gz -C "$CONTAINER_USR_BIN_DIR" odo
rm -rf "${TMPDIR:?}"/*

echo "Downloading tekton ${TKN_VER}"
curl -sSfL --insecure --remote-name-all \
"${OPENSHIFT_CLIENTS_URL}/pipelines/${TKN_VER}/sha256sum.txt" \
Expand Down Expand Up @@ -121,7 +113,6 @@ rm -f rh-manifest.txt || true
echo "kubectl ${KUBECTL_VER} ${OPENSHIFT_CLIENTS_URL}/ocp/${OC_VER}"
echo "kustomize ${KUSTOMIZE_VER} https://github.com/kubernetes-sigs/kustomize/tree/kustomize/v${KUSTOMIZE_VER}"
echo "helm ${HELM_VER} ${OPENSHIFT_CLIENTS_URL}/helm/${HELM_VER}"
echo "odo ${ODO_VER} ${OPENSHIFT_CLIENTS_URL}/odo/${ODO_VER}"
echo "tekton ${TKN_VER} ${OPENSHIFT_CLIENTS_URL}/pipelines/${TKN_VER}"
echo "knative ${KN_VER} ${OPENSHIFT_CLIENTS_URL}/serverless/${KN_VER}"
echo "rhoas ${RHOAS_VER} https://github.com/redhat-developer/app-services-cli/tree/v${RHOAS_VER}"
Expand Down
17 changes: 8 additions & 9 deletions rh-manifest.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
oc 4.15.0 https://mirror.openshift.com/pub/openshift-v4/x86_64/clients/ocp/4.15.0
kubectl v1.28.2 https://mirror.openshift.com/pub/openshift-v4/x86_64/clients/ocp/4.15.0
kustomize 5.3.0 https://github.com/kubernetes-sigs/kustomize/tree/kustomize/v5.3.0
helm 3.12.1 https://mirror.openshift.com/pub/openshift-v4/x86_64/clients/helm/3.12.1
odo v3.15.0 https://mirror.openshift.com/pub/openshift-v4/x86_64/clients/odo/v3.15.0
tekton 1.14.0 https://mirror.openshift.com/pub/openshift-v4/x86_64/clients/pipelines/1.14.0
knative 1.11.2 https://mirror.openshift.com/pub/openshift-v4/x86_64/clients/serverless/1.11.2
oc 4.16.0 https://mirror.openshift.com/pub/openshift-v4/x86_64/clients/ocp/4.16.0
kubectl v1.29.1 https://mirror.openshift.com/pub/openshift-v4/x86_64/clients/ocp/4.16.0
kustomize 5.4.2 https://github.com/kubernetes-sigs/kustomize/tree/kustomize/v5.4.2
helm 3.14.4 https://mirror.openshift.com/pub/openshift-v4/x86_64/clients/helm/3.14.4
tekton 1.15.0 https://mirror.openshift.com/pub/openshift-v4/x86_64/clients/pipelines/1.15.0
knative 1.12.0 https://mirror.openshift.com/pub/openshift-v4/x86_64/clients/serverless/1.12.0
rhoas 0.53.0 https://github.com/redhat-developer/app-services-cli/tree/v0.53.0
submariner 0.17.0 https://github.com/submariner-io/subctl/tree/v0.17.0
kubevirt 1.2.0 https://github.com/kubevirt/kubevirt/tree/v1.2.0
submariner 0.17.2 https://github.com/submariner-io/subctl/tree/v0.17.2
kubevirt 1.2.2 https://github.com/kubevirt/kubevirt/tree/v1.2.2
1 change: 0 additions & 1 deletion tooling_versions.env
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
OC_VER=4.16.0
KUSTOMIZE_VER=5.4.2
HELM_VER=3.14.4
ODO_VER=v3.16.1
TKN_VER=1.15.0
KN_VER=1.12.0
RHOAS_VER=0.53.0
Expand Down

0 comments on commit d2b8aa8

Please sign in to comment.