mise (3e4816c96fb1d12807850a68a7bace6b8d6f572689ecc0c0844c60b90e164561)

Published 2026-05-05 19:08:56 +00:00 by BjoernPetersen

Installation

docker pull code.bjoernpetersen.net/bjoernpetersen/mise:3e4816c96fb1d12807850a68a7bace6b8d6f572689ecc0c0844c60b90e164561
sha256:093b35ec5fb812f8fb74f3e26a70b423d72dc320780eac8bfce9df275a5c7975

Image layers

# debian.sh --arch 'amd64' out/ 'trixie' '@1776729600'
ARG RCLONE_VERSION
|1 RCLONE_VERSION=v1.73.5 /bin/sh -c --mount=type=tmpfs,target=/tmp --mount=type=tmpfs,target=/var/log --mount=type=cache,id=var,target=/var/cache --mount=type=cache,id=aptlist,target=/var/lib/apt/lists apt-get update -qq && apt-get install -yq --no-install-recommends ca-certificates gettext-base jq && /usr/lib/apt/apt-helper download-file "https://downloads.rclone.org/$RCLONE_VERSION/rclone-$RCLONE_VERSION-linux-$(dpkg --print-architecture).deb" /tmp/rclone.deb && dpkg -i /tmp/rclone.deb && useradd --create-home --shell /usr/bin/bash nonroot
ARG MISE_VERSION RCLONE_VERSION
|2 MISE_VERSION=v2026.5.0 RCLONE_VERSION=v1.73.5 /bin/sh -c --mount=type=tmpfs,target=/tmp --mount=type=tmpfs,target=/var/log --mount=type=cache,id=var,target=/var/cache --mount=type=cache,id=aptlist,target=/var/lib/apt/lists export ARCH=$(dpkg --print-architecture | sed 's/amd64/x64/g') && /usr/lib/apt/apt-helper download-file "https://github.com/jdx/mise/releases/download/${MISE_VERSION}/mise-${MISE_VERSION}-linux-${ARCH}" /tmp/mise && chmod 755 /tmp/mise && mv /tmp/mise /usr/local/bin/mise
ENV PATH="/home/nonroot/.local/share/mise/shims":$PATH

Labels

Key Value
io.buildah.version 1.43.1
Details
Container
2026-05-05 19:08:56 +00:00
1
OCI / Docker
linux/amd64
89 MiB
Versions (469) View all