Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 659 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 659 Bytes

docker-drone-jvm-patches

Docker image used to build JVM applications based on Git patches in Drone CI environment.

Components

This image has the following components:

  • JVM (adoptopenjdk:13-jdk-openj9)
  • Gradle (6.0.1)
  • Maven (3.6.3)
  • Git
  • patch

Usage

This image is available on Docker Hub. Simply set image to mcparkour/docker-drone-jvm-patches:latest in .drone.yml file and patch project.

kind: pipeline
type: docker
name: default

steps:
  - name: build
    image: mcparkour/docker-drone-jvm-patches:latest
    commands:
      - ./patches-manager.sh patch