sindri (coder-af1f3d5b2c7516547a9b440f18a518a7c573442d)
Installation
docker pull git.van-hemmen.com/actions/sindri:coder-af1f3d5b2c7516547a9b440f18a518a7c573442dsha256:99dfc2e56f066213801d9a925ceae92471f1a400832dbbbc76c7534b50809555Image layers
| ARG RELEASE |
| ARG LAUNCHPAD_BUILD_ARCH |
| LABEL org.opencontainers.image.ref.name=ubuntu |
| LABEL org.opencontainers.image.version=24.04 |
| ADD file:1ae27d2ef4369361104b699712f3897141e394785df5d193d67b44626f57eb87 in / |
| CMD ["/bin/bash"] |
| RUN ln -snf /usr/share/zoneinfo/${ARG_TZ} /etc/localtime && echo ${ARG_TZ} > /etc/timezone |
| RUN apt-get update && apt-get install -y apt-transport-https apt-utils ca-certificates curl wget gnupg lsb-release software-properties-common dnsutils iproute2 iputils-ping netcat-openbsd net-tools openssh-client sshpass telnet rsync zip unzip p7zip-full p7zip-rar tar gzip pigz lz4 xz-utils bzip2 brotli git git-lfs mercurial jq tree time parallel shellcheck make autoconf automake pkg-config libtool swig patchelf m4 sudo dbus systemd-coredump mediainfo upx-ucl procps nano && 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 && chmod 0440 /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 && echo "export NVM_DIR=\"\$HOME/.nvm\"" >> /home/coder/.bashrc && echo "[ -s \"\$NVM_DIR/nvm.sh\" ] && \. \"\$NVM_DIR/nvm.sh\"" >> /home/coder/.bashrc && echo "[ -s \"\$NVM_DIR/bash_completion\" ] && \. \"\$NVM_DIR/bash_completion\"" >> /home/coder/.bashrc && chown coder:coder /home/coder/.bashrc |
| RUN curl -sL ${GITIGNORE_URL} -o /home/coder/.gitignore && git config --global core.excludesfile /home/coder/.gitignore |
| RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash |
| RUN bash -c "source /home/coder/.nvm/nvm.sh && nvm install ${ARG_NODE_MAJOR} && nvm alias default ${ARG_NODE_MAJOR} && nvm use default && npm install -g yarn" |
Labels
| Key | Value |
|---|---|
| maintainer | guillaume@van-hemmen.com |
| org.opencontainers.image.ref.name | ubuntu |
| org.opencontainers.image.version | 24.04 |
Details
Versions (13)
View all
latest
2026-02-19
coder-latest
2026-02-19
coder-26.8.1
2026-02-19
ci-latest
2026-02-19
ci-26.8.1
2026-02-19