Skip to content

This repository contains Docker image source code for Firebase CLI. You can use these image as build steps for any CI/CD Tool.

Notifications You must be signed in to change notification settings

BhanukaUOM/Docker-Firebase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Pulls

Firebase CLI for CI/CD

The latest tag is currently:

  • Node: 12.x
  • npm: 6.x
  • firebase-tools: latest
  • yarn: stable
  • Python: latest
  • pip: latest

Typical tasks

# Pull from Docker Hub
docker pull bhanukauom/firebase:latest
# Build from GitHub
docker build -t bhanukauom/firebase github.com/BhanukaUOM/Docker-Firebase
# Run image
docker run -it bhanukauom/firebase bash

Use as base image

FROM bhanukauom/firebase:latest

Disclaimer

This is experimental and might break from time to time. Use at your own risk!

About

This repository contains Docker image source code for Firebase CLI. You can use these image as build steps for any CI/CD Tool.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published