{"id":16284986,"url":"https://github.com/goodforgod/docker-amazonlinux-graalvm","last_synced_at":"2025-03-20T02:31:26.240Z","repository":{"id":40447373,"uuid":"367831094","full_name":"GoodforGod/docker-amazonlinux-graalvm","owner":"GoodforGod","description":"Docker Image with Amazon Linux 2 and GraalVM native image.","archived":false,"fork":false,"pushed_at":"2023-08-13T22:16:12.000Z","size":31,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-28T22:43:26.731Z","etag":null,"topics":["amazon-linux2","aws-lambda","docker-image","graalvm","image","java","java11","java17","native-image"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/goodforgod/amazonlinux-graalvm","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GoodforGod.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":"2021-05-16T09:02:46.000Z","updated_at":"2023-08-06T12:43:43.000Z","dependencies_parsed_at":"2024-10-10T19:21:53.788Z","dependency_job_id":null,"html_url":"https://github.com/GoodforGod/docker-amazonlinux-graalvm","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GoodforGod%2Fdocker-amazonlinux-graalvm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GoodforGod%2Fdocker-amazonlinux-graalvm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GoodforGod%2Fdocker-amazonlinux-graalvm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GoodforGod%2Fdocker-amazonlinux-graalvm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GoodforGod","download_url":"https://codeload.github.com/GoodforGod/docker-amazonlinux-graalvm/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244043608,"owners_count":20388610,"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":["amazon-linux2","aws-lambda","docker-image","graalvm","image","java","java11","java17","native-image"],"created_at":"2024-10-10T19:21:49.095Z","updated_at":"2025-03-20T02:31:25.956Z","avatar_url":"https://github.com/GoodforGod.png","language":"Dockerfile","readme":"# Docker Amazon Linux with GraalVM\n\n[![Docker pulls](https://img.shields.io/docker/pulls/goodforgod/amazonlinux-graalvm.svg)](https://registry.hub.docker.com/v2/repositories/goodforgod/amazonlinux-graalvm/)\n[![Docker Stars](https://img.shields.io/docker/stars/goodforgod/amazonlinux-graalvm.svg)](https://registry.hub.docker.com/v2/repositories/goodforgod/amazonlinux-graalvm/)\n[![Docker Automated build](https://img.shields.io/docker/automated/goodforgod/amazonlinux-graalvm.svg?maxAge=31536000)](https://registry.hub.docker.com/v2/repositories/goodforgod/amazonlinux-graalvm/)\n\nDocker Image with Amazon Linux (*amd64* and *arm64v8*) and GraalVM for building Java GraalVM compatible executables against Amazon Linux (like for AWS Lambda).\n\nImage based on [Amazon Linux 2](https://hub.docker.com/_/amazonlinux/) and [Amazon Linux 2 ARM64v8](https://hub.docker.com/r/arm64v8/amazonlinux).\n\n## Tags\n\nTag main name correspond to [GraalVM release version](https://github.com/graalvm/graalvm-ce-builds)\n\nCheck releases for corresponding versions or [Docker Hub page](https://hub.docker.com/repository/docker/goodforgod/amazonlinux-graalvm/tags?page=1\u0026ordering=last_updated).\n\n### GraalVM for Java 17\n\n#### amd64 (x86-64 architecture)\n```dockerfile\nFROM goodforgod/amazonlinux-graalvm:23.0.0-java17\n```\n\n```dockerfile\nFROM goodforgod/amazonlinux-graalvm:23.0.0-java17-amd64\n```\n\n#### arm64v8\n```dockerfile\nFROM goodforgod/amazonlinux-graalvm:23.0.0-java17-arm64v8\n```\n\n### GraalVM for Java 20\n\n#### amd64 (x86-64 architecture)\n```dockerfile\nFROM goodforgod/amazonlinux-graalvm:23.0.0-java20\n```\n\n```dockerfile\nFROM goodforgod/amazonlinux-graalvm:23.0.0-java20-amd64\n```\n\n#### arm64v8  \n```dockerfile\nFROM goodforgod/amazonlinux-graalvm:23.0.0-java20-arm64v8\n```\n\n## Bundle\n\nImage ships with:\n- Amazon Linux `2.0.20230612.0`\n- JDK `17` (Corretto) or JDK `20` (Corretto)\n- Gradle `8.2.1`\n- Maven `3.9.4`\n- GraalVM native-image `23.0.0`\n\n## GraalVM Native Image\n\nGraalVM is on path, so you can use it directly, check [AWS Lambda template](https://github.com/GoodforGod/micronaut-awslambda-function-template/blob/master/Dockerfile) for example.\n\n```shell\nRUN native-image --no-fallback -classpath app.jar\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgoodforgod%2Fdocker-amazonlinux-graalvm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgoodforgod%2Fdocker-amazonlinux-graalvm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgoodforgod%2Fdocker-amazonlinux-graalvm/lists"}