This Docker image provides CI utilities for building Gradle projects.
- Base Image:
gradle:alpine
- Version: v1.0.0
- Gradle Support: The image includes Gradle and provides an environment suitable for building Gradle projects.
- Additional Utilities: It comes with additional utilities such as
curl
,openssl
,vault
,bash
,kubectl
, andhelm
, which are commonly used in CI/CD pipelines for Kubernetes deployments.
kubectl
: Kubernetes command-line tool.helm
: Kubernetes package manager.- Other utilities:
curl
,openssl
,vault
,bash
.
You can use this Docker image by pulling it from the Docker Hub or by building it locally using the provided Dockerfile.
docker pull <your-dockerhub-username>/gradle-ci
docker build -t gradle-ci .
To run the container, you can execute the following command:
docker run -it <your-dockerhub-username>/gradle-ci /bin/bash
- Description: This image contains CI utilities for building Gradle projects.
- Documentation: GitHub Repository
- Author: obervinov
- Source Code: GitHub Repository
Feel free to customize this image according to your specific requirements and environment. If you encounter any issues or have suggestions for improvements, please don't hesitate to contribute to the GitHub repository.