{"id":21149145,"url":"https://github.com/open-southeners/docker-fnm","last_synced_at":"2026-05-10T10:23:36.831Z","repository":{"id":177680184,"uuid":"454020843","full_name":"open-southeners/docker-fnm","owner":"open-southeners","description":"Fast Node Manager dockerised for CI usage","archived":false,"fork":false,"pushed_at":"2022-08-03T13:23:09.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-21T07:44:32.516Z","etag":null,"topics":["docker-image","experiments","fnm","node-version-manager","nodejs"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/open-southeners.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}},"created_at":"2022-01-31T13:39:53.000Z","updated_at":"2023-12-24T12:12:20.000Z","dependencies_parsed_at":"2023-07-09T06:31:41.172Z","dependency_job_id":null,"html_url":"https://github.com/open-southeners/docker-fnm","commit_stats":null,"previous_names":["d8vjork/docker-fnm","open-southeners/docker-fnm"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-southeners%2Fdocker-fnm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-southeners%2Fdocker-fnm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-southeners%2Fdocker-fnm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/open-southeners%2Fdocker-fnm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/open-southeners","download_url":"https://codeload.github.com/open-southeners/docker-fnm/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243589328,"owners_count":20315471,"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-image","experiments","fnm","node-version-manager","nodejs"],"created_at":"2024-11-20T09:32:32.391Z","updated_at":"2026-05-10T10:23:36.769Z","avatar_url":"https://github.com/open-southeners.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Docker FNM\n\nFast Node Manager dockerised for CI or other edge usages.\n\n[![Available in Docker Hub](https://img.shields.io/badge/Docker%20Hub-latest-blue?logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABX0lEQVQ4jc2QMUtbcRTFf+efNInYVGgSZ+FlUaHfoVvBb+DsoFgQodCp4OTS0qHQt4hLF8HVqZ2KIJIP4NCSpKIOUt97Hdo88mzf/3axYqiEt+nZzuX+zj1cuNdqh9FeEMZb43bKI27XSjetRckcWL1wQBDFHVADyEAZUANVR3bef2/3Llp9NuSvA+Z3rZKdI08SyzCkDLiUZOYtmdn4Vpsk9bRalaFKX4LpZLMHrwAEEITRZ3Bz4E9GG1gTOAFmDTrOsW6eI+AncIC5nfKTDzaZDn4cevOnDkXeqEv2G7M/OD3EEyOOBd1hmp5XqhMDSXXgGbKhgjDOATfuUbfoo4y33dXGpzKQAM3CqHSZPSgtni1NJVxd3i8OY+b9+j8YwMnxBvAFcAO97q82w5tD111uHGK2BuRj4F+QL/RWHr/8v9SV2u/iR1biBdJTzFeRSxEdy/Pt/vPW1wIN70h/AX8nijGM4hQRAAAAAElFTkSuQmCC)](https://hub.docker.com/r/d8vjork/fnm) [![ci](https://github.com/d8vjork/docker-fnm/actions/workflows/publish.yml/badge.svg)](https://github.com/d8vjork/docker-fnm/actions/workflows/publish.yml)\n\n## Getting starter\n\nImagine that you simply have a `.node-version` file with `14` on its content, so your project will be constrained by this NodeJS version, and therefore this Docker container will automatically use this version (but it's not limited to, as it wraps FNM: [read more here](https://github.com/Schniz/fnm)).\n\n### Standalone\n\n```sh\ndocker run --rm -v $PWD/myapp:/work d8vjork/fnm fnm --help\n```\n\n### Gitlab CI\n\n```yaml\nbuild_publish:\n  image: d8vjork/fnm\n  script:\n    - yarn install\n    - yarn build\n    - npm version --allow-same-version ${CI_COMMIT_TAG}\n    - npm publish\n    # More here... maybe?\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopen-southeners%2Fdocker-fnm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fopen-southeners%2Fdocker-fnm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fopen-southeners%2Fdocker-fnm/lists"}