Sign inSign up

scholarshipowl/firebase

By scholarshipowl

Updated about 2 years ago

A Dockerfile that includes NodeJS, Firebase and Java for CI\CD of Firebase apps.

Image
Developer tools
0

8.1K

scholarshipowl/firebase repository overview

docker-firebase

A Dockerfile that includes NodeJS, Firebase and Java for CI\CD of Firebase apps.

How to use with Gitlab-CI

You can use image scholarshipowl/firebase as build image in .gitlab-ci.yaml.

variables:
  FIREBASE_TOKEN: {{ Get token with `firebase login:ci` }}

deploy:
  stage: deploy
  image: scholarhsipowl/firebase
  script:
    # Deploy to hosting
    - firebase deploy
      --only hosting
      --message "Pipe ${CI_PIPELINE_ID} Build ${CI_BUILD_ID}"

Tag summary

Content type

Image

Digest

sha256:c887c3cab

Size

347 MB

Last updated

about 2 years ago

docker pull scholarshipowl/firebase