brightknight08 / firebase-tools-docker

Dockerfile for firebase-tools image

Home Page:https://hub.docker.com/repository/docker/thirddegreeapps/firebase-tools-docker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

firebase-tools docker image

Firebase-tools CLI installed globally over the official NodeJS images (with different versions with -buster too)

NodeJS Firebase-tools Gitlab OpenJDK Docker Pulls

what's inside

  • node (8, 10, 12, latest lts) + npm
  • yarn
  • Firebase-tools 8.16.1
  • Emulators for Cloud Firestore, PubSub, and Realtime Database
  • git
  • OpenJDK 11 (default-jdk)

quick reference

notes

Firebase version is kept (we're trying hard, so bear with us) up-to-date as much as possible. Firebase emulators also come pre-installed

automated builds (done with the awesome Gitlab server and runners) are scheduled on a weekly basis to keep the other installed softwares up-to-date.

multiple node versions are provided because Firebase Cloud Functions require either node-8 or node-10.

nodejs 8

Firebase-tools v8.12.0 no longer supports (or its dependencies) NodeJs 8. Although NodeJs 8 is still supported, it will be stuck on Firebase-tools v8.10.0 from now on.

credits

HUUUGE, huge thanks to Andrey Senov for the original project in GitHub. This project itself was forked from his firebase-tools-docker project here.

license

MIT License

Copyright (c) 2020 Tim Anthony Manuel

Original Copyright (c) 2019-2020 Andrey Senov forked from https://github.com/AndreySenov/firebase-tools-docker

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.


WE OFFER NO GUARANTEES

THIS DOCKER IMAGE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE MAINTAINERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE DOCKER IMAGE OR THE USE OF OTHER DEALINGS IN THE DOCKER IMAGE.

however, we do use the images for our own commercial private projects and so we probably would be updating this every now and then to keep up with the dependency requirements of firebase tools

About

Dockerfile for firebase-tools image

https://hub.docker.com/repository/docker/thirddegreeapps/firebase-tools-docker

License:Other


Languages

Language:Dockerfile 100.0%