{"id":16225793,"url":"https://github.com/bartholomej/angular-firebase-docker","last_synced_at":"2026-04-11T19:35:09.446Z","repository":{"id":74874148,"uuid":"123806348","full_name":"bartholomej/angular-firebase-docker","owner":"bartholomej","description":"Lightweight Docker image based on NodeJS 9 with Angular CLI, Firebase Tools and Yarn","archived":false,"fork":false,"pushed_at":"2020-05-28T21:31:50.000Z","size":88,"stargazers_count":0,"open_issues_count":3,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-11T01:19:10.180Z","etag":null,"topics":["angular","docker","docker-image","firebase","pipelines","yarn"],"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/bartholomej.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-03-04T16:20:48.000Z","updated_at":"2023-08-10T05:11:14.000Z","dependencies_parsed_at":"2023-07-01T11:15:36.966Z","dependency_job_id":null,"html_url":"https://github.com/bartholomej/angular-firebase-docker","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/bartholomej/angular-firebase-docker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bartholomej%2Fangular-firebase-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bartholomej%2Fangular-firebase-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bartholomej%2Fangular-firebase-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bartholomej%2Fangular-firebase-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bartholomej","download_url":"https://codeload.github.com/bartholomej/angular-firebase-docker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bartholomej%2Fangular-firebase-docker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31693272,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-11T13:07:20.380Z","status":"ssl_error","status_checked_at":"2026-04-11T13:06:47.903Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["angular","docker","docker-image","firebase","pipelines","yarn"],"created_at":"2024-10-10T12:46:31.184Z","updated_at":"2026-04-11T19:35:09.413Z","avatar_url":"https://github.com/bartholomej.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Greenkeeper badge](https://badges.greenkeeper.io/bartholomej/angular-firebase-docker.svg)](https://greenkeeper.io/)\n\n# Angular CLI + Firebase: Docker image\n\n\u003e Lightweight Docker image based on NodeJS 11 with:\n- NodeJS 11.x\n- Angular CLI 8.0.2+\n- Firebase Tools 6.11.0+\n- Yarn 1.15.2+\n\n\n## Examples\n\n### Bitbucket Pipelines CI\n\nDeploy your Angular 2 project with Bitbucket Pipelines to Firebase Hosting\n\n#### Firebase\n\n- Create Firebase project\n\n#### Firebase token\n\n- Install firebase-tools locally `npm install -g firebase-tools`\n- Get the `$FIREBASE_TOKEN` on firebasetool by running:\n\n`firebase login:ci`\n\n#### Environment variables\n\n- Save it to Bitbucket's environment variables `(Project -\u003e Settings \u003e Environment variables)` with variable name `FIREBASE_TOKEN`\n\n#### Pipelines configuration\n\n- Create `bitbucket-pipelines.yml`\n\n\n```yml\nimage: bartholomej/angular-firebase\n\npipelines:\n  branches:\n    master:\n    - step:\n        caches:\n          - node\n        script:\n          - yarn\n          - yarn build\n          - firebase deploy --token \"$FIREBASE_TOKEN\"\n```\n\n#### Conclusion\n\nAnd now every commit pushed to `master` branch will deploy your changes to Firebase\n\n## Docker hub\n\nCan be pulled from Docker Hub\n\n```docker\ndocker pull bartholomej/angular-firebase\n```\n\n## Development\n```docker\ndocker build -t angular-firebase:v6.x.x .\ndocker tag angular-firebase:v6.x.x bartholomej/angular-firebase:v6.x.x\ndocker push bartholomej/angular-firebase:v6.x.x\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbartholomej%2Fangular-firebase-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbartholomej%2Fangular-firebase-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbartholomej%2Fangular-firebase-docker/lists"}