{"id":21664393,"url":"https://github.com/wayofdev/docker-node","last_synced_at":"2025-03-20T06:19:01.981Z","repository":{"id":64447143,"uuid":"575870242","full_name":"wayofdev/docker-node","owner":"wayofdev","description":"NodeJS docker images with our local development dependencies like Vercel's Turbo and pnpm.","archived":false,"fork":false,"pushed_at":"2025-03-13T15:47:09.000Z","size":1270,"stargazers_count":5,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-13T16:39:38.464Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://wayof.dev","language":"Makefile","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/wayofdev.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","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":"wayofdev"}},"created_at":"2022-12-08T13:39:50.000Z","updated_at":"2024-12-23T10:08:56.000Z","dependencies_parsed_at":"2023-09-26T18:03:36.062Z","dependency_job_id":"66f77f8b-bf6a-4edf-9293-5f5e193ac2bb","html_url":"https://github.com/wayofdev/docker-node","commit_stats":null,"previous_names":[],"tags_count":74,"template":false,"template_full_name":"wayofdev/docker-tpl","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wayofdev%2Fdocker-node","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wayofdev%2Fdocker-node/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wayofdev%2Fdocker-node/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wayofdev%2Fdocker-node/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wayofdev","download_url":"https://codeload.github.com/wayofdev/docker-node/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244560392,"owners_count":20472220,"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-25T10:37:23.582Z","updated_at":"2025-03-20T06:19:01.963Z","avatar_url":"https://github.com/wayofdev.png","language":"Makefile","readme":"\u003cbr\u003e\n\n\u003cdiv align=\"center\"\u003e\n\u003cimg width=\"456\" src=\"https://raw.githubusercontent.com/wayofdev/docker-node/master/assets/logo.gh-light-mode-only.png#gh-light-mode-only\"\u003e\n\u003cimg width=\"456\" src=\"https://raw.githubusercontent.com/wayofdev/docker-node/master/assets/logo.gh-dark-mode-only.png#gh-dark-mode-only\"\u003e\n\u003c/div\u003e\n\n\u003cbr\u003e\n\n\u003cbr\u003e\n\n\u003cdiv align=\"center\"\u003e\n\u003ca href=\"https://actions-badge.atrox.dev/wayofdev/docker-node/goto\"\u003e\u003cimg alt=\"Build Status\" src=\"https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Fwayofdev%2Fdocker-node%2Fbadge\u0026style=flat-square\"/\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/wayofdev/docker-node/tags\"\u003e\u003cimg src=\"https://img.shields.io/github/v/tag/wayofdev/docker-node?sort=semver\u0026style=flat-square\" alt=\"Latest Version\"\u003e\u003c/a\u003e\n\u003ca href=\"https://hub.docker.com/repository/docker/wayofdev/node\"\u003e\u003cimg alt=\"Docker Pulls\" src=\"https://img.shields.io/docker/pulls/wayofdev/node?style=flat-square\"\u003e\u003c/a\u003e\n\u003ca href=\"LICENSE.md\"\u003e\u003cimg src=\"https://img.shields.io/github/license/wayofdev/docker-node.svg?style=flat-square\u0026color=blue\" alt=\"Software License\"/\u003e\u003c/a\u003e\n\u003ca href=\"#\"\u003e\u003cimg alt=\"Commits since latest release\" src=\"https://img.shields.io/github/commits-since/wayofdev/docker-node/latest?style=flat-square\"\u003e\u003c/a\u003e\n\u003c/div\u003e\n\n\u003cbr\u003e\n\n# Docker Image: NodeJs Devel\n\nThis image is used in conjunction with [wayofdev/docker-php-dev](https://github.com/wayofdev/docker-php-dev) and other WOD images to create a local development environment for our projects.\n\n## Pre-installed Packages\n\n- [pnpm](https://pnpm.io/) - Fast, disk space efficient package manager\n- [turbo](https://github.com/vercel/turbo) - Incremental bundler and build system optimized for JavaScript and TypeScript, written in Rust. Includes Turbopack and Turborepo.\n- Alpine packages:\n  - git\n  - curl\n  - libc6-compat - [turbo dependency](https://github.com/vercel/turbo/issues/2198), starting from `^1.5.6`\n\nIf you find this repository useful, please consider giving it a star. Thank you!\n\n![Screenshot](assets/screenshot.png)\n\n## ⚙️ Development\n\nTo install dependencies and start development, please check the contents of our `Makefile`.\n\n### →  Requirements\n\nTo install dependencies and start development, please check the contents of our `Makefile`. You will need to have the following tools installed on your machine:\n\n- **jq** - A lightweight and flexible command-line JSON processor. Please refer to the [official installation instructions](https://stedolan.github.io/jq/download/) to install `jq`.\n- **goss** and **dgoss** - For testing purposes. Please follow the installation instructions provided in their [official README](https://github.com/aelsabbahy/goss/blob/master/extras/dgoss/README.md).\n\n\u003cbr\u003e\n\n### → Building locally\n\nTo generate distributable Dockerfiles from the YAML source code, run the following command:\n\n```bash\n$ make generate\n```\n\n\u003cbr\u003e\n\nTo build the default image, run the following commands:\n\n```bash\n$ git clone git@github.com:wayofdev/docker-node.git \u0026\u0026 cd docker-node\n$ make generate #(optional, to re-create /dist from /src)\n$ make build\n```\n\nTo **build** the image, **test** it, and then **clean** temporary files, run the following command:\n\n```bash\n$ make\n```\n\nTo build all images, run the following commands:\n\n```bash\n$ make build IMAGE_TEMPLATE=\"lts-alpine\"\n$ make build IMAGE_TEMPLATE=\"19-alpine\"\n$ make build IMAGE_TEMPLATE=\"18-alpine\"\n```\n\n\u003cbr\u003e\n\n## 🧪 Testing\n\nTo test the default image, run the following command:\n\n```bash\n$ make test\n```\n\nTo test all images, run the following commands:\n\n```bash\n$ make test IMAGE_TEMPLATE=\"lts-alpine\"\n$ make test IMAGE_TEMPLATE=\"19-alpine\"\n$ make test IMAGE_TEMPLATE=\"18-alpine\"\n```\n\n\u003cbr\u003e\n\n### → Code quality tools\n\nTo validate all YAML files in the project, run the following command:\n\n```bash\n$ make lint-yaml\n```\n\nTo validate the created Dockerfiles, run the following command:\n\n```bash\n$ make lint-docker\n```\n\n\u003cbr\u003e\n\n## 🤝 License\n\n[![Licence](https://img.shields.io/github/license/wayofdev/docker-node?style=for-the-badge\u0026color=blue)](./LICENSE)\n\n\u003cbr\u003e\n\n## 🙆🏼‍♂️ Author Information\n\nThis repository was created in **2022** by [lotyp / wayofdev](https://github.com/wayofdev).\n\n\u003cbr\u003e\n\n## 🫡 Contributors\n\n\u003cimg align=\"left\" src=\"https://img.shields.io/github/contributors-anon/wayofdev/docker-node?style=for-the-badge\"/\u003e\n\n\u003ca href=\"https://github.com/wayofdev/docker-node/graphs/contributors\"\u003e\n  \u003cimg src=\"https://opencollective.com/wod/contributors.svg?width=890\u0026button=false\"\u003e\n\u003c/a\u003e\n\n\u003cbr\u003e\n","funding_links":["https://github.com/sponsors/wayofdev"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwayofdev%2Fdocker-node","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwayofdev%2Fdocker-node","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwayofdev%2Fdocker-node/lists"}