Skip to content

Files

This branch is 2784 commits behind redhat-developer/devspaces-images:devspaces-3-rhel-8.

devspaces-udi

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jun 5, 2023
Sep 22, 2023
Feb 2, 2023
Mar 16, 2022
Nov 29, 2022
Sep 22, 2023
Oct 27, 2022
Aug 3, 2023
Jul 12, 2023
Jul 12, 2023
Mar 16, 2022
Mar 16, 2022
Dec 13, 2022

To build this locally, run this script to fetch the latest tarball and trigger an OSBS build in Brew:

./get-sources.sh --scratch

See also:

For odo check required versions at https://github.com/redhat-developer/vscode-openshift-tools/releases and https://github.com/redhat-developer/vscode-openshift-tools/blob/master/src/tools.json note: as of 0.1.5 win/lin/mac binaries are included in the vsix (no plan to include s390x and ppc64le)

To get the correct version of odo from upstream

 toolsJson="https://github.com/redhat-developer/vscode-openshift-tools/raw/master/src/tools.json"
 curl -sSL $toolsJson -o - |	 jq ".odo.platform.linux.url" -r | sed -r -e "s#.+/clients/odo/v(.+)/odo.+#\1#"

To find the latest Camel-K version check: https://github.com/apache/camel-k/releases