mise-runner (ac767c3d299ef5392e8ee19d166c466327fc4216)
Installation
docker pull src.timharek.no/tim/mise-runner:ac767c3d299ef5392e8ee19d166c466327fc4216sha256:0f2c318ba8887401a02e7a5880252fe6d9fc59c6eb23745f4714cf68503988e3Image layers
| ADD alpine-minirootfs-3.22.5-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| RUN apk add --no-cache bash nodejs git curl ca-certificates tar xz coreutils build-base openssl-dev zlib-dev bzip2-dev readline-dev sqlite-dev libffi-dev xz-dev ncurses-dev |
| RUN set -eux; mise_arch="${TARGETARCH:-amd64}"; [ "$mise_arch" = "amd64" ] && mise_arch="x64"; asset="mise-v${MISE_VERSION}-linux-${mise_arch}-musl"; url="https://github.com/jdx/mise/releases/download/v${MISE_VERSION}/${asset}"; shasums="https://github.com/jdx/mise/releases/download/v${MISE_VERSION}/SHASUMS256.txt"; curl -fsSL -o /usr/local/bin/mise "$url"; curl -fsSL -o /tmp/SHASUMS256.txt "$shasums"; expected="$(awk -v n="$asset" '$2 == "./" n { print $1 }' /tmp/SHASUMS256.txt)"; [ -n "$expected" ] || { echo "no checksum for $asset in SHASUMS256.txt" >&2; exit 1; }; echo "${expected} /usr/local/bin/mise" | sha256sum -c -; chmod 0755 /usr/local/bin/mise |
| COPY mise.toml /etc/mise/config.toml |
| RUN mise install |
Details
Versions (3)
View all