Sign inSign up

bsideup/gradle-compose:latest

Manifest digest

sha256:0ef53dd0cb1454760b872c753938c1b400585472aae1f71fa5b78fc84d089f82

Last pushed

over 1 year by bsideup

Type

Compose

Manifest digest

sha256:0ef53dd0cb1454760b872c753938c1b400585472aae1f71fa5b78fc84d089f82

Compose file content

services:
  gradlew:
    image: bsideup/gradle
    build:
      context: .
      dockerfile: gradle.Dockerfile
    volumes:
      - cache:/root/.gradle/
      - $PWD:/work
      - /var/run/docker.sock:/var/run/docker.sock
    working_dir: /work
    entrypoint: "./gradlew"

volumes:
  cache:services:
  gradlew:
    image: docker.io/bsideup/gradle:latest@sha256:1f622e62cccc6b188da20b73978ee9bfc3fc1a8af962931f5a0111867109a0cb

Docker commands

docker compose -f oci://bsideup/gradle-compose:latest up

Use the above command to pull and run the Compose file. Learn more.

Images used

Image


Pulls

958

Stars

0

Last Updated

over 1 year