Commit 92ce7528 authored by Heimo Stranner's avatar Heimo Stranner
Browse files

remove theia

parent d33c9c11
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -31,13 +31,6 @@ build-debian-mvn:
    DIR: debian-mvn
    NAME: debian-mvn

build-theia-k8s:
  extends: .build-base
  variables:
    DIR: theia-k8s
    NAME: theia-k8s
  allow_failure: true

build-renovate:
  extends: .build-base
  variables:
+0 −8
Original line number Diff line number Diff line
@@ -46,14 +46,6 @@ Perhaps you want to interact with the k8s cluster more directly. This version of

If you want us to provide you with a properly secured and configured way to interact with your cluster, please write a short mail to reset@inso.tuwien.ac.at and we will provide you with a turnkey solution.

### Theia

Perhaps you want to interact with the k8s cluster more directly. This version of theia with kubectl already installed can help with that.

`registry.reset.inso-w.at/pub/docker/theia-k8s`

This option is deprecated and will be removed soon as it is no longer actively maintained upstream and newer versions can no longer be built. Please switch to Open VS Code (as described above).

## Debian with maven

A simple debian based maven installation with maven and jdk 21.

theia-k8s/Dockerfile

deleted100644 → 0
+0 −7
Original line number Diff line number Diff line
FROM docker.io/elswork/theia
USER root
RUN apk add --no-cache --allow-untrusted -X https://dl-cdn.alpinelinux.org/alpine/edge/testing kubectl
RUN apk add sudo
RUN echo '%wheel ALL=(ALL) NOPASSWD: ALL' > /etc/sudoers.d/wheel
RUN adduser node wheel
USER node