Additional main tools installed on the image:
- OpenJDK various versions
- Git
- GPG
- AWS CLI
And many others. For details, please refer directly to Dockerfile.
docker build --platform=linux/amd64 latest/ -t tigase/devops-1dev-builder-image
docker push tigase/devops-1dev-builder-image
Run after building latest
image, if you want latest-android-sdk
to include changes you made to latest
image.
docker build --platform=linux/amd64 latest-android-sdk/ -t tigase/devops-1dev-builder-image:latest-android-sdk
docker push tigase/devops-1dev-builder-image:latest-android-sdk