sindri (ci-26eb0803aaf1014c6f1b31ce778642883044f679)

Published 2026-06-21 18:23:15 +00:00 by GuillaumeHemmen in actions/sindri

Installation

docker pull git.van-hemmen.com/actions/sindri:ci-26eb0803aaf1014c6f1b31ce778642883044f679
sha256:be711d2156e095939c5f099cb55439dd43f112974213759e55994e934e9305df

Image layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.version=24.04
ADD file:46ac5b8ee4c64ad9ebe840abd5619f571a617ac19483764d47d0eeba7907934f in /
CMD ["/bin/bash"]
RUN ln -snf "/usr/share/zoneinfo/${ARG_TZ}" /etc/localtime && echo "${ARG_TZ}" > /etc/timezone && apt-get update && apt-get install --yes --no-install-recommends --no-install-suggests apt-transport-https apt-utils ca-certificates gnupg lsb-release software-properties-common bash curl wget sudo locales procps htop time tree man nano vim dbus systemd systemd-sysv 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 build-essential git git-lfs glab fzf bat mercurial jq parallel shellcheck make autoconf automake pkg-config libtool swig patchelf m4 pipx python3 python3-pip mediainfo upx-ucl && locale-gen en_US.UTF-8 && curl -fsSL https://repos.azul.com/azul-repo.key | gpg --dearmor -o /usr/share/keyrings/azul.gpg && chmod 0644 /usr/share/keyrings/azul.gpg && echo "deb [signed-by=/usr/share/keyrings/azul.gpg] https://repos.azul.com/zulu/deb stable main" > /etc/apt/sources.list.d/zulu.list && apt-get update && apt-get install --yes --no-install-recommends --no-install-suggests "zulu${AZUL_JAVA_MAJOR}-jdk" && ln -sfn "$(dirname "$(dirname "$(readlink -f "$(command -v java)")")")" /opt/java && apt-get clean && rm -rf /var/lib/apt/lists/*
RUN curl -fsSL --connect-timeout 30 --retry 5 --retry-delay 10 --retry-all-errors -o /usr/local/bin/firebase "https://github.com/firebase/firebase-tools/releases/download/v${FIREBASE_VERSION}/firebase-tools-linux" && chmod +x /usr/local/bin/firebase && firebase --version
RUN curl -fsSL https://deb.nodesource.com/setup_lts.x | bash - && apt-get install --yes nodejs && rm -rf /var/lib/apt/lists/*
RUN npm install --global yarn
WORKDIR /workspaces

Labels

Key Value
maintainer guillaume@van-hemmen.com
org.opencontainers.image.version 24.04
Details
Container
2026-06-21 18:23:15 +00:00
0
OCI / Docker
linux/amd64
671 MiB
Versions (21) View all
ci-latest 2026-06-21
latest 2026-06-21
ci-26.25.1 2026-06-21