{"id":18485260,"url":"https://github.com/softinstigate/graalvm-maven-docker","last_synced_at":"2025-04-08T19:32:20.478Z","repository":{"id":51678948,"uuid":"315339976","full_name":"SoftInstigate/graalvm-maven-docker","owner":"SoftInstigate","description":"A docker image for GraalVM and Maven built with sdkman from debian:buster-slim","archived":false,"fork":false,"pushed_at":"2024-09-04T08:21:03.000Z","size":52,"stargazers_count":22,"open_issues_count":0,"forks_count":8,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-03-23T17:45:46.725Z","etag":null,"topics":["docker","docker-image","graalvm","graalvm-native-image","java","java-native","java-native-access","maven","sdkman"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/SoftInstigate.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-11-23T14:25:21.000Z","updated_at":"2024-12-04T03:14:16.000Z","dependencies_parsed_at":"2024-01-12T14:17:42.980Z","dependency_job_id":"9775ecd3-2c92-4414-96e4-7f5648a4975f","html_url":"https://github.com/SoftInstigate/graalvm-maven-docker","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SoftInstigate%2Fgraalvm-maven-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SoftInstigate%2Fgraalvm-maven-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SoftInstigate%2Fgraalvm-maven-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SoftInstigate%2Fgraalvm-maven-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SoftInstigate","download_url":"https://codeload.github.com/SoftInstigate/graalvm-maven-docker/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247912721,"owners_count":21017038,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","docker-image","graalvm","graalvm-native-image","java","java-native","java-native-access","maven","sdkman"],"created_at":"2024-11-06T12:44:40.506Z","updated_at":"2025-04-08T19:32:20.149Z","avatar_url":"https://github.com/SoftInstigate.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# graalvm-maven-docker\n\n[![Docker image](https://github.com/SoftInstigate/graalvm-maven-docker/actions/workflows/deploy-image.yml/badge.svg)](https://github.com/SoftInstigate/graalvm-maven-docker/actions/workflows/deploy-image.yml)\n\nA docker image for [GraalVM](https://graalvm.org) and [Maven](https://maven.apache.org) built with [sdkman](https://sdkman.io)\n\nIt also installs `native-image`\n\nImages are automatically published on [Docker Hub](https://hub.docker.com/r/softinstigate/graalvm-maven) when commit is tagged.\n\n## Versions ##\n\n- GraalVM: 22.0.2-graalce\n- Maven: 3.9.9\n\n## Pull image\n\n```bash\n$ docker pull softinstigate/graalvm-maven\n```\n\n## Run ##\n\nThe default `ENTRYPOINT` for this image is `mvn`.\n\nIf you want to `mvn clean install` your Java project, CD where the pom.xml is located, then:\n\n```bash\n$ docker pull softinstigate/graalvm-maven\n$ docker run -it --rm \\\n    -v \"$PWD\":/opt/app  \\\n    -v \"$HOME\"/.m2:/root/.m2 \\\n    softinstigate/graalvm-maven \\\n    clean package\n```\n\n\u003e The `-v \"$HOME\"/.m2:/root/.m2` parameter mounts your local `~/.m2` Maven repository as a Docker volume.\n\n## how to build a native image\n\nUse the [Native Maven Plugin](https://graalvm.github.io/native-build-tools/latest/maven-plugin.html/) in your `pom.xml`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoftinstigate%2Fgraalvm-maven-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsoftinstigate%2Fgraalvm-maven-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoftinstigate%2Fgraalvm-maven-docker/lists"}