{"id":36695639,"url":"https://github.com/cotiq/docker-firebase-tools","last_synced_at":"2026-04-30T07:01:35.192Z","repository":{"id":177023238,"uuid":"656270055","full_name":"cotiq/docker-firebase-tools","owner":"cotiq","description":"A lightweight Docker image with Firebase CLI","archived":false,"fork":false,"pushed_at":"2026-04-13T18:48:14.000Z","size":126,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-04-13T20:26:36.223Z","etag":null,"topics":["docker","firebase","firebase-tools"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/cotiq/firebase-tools/tags","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/cotiq.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":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-06-20T15:44:10.000Z","updated_at":"2026-04-13T18:48:16.000Z","dependencies_parsed_at":"2026-03-17T07:01:50.415Z","dependency_job_id":null,"html_url":"https://github.com/cotiq/docker-firebase-tools","commit_stats":null,"previous_names":["acernikovs/docker-firebase-tools-base","acernikovs/docker-firebase-tools","cotiq/docker-firebase-tools"],"tags_count":40,"template":false,"template_full_name":null,"purl":"pkg:github/cotiq/docker-firebase-tools","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cotiq%2Fdocker-firebase-tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cotiq%2Fdocker-firebase-tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cotiq%2Fdocker-firebase-tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cotiq%2Fdocker-firebase-tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cotiq","download_url":"https://codeload.github.com/cotiq/docker-firebase-tools/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cotiq%2Fdocker-firebase-tools/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32457110,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T22:27:22.272Z","status":"online","status_checked_at":"2026-04-30T02:00:05.929Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["docker","firebase","firebase-tools"],"created_at":"2026-01-12T11:30:24.586Z","updated_at":"2026-04-30T07:01:35.148Z","avatar_url":"https://github.com/cotiq.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# firebase-tools\n\nA lightweight [Docker image](https://hub.docker.com/r/cotiq/firebase-tools) with Firebase CLI.\n\n### Multi-Architecture Support\n\nThis image is built for multiple platforms and works natively on:\n\n- `linux/amd64` (x86_64)\n- `linux/arm64` (Apple Silicon, AWS Graviton, etc.)\n\nDocker will automatically pull the correct image for your architecture.\n\n### How to use in GitHub Actions\n\n\nIn the workflow yaml file, use the image `cotiq/firebase-tools:latest`.\n\n\n```\njobs:\n\n# Other pipeline stages omitted for brevity\n\n  deploy:\n    runs-on: ubuntu-latest\n    container:\n      image: cotiq/firebase-tools:latest\n      env:\n        FIREBASE_TOKEN: \"${{ secrets.FIREBASE_TOKEN }}\"\n    steps:\n      - name: Checkout\n        uses: actions/checkout@v4\n\n      - name: Install dependencies\n        run: npm install\n\n      - name: Build App\n        run: npm run build\n\n      - name: Deploy to Firebase\n        run: |\n          firebase use production\n          firebase deploy --only hosting -m \"Pipeline $GITHUB_RUN_NUMBER, build $GITHUB_RUN_ID\" --non-interactive\n\n```\n\n\n### How to use in Gitlab workflows\n\n\nIn the workflow yaml file, use the image `cotiq/firebase-tools:latest`. \n\n\n```\n# Other pipeline stages omitted for brevity\n\ndeploy-production:\n  stage: deploy\n  image: cotiq/firebase-tools:latest\n  script:\n    - firebase deploy --only hosting -m \"Pipeline $CI_PIPELINE_ID, build $CI_BUILD_ID\" --non-interactive\n  only:\n    - main\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcotiq%2Fdocker-firebase-tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcotiq%2Fdocker-firebase-tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcotiq%2Fdocker-firebase-tools/lists"}