debian-node-firebase (48defcfa456bccd99a98f12286956aa75c6ec790)
Installation
docker pull git.van-hemmen.com/guillaumehemmen/debian-node-firebase:48defcfa456bccd99a98f12286956aa75c6ec790
sha256:fc950c929e3cc6cd78b960e2ce1f779f4618803c8dc86058f84de9974d08d822
Image layers
# debian.sh --arch 'amd64' out/ 'bookworm' '@1749513600' |
RUN ln -snf /usr/share/zoneinfo/$ARG_TZ /etc/localtime && echo $ARG_TZ > /etc/timezone |
RUN apt-get update && apt-get upgrade -y && apt-get install -y build-essential git python3 ca-certificates curl gnupg2 procps sudo unzip wget nano jq && rm -rf /var/lib/apt/lists/* |
RUN useradd -m -s /bin/bash -G sudo coder && echo "coder ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers.d/coder |
RUN echo "PS1='🐳 \[\033[1;36m\] \[\033[1;34m\]\W\[\033[0;35m\] \[\033[1;36m\]# \[\033[0m\]'" > /home/coder/.bashrc && mkdir -p /workspaces && chown coder:coder /home/coder/.bashrc && chown -R coder:coder /workspaces && mkdir -p /home/coder/gitignore && curl -sL ${GITIGNORE_URL} -o /home/coder/global.gitignore && git config --system core.excludesfile /home/coder/global.gitignore |
RUN curl -sfL https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh | sh -s -- -b /usr/local/bin && trivy filesystem --exit-code 0 --no-progress / && rm -rf /usr/local/bin/trivy |
RUN touch "${BASH_ENV}" && echo '. "${BASH_ENV}"' >> ~/.bashrc |
RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3/install.sh | PROFILE="${BASH_ENV}" bash && . $BASH_ENV && nvm install ${ARG_NODE_MAJOR} && nvm alias default ${ARG_NODE_MAJOR} && nvm use ${ARG_NODE_MAJOR} && npm i -g yarn patch-package |
RUN curl -sL firebase.tools | bash |
Labels
Key | Value |
---|---|
maintainer | guillaume@van-hemmen.com |
Details
2025-06-25 17:25:54 +00:00
Versions (13)
View all
Container
0
OCI / Docker
linux/amd64
555 MiB
latest
2025-07-14
debian_12-node_22
2025-07-14
65faca46be263858fecb550c7391b7ea44d75114
2025-07-14
99210a7ad2d3b34fe52a58cae55f04ed9a4b1ed0
2025-07-14
711d246fc374cfbfeb94966e56c3db4beb7392dd
2025-07-14