registry
  • Joined on 2026-02-10

coder-ubuntu-docker (f2a7a31)

Published 2026-03-01 07:16:21 +00:00 by registry

Installation

docker pull gitea.kloske.eu/registry/coder-ubuntu-docker:f2a7a31
sha256:58dd7fb5a260c78028fa48d64582b04445591804f1f7dc55b4c5f4a599cfdab0

About this package

Coder Ubuntu

Image Layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.ref.name=ubuntu
LABEL org.opencontainers.image.version=24.04
ADD file:3077ee44db3cc7d38740d60a05c81418dd3825a007db473658464f52689e867b in /
CMD ["/bin/bash"]
RUN /bin/sh -c sed -i 's|http://archive.ubuntu.com/ubuntu/|http://synology.fritz.box:8080/mirror/archive.ubuntu.com/ubuntu/|g' /etc/apt/sources.list.d/ubuntu.sources && sed -i 's|http://security.ubuntu.com/ubuntu/|http://synology.fritz.box:8080/mirror/archive.ubuntu.com/ubuntu/|g' /etc/apt/sources.list.d/ubuntu.sources # buildkit
ARG HTTP_PROXY=http://dockge05.fritz.box:8888/
ARG HTTPS_PROXY=http://dockge05.fritz.box:8888/
ARG NO_PROXY=localhost,127.0.0.1
ENV HTTP_PROXY=http://dockge05.fritz.box:8888/
ENV HTTPS_PROXY=http://dockge05.fritz.box:8888/
ENV http_proxy=http://dockge05.fritz.box:8888/
ENV https_proxy=http://dockge05.fritz.box:8888/
ENV NO_PROXY=localhost,127.0.0.1
ENV no_proxy=localhost,127.0.0.1
ARG VERSION=0.0.1
ARG BUILD_DATE=2026-03-01T07:09:55Z
ARG GIT_COMMIT=f2a7a31
LABEL org.opencontainers.image.title=Coder - Ubuntu
LABEL org.opencontainers.image.description=Coder Ubuntu
LABEL org.opencontainers.image.version=0.0.1
LABEL org.opencontainers.image.created=2026-03-01T07:09:55Z
LABEL org.opencontainers.image.revision=f2a7a31
LABEL org.opencontainers.image.authors=Markus
LABEL workspace.type=ubuntucoder
ENV DEBIAN_FRONTEND=noninteractive
USER root
ENV DEBIAN_FRONTEND=noninteractive
RUN |6 HTTP_PROXY=http://dockge05.fritz.box:8888/ HTTPS_PROXY=http://dockge05.fritz.box:8888/ NO_PROXY=localhost,127.0.0.1 VERSION=0.0.1 BUILD_DATE=2026-03-01T07:09:55Z GIT_COMMIT=f2a7a31 /bin/sh -c apt-get update && apt-get install -y --no-install-recommends bash ca-certificates build-essential gcc g++ gdb make cmake ninja-build git git-lfs curl git jq locales wget curl unzip zip file sudo iproute2 vim nano htop dnsutils apt-transport-https ca-certificates gnupg lsb-release && apt-get clean && rm -rf /var/lib/apt/lists/* # buildkit
RUN |6 HTTP_PROXY=http://dockge05.fritz.box:8888/ HTTPS_PROXY=http://dockge05.fritz.box:8888/ NO_PROXY=localhost,127.0.0.1 VERSION=0.0.1 BUILD_DATE=2026-03-01T07:09:55Z GIT_COMMIT=f2a7a31 /bin/sh -c install -m 0755 -d /etc/apt/keyrings && curl -fsSL https://download.docker.com/linux/ubuntu/gpg -o /etc/apt/keyrings/docker.asc && chmod a+r /etc/apt/keyrings/docker.asc && echo "deb [arch=$(dpkg --print-architecture) signed-by=/etc/apt/keyrings/docker.asc] https://download.docker.com/linux/ubuntu $(. /etc/os-release && echo "$VERSION_CODENAME") stable" | tee /etc/apt/sources.list.d/docker.list > /dev/null && apt-get update && apt-get install -y --no-install-recommends docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin && apt-get clean && rm -rf /var/lib/apt/lists/* # buildkit
RUN |6 HTTP_PROXY=http://dockge05.fritz.box:8888/ HTTPS_PROXY=http://dockge05.fritz.box:8888/ NO_PROXY=localhost,127.0.0.1 VERSION=0.0.1 BUILD_DATE=2026-03-01T07:09:55Z GIT_COMMIT=f2a7a31 /bin/sh -c 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 |6 HTTP_PROXY=http://dockge05.fritz.box:8888/ HTTPS_PROXY=http://dockge05.fritz.box:8888/ NO_PROXY=localhost,127.0.0.1 VERSION=0.0.1 BUILD_DATE=2026-03-01T07:09:55Z GIT_COMMIT=f2a7a31 /bin/sh -c userdel -r ubuntu && useradd coder --create-home --shell=/bin/bash --uid=1000 --user-group && echo "coder ALL=(ALL) NOPASSWD:ALL" >>/etc/sudoers.d/nopasswd && usermod -aG docker coder # buildkit
USER coder
WORKDIR /home/coder

Labels

Key Value
org.opencontainers.image.authors Markus
org.opencontainers.image.created 2026-03-01T07:09:55Z
org.opencontainers.image.description Coder Ubuntu
org.opencontainers.image.ref.name ubuntu
org.opencontainers.image.revision f2a7a31
org.opencontainers.image.title Coder - Ubuntu
org.opencontainers.image.version 0.0.1
workspace.type ubuntucoder
Details
Container
2026-03-01 07:16:21 +00:00
0
OCI / Docker
linux/amd64
Markus
349 MiB
Versions (3) View all
f2a7a31 2026-03-01
latest 2026-03-01
0.0.1 2026-03-01