Skip to content

Latest commit

 

History

History
52 lines (33 loc) · 1.62 KB

README.md

File metadata and controls

52 lines (33 loc) · 1.62 KB

Gradle CI Docker Image

This Docker image provides CI utilities for building Gradle projects.

Image Details

  • Base Image: gradle:alpine
  • Version: v1.0.0

Features

  • 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, and helm, which are commonly used in CI/CD pipelines for Kubernetes deployments.

Included Tools

  • kubectl: Kubernetes command-line tool.
  • helm: Kubernetes package manager.
  • Other utilities: curl, openssl, vault, bash.

Usage

You can use this Docker image by pulling it from the Docker Hub or by building it locally using the provided Dockerfile.

Pull from Docker Hub

docker pull <your-dockerhub-username>/gradle-ci

Build Locally

docker build -t gradle-ci .

Run Container

To run the container, you can execute the following command:

docker run -it <your-dockerhub-username>/gradle-ci /bin/bash

Additional Information

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.