{"id":15057186,"url":"https://github.com/connectedmissionlab/julia-buildpack","last_synced_at":"2026-02-25T12:06:41.357Z","repository":{"id":241555695,"uuid":"805287141","full_name":"connectedmissionlab/julia-buildpack","owner":"connectedmissionlab","description":"Buildpack for Julia packages","archived":false,"fork":false,"pushed_at":"2024-05-28T10:01:14.000Z","size":33,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-10T12:36:02.610Z","etag":null,"topics":["buildpack","julia","tanzu"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/connectedmissionlab.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":"2024-05-24T09:04:26.000Z","updated_at":"2024-05-28T09:58:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"b57fc6cf-b22d-45e6-aa8c-1f7d2075d273","html_url":"https://github.com/connectedmissionlab/julia-buildpack","commit_stats":null,"previous_names":["connectedmissionlab/julia-buildpack"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/connectedmissionlab%2Fjulia-buildpack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/connectedmissionlab%2Fjulia-buildpack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/connectedmissionlab%2Fjulia-buildpack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/connectedmissionlab%2Fjulia-buildpack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/connectedmissionlab","download_url":"https://codeload.github.com/connectedmissionlab/julia-buildpack/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247289448,"owners_count":20914463,"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":["buildpack","julia","tanzu"],"created_at":"2024-09-24T22:03:29.136Z","updated_at":"2025-10-30T01:02:16.525Z","avatar_url":"https://github.com/connectedmissionlab.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"left\"\u003e\n\u003cimg src=\"https://buildpacks.io/images/buildpacks-logo.svg\" height=\"100px\"\u003e\n\u003cimg src=\"https://raw.githubusercontent.com/JuliaLang/julia-logo-graphics/master/images/julia-language-logo-white-border.svg\" height=\"100px\"\u003e\n\u003c/div\u003e\n\n# Julia Buildpack\n\nYou can build locally a Cloud Native Buildpack for `julia` in 2 different ways:\n\n- with a specific package\n- without a specific package\n\n## With a specific package\n\nFor illustration purposes, you can add the [Julia Example.jl](https://github.com/JuliaLang/Example.jl) package.\n\nOpen `julia` locally, and `dev` the `Example.jl` package or run the following from the terminal:\n\n```bash\njulia -e 'import Pkg; Pkg.develop(\"Example\");'\n```\n\nBuild the pack locally (outside the `julia-buildpack`) directory:\n\n```bash\npack build example-app -v \\\n           --path ~/.julia/dev/Example \\\n           --buildpack ./julia-buildpack \\\n           --builder gcr.io/buildpacks/builder:v1\n```\n\nLaunch `julia`:\n```bash\ndocker run example-app\n```\n\nInspect the container:\n```bash\ndocker run -it --entrypoint /bin/bash example-app\n```\n\n## Without a specific package\n\nIf you just want to containerize `julia` without including a specific package:\n\n```bash\npack build julia-buildpack \\\n           --buildpack ./julia-buildpack \\\n           --builder gcr.io/buildpacks/builder:v1\n```\n\nThen, you can run the julia REPL with\n```\ndocker run -it julia-buildpack\n```\n\n\u003e Copyright 2024 Connected Mission Lab\n\u003e\n\u003e   Licensed under the Apache License, Version 2.0 (the \"License\");\n\u003e   you may not use this file except in compliance with the License.\n\u003e   You may obtain a copy of the License at\n\u003e\n\u003e       http://www.apache.org/licenses/LICENSE-2.0\n\u003e\n\u003e   Unless required by applicable law or agreed to in writing, software\n\u003e   distributed under the License is distributed on an \"AS IS\" BASIS,\n\u003e   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n\u003e   See the License for the specific language governing permissions and\n\u003e   limitations under the License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconnectedmissionlab%2Fjulia-buildpack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fconnectedmissionlab%2Fjulia-buildpack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconnectedmissionlab%2Fjulia-buildpack/lists"}