{"id":19468494,"url":"https://github.com/scyv/meteor-docker-base","last_synced_at":"2025-08-15T19:35:34.658Z","repository":{"id":72851847,"uuid":"168001099","full_name":"scyv/meteor-docker-base","owner":"scyv","description":"Dockerfile for creating a base image for building and running meteor apps in docker containers","archived":false,"fork":false,"pushed_at":"2019-12-18T19:47:53.000Z","size":5,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-08T04:41:27.417Z","etag":null,"topics":["dockerfile","meteor-docker","meteorjs"],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","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/scyv.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-01-28T17:06:12.000Z","updated_at":"2020-07-08T10:02:55.000Z","dependencies_parsed_at":null,"dependency_job_id":"eeb3dce9-98f1-412c-84e7-8ebe9d071a15","html_url":"https://github.com/scyv/meteor-docker-base","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/scyv%2Fmeteor-docker-base","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scyv%2Fmeteor-docker-base/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scyv%2Fmeteor-docker-base/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scyv%2Fmeteor-docker-base/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/scyv","download_url":"https://codeload.github.com/scyv/meteor-docker-base/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240682418,"owners_count":19840507,"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":["dockerfile","meteor-docker","meteorjs"],"created_at":"2024-11-10T18:41:30.263Z","updated_at":"2025-02-25T14:25:39.121Z","avatar_url":"https://github.com/scyv.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# meteor-docker-base\nDockerfile for creating a base image for building and running meteor apps in docker containers\n\n## Build docker image\n\nBuild the docker image with:\n\n```\ndocker build -t meteor-base:latest .\n```\n\n## Build Arguments\n\nThere are some build arguments that can be used to give the build some input:\n\n| Argument | Description | default |\n|---|---|---|\n| METEOR_RELEASE |  The release version of Meteor | 1.8.2 |\n| NODE_VERSION |    The release version of Node   |   v8.16.2 |\n| NPM_VERSION | The release version of NPM |    6.13.0 |\n| FIBERS_VERSION | Version of the fibers npm package | 3.1.1 |\n| ARCHITECTURE | target architecture (used to fetch the correct node package) | linux-x64 |\n\nYou can override the defaults e.g. with:\n\n```\ndocker build -t meteor-base:my-special-arg --build-arg METEOR_RELEASE=1.8.1  .\n```\n\n## Usage\n\n* To build a complete meteor app in a docker container, use a Dockerfile like https://github.com/scyv/scrum-poker/blob/master/Dockerfile\n* Recommended is a docker-compose file like https://github.com/scyv/scrum-poker/blob/master/docker-compose.yml to start a complete environment (with mongodb)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscyv%2Fmeteor-docker-base","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fscyv%2Fmeteor-docker-base","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscyv%2Fmeteor-docker-base/lists"}