Our custom images with every useful tooling which we need. All images are stored in our AWS ECR repositories. For access to them you have to setup your AWS credentials in your system.
- AWS User: Custom-Owned-Images
- AWS public ECR: Custom-Owned-Openjdk11
- local build:
docker build -t trisbee/custom-owned-openjdk11 .
- open container:
docker run -it trisbee/custom-owned-openjdk11 sh