{"id":25623454,"url":"https://github.com/domjtalbot/docker-volta","last_synced_at":"2026-02-27T05:31:39.146Z","repository":{"id":37942012,"uuid":"492552115","full_name":"domjtalbot/docker-volta","owner":"domjtalbot","description":"⚡ A Docker image for Volta","archived":false,"fork":false,"pushed_at":"2025-02-27T16:39:47.000Z","size":46,"stargazers_count":3,"open_issues_count":2,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-27T20:39:26.380Z","etag":null,"topics":["docker","docker-hub","docker-image","ghcr","node","nodejs","volta"],"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/domjtalbot.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":["domjtalbot"]}},"created_at":"2022-05-15T17:10:43.000Z","updated_at":"2025-02-09T21:51:07.000Z","dependencies_parsed_at":"2024-01-11T23:27:07.139Z","dependency_job_id":"ae56147d-7b08-42e8-a019-26ec269d237f","html_url":"https://github.com/domjtalbot/docker-volta","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/domjtalbot%2Fdocker-volta","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/domjtalbot%2Fdocker-volta/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/domjtalbot%2Fdocker-volta/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/domjtalbot%2Fdocker-volta/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/domjtalbot","download_url":"https://codeload.github.com/domjtalbot/docker-volta/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248837274,"owners_count":21169373,"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-hub","docker-image","ghcr","node","nodejs","volta"],"created_at":"2025-02-22T11:38:45.072Z","updated_at":"2026-02-27T05:31:34.116Z","avatar_url":"https://github.com/domjtalbot.png","language":"Dockerfile","funding_links":["https://github.com/sponsors/domjtalbot"],"categories":[],"sub_categories":[],"readme":"\u003cbr/\u003e\n\n\u003ch1 align=\"center\"\u003eVolta\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e⚡ A Docker image for \u003ca href=\"https://volta.sh\"\u003eVolta\u003c/a\u003e, the Hassle-Free JavaScript Tool Manager.\u003c/p\u003e\n\n\u003cdiv align=\"center\"\u003e\n  \u003cp dir=\"auto\"\u003e\n    \u003ca href=\"https://hub.docker.com/r/domjtalbot/volta\"\u003e\n      \u003cimg src=\"https://img.shields.io/docker/image-size/domjtalbot/volta/latest?style=flat\u0026logoColor=white\u0026logo=docker\" alt=\"Docker Image size\" /\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://github.com/sponsors/domjtalbot\"\u003e\n      \u003cimg src=\"https://img.shields.io/badge/Sponsor @domjtalbot-30363D?style=flat\u0026logo=GitHub-Sponsors\u0026logoColor=#EA4AAA\" alt=\"Sponsor @domjtalbot on GitHub!\" /\u003e\n    \u003c/a\u003e\n  \u003c/p\u003e\n\u003c/div\u003e\n\n\u003cbr/\u003e\n\n## How to use\n\nThe `volta` docker image is available from both [GitHub Container Registry (GHCR)](https://github.com/domjtalbot/docker-volta/pkgs/container/volta) and [Docker Hub](https://hub.docker.com/r/domjtalbot/volta).\n\n```docker\n# Define the Volta image to use\nFROM domjtalbot/volta:latest\n\n# Copy across package.json containing Volta config\nCOPY package.json .\n\n# Set up Volta using the config from package.json\nRUN volta setup\n\n# Test the node \u0026 yarn versions\nCMD node --version \u0026\u0026 yarn --version\n```\n\n\u003cbr/\u003e\n\n## Image Versions\n\n### `volta:latest`\n\nThe default image based on [version 11 of Debian](https://www.debian.org/releases/bullseye/), with the [latest version of Volta](https://github.com/volta-cli/volta/releases).\n\n### `volta:bookworm`\n\nThis image is based on the upcoming [version 12 of Debian](https://www.debian.org/releases/bookworm/), available in [the `debian` official image](https://hub.docker.com/_/debian).\n\n### `volta:bullseye`\n\nThis image is based on [version 11 of Debian](https://www.debian.org/releases/bullseye/), available in [the `debian` official image](https://hub.docker.com/_/debian).\n\n### `volta:buster`\n\nThis image is based on [version 10 of Debian](https://www.debian.org/releases/buster/), available in [the `debian` official image](https://hub.docker.com/_/debian).\n\n### `volta:stretch`\n\nThis image is based on [version 9 of Debian](https://www.debian.org/releases/stretch/), available in [the `debian` official image](https://hub.docker.com/_/debian).\n\n### `volta:\u003cdebian-version\u003e-slim`\n\nEach Debian version supports the slim variant. These images only contain the minimal packages required for running Debian and Volta.\n\nFor example:\n\n- `volta:bookworm-slim`\n\n### `volta:\u003cvolta-version\u003e`\n\nThese images allow you to define [the version of Volta]((https://github.com/volta-cli/volta/releases) used. The image is based on [version 11 of Debian](https://www.debian.org/releases/bullseye/).\n\nFor example:\n\n- `volta:1.0.7`\n\n### `volta:\u003cvolta-version\u003e-\u003cdebian-version\u003e`\n\nThese images allow you to define [the version of Volta]((https://github.com/volta-cli/volta/releases) and [Debian](https://www.debian.org/releases/bullseye/) used.\n\nFor example:\n\n- `volta:1.0.7-bookworm`\n- `volta:1.0.7-bookworm-slim`\n\n\u003cbr/\u003e\n\n## License\n\nView the [license for Votla](https://github.com/volta-cli/volta/blob/main/LICENSE) or the [license for this Docker image](LICENSE).\n\nAs with all Docker images, these likely also contain other software which may be under other licenses (such as Bash, etc from the base distribution, along with any direct or indirect dependencies of the primary software being contained).\n\n\u003cbr/\u003e\n\u003cbr/\u003e\n\n\u003cp align=\"center\"\u003e⚡ ♥ 🐳\u003c/p\u003e\n\n\u003cbr/\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdomjtalbot%2Fdocker-volta","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdomjtalbot%2Fdocker-volta","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdomjtalbot%2Fdocker-volta/lists"}