{"id":20549289,"url":"https://github.com/jlandure/alpine-node","last_synced_at":"2025-09-02T21:40:49.064Z","repository":{"id":63739182,"uuid":"64310980","full_name":"jlandure/alpine-node","owner":"jlandure","description":"Minimal Node.js Docker Images built on Alpine Linux","archived":false,"fork":false,"pushed_at":"2018-09-16T20:23:49.000Z","size":16,"stargazers_count":11,"open_issues_count":3,"forks_count":2,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-04-14T11:02:03.992Z","etag":null,"topics":["alpine","alpine-node","docker","docker-image","dockerfile","hacktoberfest","nodejs"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/zenika/alpine-node/","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/jlandure.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}},"created_at":"2016-07-27T13:32:46.000Z","updated_at":"2024-10-31T15:29:28.000Z","dependencies_parsed_at":"2022-11-25T01:42:25.889Z","dependency_job_id":null,"html_url":"https://github.com/jlandure/alpine-node","commit_stats":null,"previous_names":["jlandure/alpine-node","zenika/alpine-node"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jlandure%2Falpine-node","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jlandure%2Falpine-node/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jlandure%2Falpine-node/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jlandure%2Falpine-node/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jlandure","download_url":"https://codeload.github.com/jlandure/alpine-node/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248868771,"owners_count":21174757,"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":["alpine","alpine-node","docker","docker-image","dockerfile","hacktoberfest","nodejs"],"created_at":"2024-11-16T02:17:11.848Z","updated_at":"2025-04-14T11:03:01.692Z","avatar_url":"https://github.com/jlandure.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Docker Build Status](https://img.shields.io/docker/build/zenika/alpine-node.svg)](https://hub.docker.com/r/zenika/alpine-node/) [![Docker Pulls](https://img.shields.io/docker/pulls/zenika/alpine-node.svg)](https://hub.docker.com/r/zenika/alpine-node/)\n\n# Supported tags and respective `Dockerfile` links\n\n * `9`\n \n * `10`, `latest` [(Dockerfile)](https://github.com/Zenika/alpine-node/blob/master/Dockerfile)\n\n * `onbuild` [(onbuild/Dockerfile)](https://github.com/Zenika/alpine-node/blob/master/onbuild/Dockerfile)\n\n * `onbuild-yarn` [(onbuild/yarn/Dockerfile)](https://github.com/Zenika/alpine-node/blob/master/onbuild/yarn/Dockerfile)\n\n * `i18n`, `icu`, `full-icu` [(full-icu/Dockerfile)](https://github.com/Zenika/alpine-node/blob/master/full-icu/Dockerfile)\n\n * `circleci-i18n`, `circleci-icu`, `circleci-full-icu` [(full-icu/Dockerfile)](https://github.com/Zenika/alpine-node/blob/master/circleci/Dockerfile)\n\n# alpine-node\nMinimal Node Docker Images built on Alpine Linux\n\nBased on `node:alpine`\n\n# What is Node\n\nNode.js is a software platform for scalable server-side and networking applications. Node.js applications are written in JavaScript and can be run within the Node.js runtime on Mac OS X, Windows, and Linux without changes.\n\nNode.js applications are designed to maximize throughput and efficiency, using non-blocking I/O and asynchronous events. Node.js applications run single-threaded, although Node.js uses multiple threads for file and network events. Node.js is commonly used for real-time applications due to its asynchronous nature.\n\nNode.js internally uses the Google V8 JavaScript engine to execute code; a large percentage of the basic modules are written in JavaScript. Node.js contains a built-in, asynchronous I/O library for file, socket, and HTTP communication. The HTTP and socket support allows Node.js to act as a web server without additional software such as Apache.\n\n\u003e [wikipedia.org/wiki/Node.js](https://en.wikipedia.org/wiki/Node.js)\n\n![logo](https://raw.githubusercontent.com/docker-library/docs/01c12653951b2fe592c1f93a13b4e289ada0e3a1/node/logo.png)\n\n# Why this image\n\nWe often need to support `node-sass` or GIT Urls as NPM dependencies.\nWe created this image to get a fully node-ready image.\n\n# Why the \"i18n\" image\n\nFor i18n, we need to embed `full-icu`. See #9 for more information.\n\n```\ndocker container run -it --rm zenika/alpine-node:i18n node -p \"Number(2.3).toLocaleString('fr')\" \n2,3\n```\n\n# Why the \"circleci\" image\n\nIn order to follow circleci custom images and get i18n on it, we create a tag `circleci-full-icu`. See #12 and (this)[https://circleci.com/docs/2.0/custom-images/] for more information. Be careful, it's not based on a `alpine` image.\n\n# How to use this image\n\nSee [How To Use This Image](https://github.com/nodejs/docker-node/blob/master/README.md#how-to-use-this-image) on GitHub for up-to-date documentation.\n\n# Reference\n\n * Node website : https://nodejs.org\n\n * Where to file issues : https://github.com/Zenika/alpine-node/issues\n\n * Maintained by : https://www.zenika.com\n\n# Versions (in latest)\n\n## Alpine version\n\n```\ndocker container run --rm zenika/alpine-node cat /etc/alpine-release\n3.8.1\n```\n\n## Node version\n\n```\ndocker container run --rm zenika/alpine-node node -v\nv10.10.0\n```\n\n## NPM version\n\n```\ndocker container run --rm zenika/alpine-node npm -v\n6.4.1\n```\n\n## Yarn version\n\n```\ndocker container run --rm zenika/alpine-node yarn --version\n1.9.4\n```\n\n## GIT version\n\n```\ndocker container run --rm zenika/alpine-node git --version\ngit version 2.18.0\n```\n\n## Python version\n\n```\ndocker container run --rm zenika/alpine-node python -V\nPython 2.7.15\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjlandure%2Falpine-node","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjlandure%2Falpine-node","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjlandure%2Falpine-node/lists"}