{"id":21321203,"url":"https://github.com/lgaticaq/node-runtime","last_synced_at":"2026-05-19T01:32:11.087Z","repository":{"id":43336444,"uuid":"137809334","full_name":"lgaticaq/node-runtime","owner":"lgaticaq","description":"Docker onbuild image for ligth node apps with alpine linux","archived":false,"fork":false,"pushed_at":"2025-02-14T22:18:37.000Z","size":6,"stargazers_count":0,"open_issues_count":3,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-14T23:23:34.220Z","etag":null,"topics":["alpine","docker-image","nodejs"],"latest_commit_sha":null,"homepage":null,"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/lgaticaq.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-06-18T21:38:50.000Z","updated_at":"2018-12-07T15:45:59.000Z","dependencies_parsed_at":"2023-12-08T05:23:49.068Z","dependency_job_id":"81c83b80-0d9a-423b-aae1-903ee48361d4","html_url":"https://github.com/lgaticaq/node-runtime","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/lgaticaq%2Fnode-runtime","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lgaticaq%2Fnode-runtime/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lgaticaq%2Fnode-runtime/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lgaticaq%2Fnode-runtime/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lgaticaq","download_url":"https://codeload.github.com/lgaticaq/node-runtime/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243801609,"owners_count":20350106,"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","docker-image","nodejs"],"created_at":"2024-11-21T19:57:16.557Z","updated_at":"2026-05-19T01:32:06.062Z","avatar_url":"https://github.com/lgaticaq.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# node-runtime\n\n[![dockeri.co](http://dockeri.co/image/lgatica/node-runtime)](https://hub.docker.com/r/lgatica/node-runtime/)\n\n[![Build Status](https://travis-ci.org/lgaticaq/node-runtime.svg?branch=master)](https://travis-ci.org/lgaticaq/node-runtime)\n\n\u003e Docker onbuild image for ligth node apps with alpine linux\n\nSupported tags and respective Dockerfile links\n\n* latest ([Dockerfile](https://github.com/lgaticaq/node-runtime/blob/master/Dockerfile))\n\n## Create a Dockerfile in your Node.js app project\n\nNOTE: this image depend of a node onbuild image. For example [node:8-onbuild](https://github.com/nodejs/docker-node/blob/master/8/onbuild/Dockerfile).\n\n```dockerfile\nFROM lgatica/node:10-onbuild as builder\nFROM lgatica/node-runtime\n\nEXPOSE 3000\n```\n\nYou can then build and run the Docker image:\n\n```bash\ndocker build -t my-nodejs-app .\ndocker run -it --rm --name my-running-app my-nodejs-app\n```\n\n### Notes\n\nThe image assumes that your application has a file named package.json listing its dependencies and defining its start script.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flgaticaq%2Fnode-runtime","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flgaticaq%2Fnode-runtime","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flgaticaq%2Fnode-runtime/lists"}