Skip to content

Commit

Permalink
Removed ability to build and launch ISCE2 and RGEDI images/workspaces. (
Browse files Browse the repository at this point in the history
#96)

Removed ability to build ISCE2 and RGEDI images.
  • Loading branch information
anilnatha authored Mar 13, 2024
1 parent cb5f9e3 commit 773f751
Show file tree
Hide file tree
Showing 10 changed files with 1 addition and 292 deletions.
2 changes: 1 addition & 1 deletion base_images/build-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -ex
base_image_dir=$(dirname $0)
# Check if on a branch or in a detached HEAD state get commit sha
BRANCH=$(basename $(git symbolic-ref -q --short HEAD || git rev-parse --short HEAD))
DIRS="vanilla r rgedi rsgislib"
DIRS="vanilla isce3 pangeo r"
if [[ ! -z "$@" ]]; then
DIRS=$@
fi
Expand Down
47 changes: 0 additions & 47 deletions base_images/isce2/docker/Dockerfile

This file was deleted.

27 changes: 0 additions & 27 deletions base_images/rgedi/docker/Dockerfile

This file was deleted.

15 changes: 0 additions & 15 deletions devfiles/index_example.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,21 +28,6 @@
"self": "/devfiles/maap-vanilla/devfile_2.0.yaml"
}
},
{
"displayName": "MAAP RGEDI Stable",
"description": "Latest version of MAAP RGEDI",
"tags": [
"JupyterLab",
"Python",
"R",
"MAAP"
],
"icon": "/images/r.png",
"globalMemoryLimit": "2710Mi",
"links": {
"self": "/devfiles/rgedi/devfile.yaml"
}
},
{
"displayName": "MAAP ESA EDAV",
"description": "Latest version of MAAP ESA EDAV",
Expand Down
95 changes: 0 additions & 95 deletions devfiles/isce2/devfile/devfile.yaml

This file was deleted.

Binary file removed devfiles/isce2/devfile/isce.png
Binary file not shown.
6 changes: 0 additions & 6 deletions devfiles/isce2/devfile/meta.yaml

This file was deleted.

95 changes: 0 additions & 95 deletions devfiles/rgedi/devfile/devfile.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions devfiles/rgedi/devfile/meta.yaml

This file was deleted.

Binary file removed devfiles/rgedi/devfile/r.png
Binary file not shown.

0 comments on commit 773f751

Please sign in to comment.