Block a user
coder-ubuntux11 (0.0.2)
Published 2026-02-22 17:06:50 +00:00 by Markus
Installation
docker pull gitea.kloske.eu/registry/coder-ubuntux11:0.0.2sha256:75f54de20795642fbdf5d68f25c440b5e68a0b1e9b112aec4cb851842b6ea4ebAbout 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.2 |
| ARG BUILD_DATE=2026-02-22T16:59:16Z |
| ARG GIT_COMMIT=01e3bfd |
| LABEL org.opencontainers.image.title=Coder - Ubuntu |
| LABEL org.opencontainers.image.description=Coder Ubuntu |
| LABEL org.opencontainers.image.version=0.0.2 |
| LABEL org.opencontainers.image.created=2026-02-22T16:59:16Z |
| LABEL org.opencontainers.image.revision=01e3bfd |
| 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.2 BUILD_DATE=2026-02-22T16:59:16Z GIT_COMMIT=01e3bfd /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 libx11-6 libx11-xcb1 libxcb1 libxext6 libxrender1 libxi6 libxrandr2 libxfixes3 libxcursor1 libxinerama1 libxkbcommon0 libxkbcommon-x11-0 libgl1 libglib2.0-0 libdbus-1-3 libfontconfig1 libfreetype6 qt6-base-dev qt6-declarative-dev qml6-module-qtquick qml6-module-qtquick-controls qml6-module-qtquick-layouts qml6-module-qtquick-window libqt6core6 libqt6gui6 libqt6widgets6 libqt6qml6 libqt6quick6 libqt6opengl6 qt6-tools-dev qt6-tools-dev-tools xterm && 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.2 BUILD_DATE=2026-02-22T16:59:16Z GIT_COMMIT=01e3bfd /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.2 BUILD_DATE=2026-02-22T16:59:16Z GIT_COMMIT=01e3bfd /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 # buildkit |
| USER coder |
| WORKDIR /home/coder |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.authors | Markus |
| org.opencontainers.image.created | 2026-02-22T16:59:16Z |
| org.opencontainers.image.description | Coder Ubuntu |
| org.opencontainers.image.ref.name | ubuntu |
| org.opencontainers.image.revision | 01e3bfd |
| org.opencontainers.image.title | Coder - Ubuntu |
| org.opencontainers.image.version | 0.0.2 |
| workspace.type | ubuntucoder |