{"id":35079853,"url":"https://github.com/into-docker/into-docker-clojure-graalvm","last_synced_at":"2026-04-29T03:01:39.378Z","repository":{"id":46962182,"uuid":"255384277","full_name":"into-docker/into-docker-clojure-graalvm","owner":"into-docker","description":"A Docker builder for native Clojure (via GraalVM)","archived":false,"fork":false,"pushed_at":"2021-09-20T09:18:07.000Z","size":61,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2023-03-21T23:08:39.441Z","etag":null,"topics":["builder-image","clojure","docker","graalvm","graalvm-native-image","into-docker","into-docker-builder-image"],"latest_commit_sha":null,"homepage":"","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/into-docker.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}},"created_at":"2020-04-13T16:38:26.000Z","updated_at":"2021-09-20T09:17:58.000Z","dependencies_parsed_at":"2022-08-24T07:11:13.735Z","dependency_job_id":null,"html_url":"https://github.com/into-docker/into-docker-clojure-graalvm","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"purl":"pkg:github/into-docker/into-docker-clojure-graalvm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/into-docker%2Finto-docker-clojure-graalvm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/into-docker%2Finto-docker-clojure-graalvm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/into-docker%2Finto-docker-clojure-graalvm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/into-docker%2Finto-docker-clojure-graalvm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/into-docker","download_url":"https://codeload.github.com/into-docker/into-docker-clojure-graalvm/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/into-docker%2Finto-docker-clojure-graalvm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32408446,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T02:37:21.628Z","status":"ssl_error","status_checked_at":"2026-04-29T02:36:50.947Z","response_time":110,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["builder-image","clojure","docker","graalvm","graalvm-native-image","into-docker","into-docker-builder-image"],"created_at":"2025-12-27T12:55:42.277Z","updated_at":"2026-04-29T03:01:39.369Z","avatar_url":"https://github.com/into-docker.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# into-docker-clojure-graalvm\n\n[![](https://images.microbadger.com/badges/version/intodocker/clojure-graalvm.svg)](https://hub.docker.com/r/intodocker/clojure-graalvm)\n[![](https://images.microbadger.com/badges/image/intodocker/clojure-graalvm.svg)](https://hub.docker.com/r/intodocker/clojure-graalvm)\n\nThis is an [into-docker][into] builder image for Clojure applications relying on\n[Leiningen][lein] and including a GraalVM [native-image][] build step.\n\n[into]: https://github.com/into-docker/into-docker\n[lein]: https://leiningen.org/\n[native-image]: https://www.graalvm.org/docs/reference-manual/native-image/\n\n## Usage\n\nRun the following in the root directory of your Clojure project:\n\n```sh\ninto build -t \u003crepository\u003e:\u003ctag\u003e intodocker/clojure-graalvm .\n```\n\nPlease make sure that your Uberjar contains all necessary configuration files at\n`META-INF/native-image/\u003cgroupId\u003e/\u003cartifactId\u003e` as described\n[here][native-image-configuration].\n\n[native-image-configuration]: https://www.graalvm.org/docs/reference-manual/native-image/#native-image-configuration\n\n## Notes\n\nMake sure your project's `uberjar` task creates its output at\n`target/*-standalone.jar` since this is where the builder image will expect it.\n\n## Build Profiles\n\nThe following build profiles that can be used via the `--profile` CLI flag:\n\n| Profile   | Native Image Flags                   | Notes                         |\n| --------- | ------------------------------------ | ----------------------------- |\n| `default` | `--no-server --no-fallback --static` |                               |\n| `dynamic` | `--no-server --no-fallback`          | Only with `--write-artifacts` |\n\n## License\n\n```\nMIT License\n\nCopyright (c) 2020 Yannick Scherer\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finto-docker%2Finto-docker-clojure-graalvm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finto-docker%2Finto-docker-clojure-graalvm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finto-docker%2Finto-docker-clojure-graalvm/lists"}