Block a user
coder-suse (b86f12d)
Published 2026-02-23 17:02:32 +00:00 by registry
Installation
docker pull gitea.kloske.eu/registry/coder-suse:b86f12dsha256:2b54c58f7ed7f0bb3378624b84163644704abeaa1932f522e59236ec92f41424About this package
Coder Suse
Image Layers
| KIWI 10.2.33 |
| 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.4 |
| ARG BUILD_DATE=2026-02-23T16:56:39Z |
| ARG GIT_COMMIT=b86f12d |
| LABEL org.opencontainers.image.title=Coder - Suse |
| LABEL org.opencontainers.image.description=Coder Suse |
| LABEL org.opencontainers.image.version=0.0.4 |
| LABEL org.opencontainers.image.created=2026-02-23T16:56:39Z |
| LABEL org.opencontainers.image.revision=b86f12d |
| LABEL org.opencontainers.image.authors=Markus |
| LABEL workspace.type=susecoder |
| USER root |
| 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.4 BUILD_DATE=2026-02-23T16:56:39Z GIT_COMMIT=b86f12d /bin/sh -c zypper refresh && zypper install -y bash ca-certificates gcc gcc-c++ gdb make cmake ninja git git-lfs curl wget jq bind-utils unzip zip tar gzip file which findutils sudo iproute2 vim nano htop glibc-locale && zypper clean --all # 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.4 BUILD_DATE=2026-02-23T16:56:39Z GIT_COMMIT=b86f12d /bin/sh -c mkdir -p /etc/sudoers.d && chmod 750 /etc/sudoers.d # 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.4 BUILD_DATE=2026-02-23T16:56:39Z GIT_COMMIT=b86f12d /bin/sh -c groupadd wheel 2>/dev/null || true && useradd -m -s /bin/bash -U coder && usermod -aG wheel coder # 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.4 BUILD_DATE=2026-02-23T16:56:39Z GIT_COMMIT=b86f12d /bin/sh -c chown -R coder:coder /home/coder # 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.4 BUILD_DATE=2026-02-23T16:56:39Z GIT_COMMIT=b86f12d /bin/sh -c sed -i 's/^# %wheel[[:space:]]\+ALL=(ALL:ALL)[[:space:]]\+NOPASSWD:[[:space:]]\+ALL$/\%wheel ALL=(ALL:ALL) NOPASSWD: ALL/' /etc/sudoers && sed -i 's/^# %wheel[[:space:]]\+ALL=(ALL:ALL)[[:space:]]\+ALL$/\# %wheel ALL=(ALL:ALL) ALL # DISABLED - using NOPASSWD/' /etc/sudoers && echo '%wheel ALL=(ALL) NOPASSWD: ALL' > /etc/sudoers.d/99-nopasswd-wheel && chmod 440 /etc/sudoers.d/99-nopasswd-wheel && visudo -c # 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.4 BUILD_DATE=2026-02-23T16:56:39Z GIT_COMMIT=b86f12d /bin/sh -c for d in .cache .config .local; do mkdir -p /etc/skel/$d 2>/dev/null || true; chmod 755 /etc/skel/$d 2>/dev/null || true; done # 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.4 BUILD_DATE=2026-02-23T16:56:39Z GIT_COMMIT=b86f12d /bin/sh -c touch /etc/skel/.bash_history && chmod 644 /etc/skel/.bash_history 2>/dev/null || true # buildkit |
| COPY ./tools/coder_2.30.1_linux_amd64.rpm /tmp # 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.4 BUILD_DATE=2026-02-23T16:56:39Z GIT_COMMIT=b86f12d /bin/sh -c zypper --non-interactive --no-gpg-checks in /tmp/coder_2.30.1_linux_amd64.rpm # buildkit |
| USER coder |
| WORKDIR /home/coder |
Labels
| Key | Value |
|---|---|
| org.openbuildservice.disturl | obs://build.opensuse.org/openSUSE:Leap:15.6:Images/images/54f24e8a33253ce205ee46962e0db0c8-opensuse-leap-image:docker |
| org.opencontainers.image.authors | Markus |
| org.opencontainers.image.created | 2026-02-23T16:56:39Z |
| org.opencontainers.image.description | Coder Suse |
| org.opencontainers.image.revision | b86f12d |
| org.opencontainers.image.source | https://build.opensuse.org/package/show/openSUSE:Leap:15.6:Images/opensuse-leap-image?rev=54f24e8a33253ce205ee46962e0db0c8 |
| org.opencontainers.image.title | Coder - Suse |
| org.opencontainers.image.url | https://www.opensuse.org/ |
| org.opencontainers.image.vendor | openSUSE Project |
| org.opencontainers.image.version | 0.0.4 |
| org.opensuse.base.created | 2026-02-17T19:24:27.156954237Z |
| org.opensuse.base.description | Image containing a minimal environment for containers based on openSUSE Leap 15.6. |
| org.opensuse.base.disturl | obs://build.opensuse.org/openSUSE:Leap:15.6:Images/images/54f24e8a33253ce205ee46962e0db0c8-opensuse-leap-image:docker |
| org.opensuse.base.reference | registry.opensuse.org/opensuse/leap:15.6.7.41 |
| org.opensuse.base.source | https://build.opensuse.org/package/show/openSUSE:Leap:15.6:Images/opensuse-leap-image?rev=54f24e8a33253ce205ee46962e0db0c8 |
| org.opensuse.base.title | openSUSE Leap 15.6 Base Container |
| org.opensuse.base.url | https://www.opensuse.org/ |
| org.opensuse.base.vendor | openSUSE Project |
| org.opensuse.base.version | 15.6.7.41 |
| org.opensuse.reference | registry.opensuse.org/opensuse/leap:15.6.7.41 |
| workspace.type | susecoder |
Details
2026-02-23 17:02:32 +00:00
Versions (6)
View all
Container
0
OCI / Docker
linux/amd64
Markus
986 MiB