This repository stores Dockerfiles and corresponding configurations for docker images used and maintained by Inheaden.
An image using JDK-11 and maven while running under a non-root user. This for example is required when running embedded databases (PostgresSQL) in docker containers.
An image using JDK-17 and maven 3.8.4 while running under a non-root user. This for example is required when running embedded databases (PostgresSQL) in docker containers.
Specialized docker image for use with our internal CI system. Supplies maven, JDK-11, go and docker.
Specialized docker image to run integration tests of go applications using dockertest.
Specialized docker image to build node container.
Simple JDK 11 image running as non root.
All images are licensed under the MIT-License.