bvandeusen
  • Joined on 2026-05-30

ci-tauri (1.97)

Published 2026-08-31 00:07:02 -04:00 by bvandeusen

Installation

docker pull git.fabledsword.com/bvandeusen/ci-tauri:1.97
sha256:efb8f98adb50b24d4db4444bbae97adc213f0cd0846f2ea5cfe1c6146a62163d

About this package

CI image: Rust + Node + WebKitGTK 4.1 + Tauri v2 Linux deps + tauri-cli. Pre-warmed for cargo tauri build (Linux).

Image Layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1787529600'
LABEL org.opencontainers.image.source=https://git.fabledsword.com/bvandeusen/CI-runner org.opencontainers.image.description=CI image: Rust + Node + WebKitGTK 4.1 + Tauri v2 Linux deps + tauri-cli. Pre-warmed for cargo tauri build (Linux). org.opencontainers.image.licenses=MIT
SHELL [/bin/bash -eo pipefail -c]
ARG NODE_MAJOR
ARG RUST_VERSION
ARG TAURI_CLI_VERSION
ARG RUNNER_UID
ARG RUNNER_USER
ENV RUSTUP_HOME=/opt/rustup CARGO_HOME=/opt/cargo PATH=/opt/cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
COPY scripts/install-common.sh /tmp/install-common.sh # buildkit
RUN |5 NODE_MAJOR=24 RUST_VERSION=1.97.1 TAURI_CLI_VERSION=2.11.4 RUNNER_UID=1001 RUNNER_USER=runner /bin/bash -eo pipefail -c NODE_MAJOR=${NODE_MAJOR} WITH_DOCKER_CLI=1 bash /tmp/install-common.sh && rm /tmp/install-common.sh # buildkit
RUN |5 NODE_MAJOR=24 RUST_VERSION=1.97.1 TAURI_CLI_VERSION=2.11.4 RUNNER_UID=1001 RUNNER_USER=runner /bin/bash -eo pipefail -c apt-get update && apt-get install -y --no-install-recommends build-essential file libarchive-tools libayatana-appindicator3-dev libgtk-3-dev librsvg2-dev libssl-dev libwebkit2gtk-4.1-dev libxdo-dev patchelf pkg-config wget zstd && rm -rf /var/lib/apt/lists/* # buildkit
RUN |5 NODE_MAJOR=24 RUST_VERSION=1.97.1 TAURI_CLI_VERSION=2.11.4 RUNNER_UID=1001 RUNNER_USER=runner /bin/bash -eo pipefail -c useradd --create-home --shell /bin/bash --uid ${RUNNER_UID} ${RUNNER_USER} && mkdir -p ${RUSTUP_HOME} ${CARGO_HOME} && chown -R ${RUNNER_UID}:${RUNNER_UID} ${RUSTUP_HOME} ${CARGO_HOME} # buildkit
USER runner
WORKDIR /home/runner
RUN |5 NODE_MAJOR=24 RUST_VERSION=1.97.1 TAURI_CLI_VERSION=2.11.4 RUNNER_UID=1001 RUNNER_USER=runner /bin/bash -eo pipefail -c curl -fsSL https://sh.rustup.rs | sh -s -- -y --no-modify-path --profile minimal --default-toolchain ${RUST_VERSION} && rustup component add clippy rustfmt # buildkit
RUN |5 NODE_MAJOR=24 RUST_VERSION=1.97.1 TAURI_CLI_VERSION=2.11.4 RUNNER_UID=1001 RUNNER_USER=runner /bin/bash -eo pipefail -c cargo install tauri-cli --version ${TAURI_CLI_VERSION} --locked # buildkit
RUN |5 NODE_MAJOR=24 RUST_VERSION=1.97.1 TAURI_CLI_VERSION=2.11.4 RUNNER_UID=1001 RUNNER_USER=runner /bin/bash -eo pipefail -c rustc --version && cargo --version && cargo clippy --version && cargo fmt --version && cargo tauri --version && node --version && bsdtar --version && zstd --version && docker --version # buildkit

Labels

Key Value
org.opencontainers.image.description CI image: Rust + Node + WebKitGTK 4.1 + Tauri v2 Linux deps + tauri-cli. Pre-warmed for cargo tauri build (Linux).
org.opencontainers.image.licenses MIT
org.opencontainers.image.source https://git.fabledsword.com/bvandeusen/CI-runner
Details
Container
2026-08-31 00:07:02 -04:00
66
OCI / Docker
linux/amd64
MIT
828 MiB
Versions (2) View all
1.97 2026-08-31
latest 2026-08-31