Commit 763611c1 authored by Heimo Stranner's avatar Heimo Stranner
Browse files

Update README.md

parent a210bfe7
Loading
Loading
Loading
Loading
+29 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@ We build custom docker images in this repository. To keep everything reasonably

If you find yourself installing packages in a stock docker image during your build process, you should rethink your approach and probably add another image suited to your needs here. Just request write access to this repo and create a merge request or create an issue and assign it to @heimo.stranner.

## Current images
## Custom images

### Custom cypress image

@@ -18,3 +18,31 @@ Our image also has the openjdk preinstalled which the stock version does not hav
For tests that use java, node, selenium, chromium

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

### 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`

## Debian with maven

A simple debian based maven installation.

`registry.reset.inso-w.at/pub/docker/debian-mvn`

## Mirrored images

|local name  |mirrored from  |livespan       |
|------------|---------------|---------------|
|registry.reset.inso-w.at/pub/docker/dotnet-aspnet-5-0 | mcr.microsoft.com/dotnet/aspnet:5.0 | will be removed at 2022-03-01 |
|registry.reset.inso-w.at/pub/docker/dotnet-sdk-5-0 | mcr.microsoft.com/dotnet/sdk:5.0 | will be removed at 2022-03-01 |
|registry.reset.inso-w.at/pub/docker/mongo-5-0-4 | mongo:5.0.4 | will be removed at 2022-03-01 |
|registry.reset.inso-w.at/pub/docker/coredns-coredns-1-8-6 | coredns/coredns:1.8.6 | will be removed at 2022-03-01 |
|registry.reset.inso-w.at/pub/docker/traefik-v2-5-4 | traefik:v2.5.4 | will be removed at 2022-03-01 |
|registry.reset.inso-w.at/pub/docker/nginx-1-21-4 | nginx:1.21.4 | will be removed at 2022-03-01 |
|registry.reset.inso-w.at/pub/docker/maven-3-8-3-openjdk-17 | maven-3-8-3-openjdk-17 | will be removed at 2022-03-01 |
|registry.reset.inso-w.at/pub/docker/node-alpine | node:alpine | will be removed at 2022-03-01 |
|registry.reset.inso-w.at/pub/docker/posgres-14-alpine | postgres:14.1-alpine | will be removed at 2022-03-01 |
|registry.reset.inso-w.at/pub/docker/openjdk-17-jdk-alpine | openjdk:17-jdk-alpine | will be removed at 2022-03-01 |
|registry.reset.inso-w.at/pub/docker/eclipse-temurin | eclipse-temurin:17 | will be updated to the current LTS version of the jdk and kept indefinitely |