{"id":18733536,"url":"https://github.com/insightsengineering/julia-images","last_synced_at":"2026-04-25T21:06:43.182Z","repository":{"id":228826431,"uuid":"774946803","full_name":"insightsengineering/julia-images","owner":"insightsengineering","description":"Insights Engineering Julia Images","archived":false,"fork":false,"pushed_at":"2025-11-10T19:47:33.000Z","size":3,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-11-10T21:21:30.138Z","etag":null,"topics":["docker","images","julia","reproducibility"],"latest_commit_sha":null,"homepage":"https://insightsengineering.github.io/julia-images/","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/insightsengineering.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"custom":["https://pharmaverse.org"]}},"created_at":"2024-03-20T13:44:41.000Z","updated_at":"2024-04-03T13:24:26.000Z","dependencies_parsed_at":"2024-04-03T14:26:12.570Z","dependency_job_id":"e0cbde76-9147-4e72-925a-daa979a3c05d","html_url":"https://github.com/insightsengineering/julia-images","commit_stats":null,"previous_names":["insightsengineering/julia-images"],"tags_count":51,"template":false,"template_full_name":null,"purl":"pkg:github/insightsengineering/julia-images","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/insightsengineering%2Fjulia-images","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/insightsengineering%2Fjulia-images/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/insightsengineering%2Fjulia-images/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/insightsengineering%2Fjulia-images/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/insightsengineering","download_url":"https://codeload.github.com/insightsengineering/julia-images/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/insightsengineering%2Fjulia-images/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32276667,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-25T18:29:39.964Z","status":"ssl_error","status_checked_at":"2026-04-25T18:29:32.149Z","response_time":59,"last_error":"SSL_read: 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":["docker","images","julia","reproducibility"],"created_at":"2024-11-07T15:10:20.355Z","updated_at":"2026-04-25T21:06:43.156Z","avatar_url":"https://github.com/insightsengineering.png","language":"Shell","funding_links":["https://pharmaverse.org"],"categories":[],"sub_categories":[],"readme":"# julia-images\n\nTo run the image with Julia and Visual Studio Code installed, execute:\n\n```shell\ndocker run -d -p 8081:8081 -v $(pwd):/root/code ghcr.io/insightsengineering/julia-vscode:1.10-bookworm\n```\n\nYou can access Visual Studio code in your browser at `localhost:8081` and your current working directory will be available in `/root/code` in the container.\n\nTo stop the container, run:\n\n```shell\ndocker stop $(docker ps | grep '0.0.0.0:8081' | awk '{print $1}')\n```\n\nTo run the image with just Julia installed, execute:\n\n```shell\ndocker run -it --entrypoint julia ghcr.io/insightsengineering/julia:1.10-bookworm -e 'println(\"Hello, world!\"); for x in ARGS; println(x); end' foo bar\n```\n\nTo run an interactive Julia session, execute:\n\n```shell\ndocker run -it ghcr.io/insightsengineering/julia:1.10-bookworm\n```\n\nTo run a shell in the Julia container, execute:\n\n```shell\n$ docker run -it --entrypoint /bin/bash ghcr.io/insightsengineering/julia:1.10-bookworm\nroot@4913b172f781:/# julia --version\njulia version 1.10.2\nroot@4913b172f781:/# quarto --version\n1.4.551\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finsightsengineering%2Fjulia-images","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finsightsengineering%2Fjulia-images","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finsightsengineering%2Fjulia-images/lists"}