Firebase CLI + Database Emulator pre-cached on OpenJDK 17 & Alpine
2.2K
A Docker image containing the Firebase CLI and the Firebase Database Emulator pre-cached, based on OpenJDK 17 (Eclipse Temurin) and Alpine Linux. This image is designed to speed up CI/CD pipelines and local development by avoiding the download of the emulator jar on every run.
firebase-tools package installed globally.firebase setup:emulators:database).You can use this image to run the Firebase Database Emulator.
docker run --rm -p 9000:9000 yinanzhou/firebase:database-emulator firebase emulators:start --only database
Note: You may need to configure Firebase to bind to 0.0.0.0 in your firebase.json to access it from the host.
The source code for this Dockerfile is maintained in the following repository: GitLab: yinanzhou/docker-images
Content type
Image
Digest
sha256:c2c155913…
Size
332.1 MB
Last updated
6 days ago
docker pull yinanzhou/firebase:database-emulator