coder-base (latest)
Installation
docker pull gityx.lazura.dev/legdna/coder-base:latestsha256:277516f398ce9b41c889575f9f1ef3f29547aba6e88742dc02815793f21c0031Image 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
Versions (2)
View all