{"id":20806388,"url":"https://github.com/nodesource/docker-node-legacy","last_synced_at":"2025-03-12T03:41:42.473Z","repository":{"id":19322317,"uuid":"22560622","full_name":"nodesource/docker-node-legacy","owner":"nodesource","description":"Docker image build scripts for Debian and Ubuntu using the NodeSource Node.js repository","archived":false,"fork":false,"pushed_at":"2015-04-06T01:51:05.000Z","size":6317,"stargazers_count":2,"open_issues_count":1,"forks_count":1,"subscribers_count":35,"default_branch":"master","last_synced_at":"2025-01-18T13:29:34.196Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://registry.hub.docker.com/u/nodesource/node/","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/nodesource.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}},"created_at":"2014-08-02T23:32:54.000Z","updated_at":"2021-12-26T19:11:13.000Z","dependencies_parsed_at":"2022-09-25T05:51:00.814Z","dependency_job_id":null,"html_url":"https://github.com/nodesource/docker-node-legacy","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/nodesource%2Fdocker-node-legacy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nodesource%2Fdocker-node-legacy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nodesource%2Fdocker-node-legacy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nodesource%2Fdocker-node-legacy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nodesource","download_url":"https://codeload.github.com/nodesource/docker-node-legacy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243152876,"owners_count":20244657,"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":[],"created_at":"2024-11-17T19:19:42.612Z","updated_at":"2025-03-12T03:41:42.453Z","avatar_url":"https://github.com/nodesource.png","language":"Shell","readme":"docker-node (depreciated)\n===\n\n### We now offer images with version pinning for node. Please follow the migration path to begin using these images.\n\nThe new images can be found [here](https://github.com/nodesource/docker-node).\n\nThe images in docker-node-legacy contain Node.js 0.10.32, and will not be updated. The new images have Node.js 0.10.30 through Node.js 0.12.0 and io.js versions 1.3.0 through io.js 1.5.1, available through individual tags.\n\n# Migration Path\n\n### Step 1.\n\nDetermine the version of node contained in the docker container you are using, for example:\n\n```text\n$ docker run -it nodesource/node:wheezy node -v`\nv0.10.32\n```\n\n### Step 2. \n\nUse this version as the tag for your new image, for example:\n\n```text\n$ docker pull nodesource/wheezy:0.10.32\n```\n\n### (optional) Step 3.\n\nIf you would like to determine the differences in packages between the images, you can run:\n\n```text\n$ docker run nodesource/node:wheezy dpkg --get-selections \u003e old.log \u0026\u0026 docker run nodesource/wheezy:0.10.32 dpkg --get-selections \u003e new.log \u0026\u0026 diff old.log new.log \u0026\u0026 rm old.log new.log\n```\nYou should find that they are all near to identical.\n\n# docker-node (legacy)\n\nDockerfiles for building Debian and Ubuntu images with the [NodeSource Node.js](https://github.com/nodesource/distributions) binaries baked in. Automated via Docker Hub: \u003chttps://registry.hub.docker.com/u/nodesource/node/\u003e.\n\n[![node](http://dockeri.co/image/nodesource/node)](https://registry.hub.docker.com/u/nodesource/node)\n\n# Structure\n\nWe have a folder setup for each distrubtion of linux, inside each folder you will find a collection of supported versions of that distribution. All builds are automated.\n\n## Ubuntu-based images\n\n* **Ubuntu 12.04 LTS** (Precise Pangolin) - `docker pull nodesource/node:precise`\n* **Ubuntu 14.04 LTS** (Trusty Tahr) - `docker pull nodesource/node:trusty`\n\n## Debian-based images\n\n* **Debian 7 / stable** (wheezy) - `docker pull nodesource/node:wheezy`\n* **Debian testing** (jessie) - `docker pull nodesource/node:jessie`\n* **Debian unstable** (sid) - `docker pull nodesource/node:sid`\n\n## RPM-Based images\n* **Fedora 20** (Heisenbug) - `docker pull nodesource/node:heisenbug`\n* **CentOS 5** - `docker pull nodesource/node:centos5`\n* **CentOS 6** - `docker pull nodesource/node:centos6`\n* **CentOS 7** - `docker pull nodesource/node:centos7`\n\nFollowing after the Node.js image maintained by the Docker team, _nodesource/node:latest_ is an alias to _nodesource/node:jessie_.\n\n`docker pull nodesource/node:latest`\n\n*NOTE*\n`docker pull nodesource/node` will download _all_ tags for the docker image, which is roughly 8GB. We urge you to pick a tag when downloading. Example: `docker pull nodesource/node:jessie`\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnodesource%2Fdocker-node-legacy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnodesource%2Fdocker-node-legacy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnodesource%2Fdocker-node-legacy/lists"}