Skip to content

Dockerfiles for images to use for cloud development environment on Kubernetes, with the DevWorkspace Operator, Eclipse Che or OpenShift Dev Spaces

License

Notifications You must be signed in to change notification settings

devfile/cloud-dev-images

Repository files navigation

ContributeDev

Cloud Dev Images

A list of Dockerfiles, using different base images, to customize Eclipe Che and OpenShift Dev Spaces Cloud Development Environments.

alpineDockerfilebuildbuilddogfoodingdevsandbox
busyboxDockerfilebuildbuilddogfoodingdevsandbox
dockerDockerfilebuildbuilddogfoodingdevsandbox
fedoraDockerfilebuildbuilddogfoodingdevsandbox
golangDockerfilebuildbuilddogfoodingdevsandbox
openjdkDockerfilebuildbuilddogfoodingdevsandbox
ubi8Dockerfilebuildbuilddogfoodingdevsandbox
ubi9Dockerfilebuildbuilddogfoodingdevsandbox
ubuntuDockerfilebuildbuilddogfoodingdevsandbox

How to run the tests

Running the tests locally

Requirements

  • An OpenShift cluster with the DevWorkspace Operator (developer sandbox)
  • Linux or macOS with oc and kubectl

Runing the tests

export CLUSTER_URL="https://api.rm1.0a51.p1.openshiftapps.com:6443"export CLUSTER_TOKEN="<token>"export EDITOR_IMAGE="quay.io/che-incubator/che-code:insiders" ./run-tests.sh

Running the GH workflows

Requirements

  • An OpenShift cluster with the DevWorkspace Operator (developer sandbox)
  • Linux or macOS with gh (GitHub CLI)

Running the tests

export CLUSTER_URL="https://api.rm1.0a51.p1.openshiftapps.com:6443"export CLUSTER_TOKEN="<token>"export EDITOR_IMAGE="quay.io/che-incubator/che-code:insiders" imgs=( "ubi8""ubi9""alpine""busybox""docker""golang""openjdk""fedora""ubuntu" ) forimgin"${imgs[@]}";do gh workflow run ${img}-vscode-startup.yaml \ -f sandboxURL="${CLUSTER_URL}" \ -f sandboxToken="${CLUSTER_TOKEN}" \ -f editorImage="${EDITOR_IMAGE}"done

About

Dockerfiles for images to use for cloud development environment on Kubernetes, with the DevWorkspace Operator, Eclipse Che or OpenShift Dev Spaces

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •