coder-base (v0.3.0)

Published 2025-11-18 13:36:51 +01:00 by legdna in legdna/coder-environment

Installation

docker pull gityx.lazura.dev/legdna/coder-base:v0.3.0
sha256:277516f398ce9b41c889575f9f1ef3f29547aba6e88742dc02815793f21c0031

Image layers

# debian.sh --arch 'amd64' out/ 'trixie' '@1763337600'
USER root
ENV DEBIAN_FRONTEND=noninteractive
RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends bash ca-certificates curl git vim jq locales sudo && rm -rf /var/lib/apt/lists/* # buildkit
RUN /bin/sh -c sed -i 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/g' /etc/locale.gen && locale-gen en_US.UTF-8 # buildkit
ENV LANG=en_US.UTF-8
ENV LANGUAGE=en_US.UTF-8
ENV LC_ALL=en_US.UTF-8
RUN /bin/sh -c useradd coder --create-home --shell=/bin/bash --uid=1000 --user-group && echo "coder ALL=(ALL) NOPASSWD:ALL" >>/etc/sudoers.d/nopasswd # buildkit
USER coder
Details
Container
2025-11-18 13:36:51 +01:00
0
OCI / Docker
linux/amd64
118 MiB
Versions (2) View all
latest 2025-11-18
v0.3.0 2025-11-18