Commit d33c9c11 authored by Heimo Stranner's avatar Heimo Stranner
Browse files

update docu, remove ovsc

parent 20b59978
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -68,12 +68,6 @@ build-mvn-non-root-21:
    DIR: mvn-non-root-21
    NAME: mvn-non-root-21

build-ovsc:
  extends: .build-base
  variables:
    DIR: ovsc
    NAME: ovsc

build-coder:
  extends: .build-base
  variables:
+3 −3
Original line number Diff line number Diff line
@@ -38,11 +38,11 @@ For tests that use java, node, selenium, chromium

`registry.reset.inso-w.at/pub/docker/selenium-chromium:latest`

### Open VS Code
### Coder

Perhaps you want to interact with the k8s cluster more directly. This version of Open VS Codee with kubectl already installed can help with that.
Perhaps you want to interact with the k8s cluster more directly. This version of Coder comes with kubectl already installed can help with that and is based on https://coder.com/

`registry.reset.inso-w.at/pub/docker/ovsc`
`registry.reset.inso-w.at/pub/docker/coder`

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.

ovsc/Dockerfile

deleted100644 → 0
+0 −8
Original line number Diff line number Diff line
FROM docker.io/gitpod/openvscode-server
USER root
RUN curl -fsSL https://packages.cloud.google.com/apt/doc/apt-key.gpg | gpg --dearmor -o /etc/apt/keyrings/kubernetes-archive-keyring.gpg
RUN echo "deb [signed-by=/etc/apt/keyrings/kubernetes-archive-keyring.gpg] https://apt.kubernetes.io/ kubernetes-xenial main" | sudo tee /etc/apt/sources.list.d/kubernetes.list
RUN apt-get update
RUN apt-get -y install kubectl
USER openvscode-server
RUN kubectl