Skip to content

davidmehren/gdart-docker

Repository files navigation

Dockerfiles for GDart

This repo contains (currently very experimental) Dockerfiles to play around with GDart.

Usage

Build the docker images like this:

podman build -f Dockerfile.spout -t spout --build-arg GRAAL_VERSION=21.2.0 --build-arg JDK_VERSION=11

podman build -f Dockerfile.verifier-stub -t verifier-stub

podman build -f Dockerfile.examples -t gdart-examples

Then run the example container with podman run gdart-examples:latest

Releases

No releases published

Packages

No packages published

Languages