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.
`registry.reset.inso-w.at/pub/docker/ovsc`
### 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.
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