Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 808 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 808 Bytes

1dev generic Docker image with additional tools and configuration

Tools on the image

Additional main tools installed on the image:

  1. OpenJDK various versions
  2. Git
  3. GPG
  4. AWS CLI

And many others. For details, please refer directly to Dockerfile.

Building

Building latest

docker build --platform=linux/amd64 latest/ -t tigase/devops-1dev-builder-image
docker push tigase/devops-1dev-builder-image

Building latest-android-sdk

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