Harry Esses HarryEsses
  • Joined on 2026-01-08

rust (0d1061a)

Published 2026-06-26 12:39:05 +00:00 by HarryEsses

Installation

docker pull git.harryesses.com/harryesses/rust:0d1061a
sha256:1fb488494054302c7aa89719650a9a19815d3b20154b1a7b627add40ce0ef428

Image Layers

# debian.sh --arch 'amd64' out/ 'trixie' '@1777939200'
USER root
RUN /bin/sh -c apt-get update && apt-get install -y wget gcc make curl jq unzip git sudo # buildkit
RUN /bin/sh -c useradd coder --create-home --shell=/bin/bash --uid=1000 --user-group # buildkit
RUN /bin/sh -c echo "coder ALL=(ALL) NOPASSWD:ALL" >>/etc/sudoers.d/nopasswd # buildkit
USER coder
RUN /bin/sh -c NONINTERACTIVE=1 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" # buildkit
ENV PATH=/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.linuxbrew/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
USER coder
RUN /bin/sh -c curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y # buildkit
Details
Container
2026-06-26 12:39:05 +00:00
0
OCI / Docker
linux/amd64
594 MiB
Versions (12) View all
latest 2026-06-26
0d1061a 2026-06-26
20260626-122933 2026-06-26
54c5b1d 2026-06-26
20260626-045330 2026-06-26