Namespace
codercom
Image / Tag
code-server:4.122.1-resolute
Content Digest
sha256:b35cf140462ef23004ab8c4dc56d6313c149b05780eda0cccc4b17912db81796
Details
Created

2026-06-02 10:47:13 UTC

Size

336 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2026-04-21T17:23:54.324551+00:00
  • org.opencontainers.image.description
    The Ubuntu container image maintained by Canonical Ubuntu is a Debian-based Linux operating system that runs from the desktop to the cloud, to all your internet connected things. It is the world's most popular operating system across public clouds and OpenStack clouds. It is the number one platform for containers; from Docker to Kubernetes to LXD, Ubuntu can run your containers at scale. Fast, secure and simple, Ubuntu powers millions of PCs worldwide.
  • org.opencontainers.image.title
    ubuntu
  • org.opencontainers.image.version
    26.04

Environment
ENTRYPOINTD

/entrypoint.d

LANG

en_US.UTF-8

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

USER

coder


Layers

[#000] sha256:6f5c5aa4e145204b113f983c003ff8ad6489394294ef95ec030bc94e3daded54 - 11.8% (39.6 MB)

[#001] sha256:1c24335ddd46023ff99bd665bd8ea6798464f7bbf501718edcf2eb4696e5f408 - 0.0% (387 Bytes)

[#002] sha256:f12f0a954e4e8346367eb0454ed1e4e6282df3adb770d2df81263edc0d6f6783 - 19.79% (66.5 MB)

[#003] sha256:d881dcf56a15a2d95f6134110b150f7383e5b50ad60e1cf5bb8c55eb7f5599c3 - 0.25% (848 KB)

[#004] sha256:b0afc0b245a7b17f0261658b430a285763c256b417ad522318ece3bdea52c9c7 - 0.0% (3.47 KB)

[#005] sha256:a0f7844ea9312c389692cefff767dfe742dd2e5f5608af3a1d6879e6e24611ee - 0.63% (2.11 MB)

[#006] sha256:069839e2a156c3796c3c224fe2253636d272c355b5af1580862909a1f0a91809 - 0.0% (710 Bytes)

[#007] sha256:431c7005564600491481cd4b7fa405f39a228846bc0b1e30a8b48851c2fb63dd - 67.54% (227 MB)

[#008] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)


History
2026-04-21 17:23:53 UTC

umoci raw add-layer --image /home/buildd/rockcraft-ubuntu-5691f940e215a35dc9b91fc1887cae39/images/ubuntu:rockcraft-base /home/buildd/rockcraft-ubuntu-5691f940e215a35dc9b91fc1887cae39/images/.temp_layer.4415.tar --tag 26.04

2026-04-21 17:23:54 UTC (Set entrypoint)

umoci config --image /home/buildd/rockcraft-ubuntu-5691f940e215a35dc9b91fc1887cae39/images/ubuntu:26.04 --clear=config.entrypoint --clear=config.cmd

2026-04-21 17:23:54 UTC (Set default commands)

umoci config --image /home/buildd/rockcraft-ubuntu-5691f940e215a35dc9b91fc1887cae39/images/ubuntu:26.04 --clear=config.cmd --config.cmd /bin/bash

2026-04-21 17:23:54 UTC (Set default PATH for bare-based rock)

umoci config --image /home/buildd/rockcraft-ubuntu-5691f940e215a35dc9b91fc1887cae39/images/ubuntu:26.04 --config.env PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

2026-04-21 17:23:54 UTC (Set labels)

umoci config --image /home/buildd/rockcraft-ubuntu-5691f940e215a35dc9b91fc1887cae39/images/ubuntu:26.04 --clear=config.labels --config.label org.opencontainers.image.version=26.04 --config.label org.opencontainers.image.title=ubuntu --config.label org.opencontainers.image.created=2026-04-21T17:23:54.324551+00:00 --config.label org.opencontainers.image.description=The Ubuntu container image maintained by Canonical Ubuntu is a Debian-based Linux operating system that runs from the desktop to the cloud, to all your internet connected things. It is the world's most popular operating system across public clouds and OpenStack clouds. It is the number one platform for containers; from Docker to Kubernetes to LXD, Ubuntu can run your containers at scale. Fast, secure and simple, Ubuntu powers millions of PCs worldwide.

2026-04-21 17:23:54 UTC (Set annotations)

umoci config --image /home/buildd/rockcraft-ubuntu-5691f940e215a35dc9b91fc1887cae39/images/ubuntu:26.04 --clear=manifest.annotations --manifest.annotation org.opencontainers.image.version=26.04 --manifest.annotation org.opencontainers.image.title=ubuntu --manifest.annotation org.opencontainers.image.created=2026-04-21T17:23:54.324551+00:00 --manifest.annotation org.opencontainers.image.description=The Ubuntu container image maintained by Canonical Ubuntu is a Debian-based Linux operating system that runs from the desktop to the cloud, to all your internet connected things. It is the world's most popular operating system across public clouds and OpenStack clouds. It is the number one platform for containers; from Docker to Kubernetes to LXD, Ubuntu can run your containers at scale. Fast, secure and simple, Ubuntu powers millions of PCs worldwide.

2026-04-21 17:23:54 UTC (Add rock control metadata)

umoci raw add-layer --image /home/buildd/rockcraft-ubuntu-5691f940e215a35dc9b91fc1887cae39/images/ubuntu:26.04 /home/buildd/rockcraft-ubuntu-5691f940e215a35dc9b91fc1887cae39/images/.temp_layer.control_data.4415.tar

2026-06-02 10:46:51 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c apt-get update && apt-get install -y curl dumb-init git git-lfs htop locales lsb-release man-db nano openssh-client procps sudo vim-tiny wget zsh && git lfs install && rm -rf /var/lib/apt/lists/* # buildkit

2026-06-02 10:46:58 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c sed -i "s/# en_US.UTF-8/en_US.UTF-8/" /etc/locale.gen && locale-gen # buildkit

2026-06-02 10:46:58 UTC (buildkit.dockerfile.v0)

ENV LANG=en_US.UTF-8

2026-06-02 10:46:58 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c if grep -q 1000 /etc/passwd; then userdel -r "$(id -un 1000)"; fi && adduser --gecos '' --disabled-password coder && echo "coder ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers.d/nopasswd # buildkit

2026-06-02 10:46:59 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c ARCH="$(dpkg --print-architecture)" && curl -fsSL "https://github.com/boxboat/fixuid/releases/download/v0.6.0/fixuid-0.6.0-linux-$ARCH.tar.gz" | tar -C /usr/local/bin -xzf - && chown root:root /usr/local/bin/fixuid && chmod 4755 /usr/local/bin/fixuid && mkdir -p /etc/fixuid && printf "user: coder\ngroup: coder\n" > /etc/fixuid/config.yml # buildkit

2026-06-02 10:46:59 UTC (buildkit.dockerfile.v0)

COPY ci/release-image/entrypoint.sh /usr/bin/entrypoint.sh # buildkit

2026-06-02 10:47:12 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c dpkg -i /tmp/packages/code-server*$(dpkg --print-architecture).deb # buildkit

2026-06-02 10:47:12 UTC (buildkit.dockerfile.v0)

ENV ENTRYPOINTD=/entrypoint.d

2026-06-02 10:47:12 UTC (buildkit.dockerfile.v0)

EXPOSE map[8080/tcp:{}]

2026-06-02 10:47:12 UTC (buildkit.dockerfile.v0)

USER 1000

2026-06-02 10:47:12 UTC (buildkit.dockerfile.v0)

ENV USER=coder

2026-06-02 10:47:13 UTC (buildkit.dockerfile.v0)

WORKDIR /home/coder

2026-06-02 10:47:13 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/usr/bin/entrypoint.sh" "--bind-addr" "0.0.0.0:8080" "."]

Details
Created

2026-06-02 10:58:01 UTC

Size

330 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2026-04-21T15:27:26.117874+00:00
  • org.opencontainers.image.description
    The Ubuntu container image maintained by Canonical Ubuntu is a Debian-based Linux operating system that runs from the desktop to the cloud, to all your internet connected things. It is the world's most popular operating system across public clouds and OpenStack clouds. It is the number one platform for containers; from Docker to Kubernetes to LXD, Ubuntu can run your containers at scale. Fast, secure and simple, Ubuntu powers millions of PCs worldwide.
  • org.opencontainers.image.title
    ubuntu
  • org.opencontainers.image.version
    26.04

Environment
ENTRYPOINTD

/entrypoint.d

LANG

en_US.UTF-8

PATH

/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

USER

coder


Layers

[#000] sha256:2113f8d7eb32748b14581824c1b94cea9ed9a08456312a2e94eddd522d01b927 - 11.77% (38.8 MB)

[#001] sha256:4a7720058461eb4ae40ed203b9874ab3248bd34ffb9948193e99245229fdbd6f - 0.0% (390 Bytes)

[#002] sha256:3cf1d2956faaec5a690770febe2ad153612649535671f85aa20371008e19dee7 - 19.84% (65.5 MB)

[#003] sha256:dac8fa4dd3aa85a0636856b66cc06e7b67a17bea7d57f19f5d551e4bd7ab7350 - 0.25% (848 KB)

[#004] sha256:c02656812956b07f93e7d598344cced1ca3b3c6c8783232c722aef0790c8a4cf - 0.0% (3.49 KB)

[#005] sha256:75ed8da44a1c4c47974ea6fa7a0e05dc739a9c0f99b3ddd598e97d34256ffa88 - 0.6% (1.96 MB)

[#006] sha256:f179d8f71c40fc187d27e3954582512174ade4a0be2753685b96a4efed68b747 - 0.0% (710 Bytes)

[#007] sha256:5f1bccc19767e194caf69f0170e4f942e09cb2e2a3a05cfd933a450213c31c93 - 67.54% (223 MB)

[#008] sha256:4f4fb700ef54461cfa02571ae0db9a0dc1e0cdb5577484a6d75e68dc38e8acc1 - 0.0% (32 Bytes)


History
2026-04-21 15:27:25 UTC

umoci raw add-layer --image /home/buildd/rockcraft-ubuntu-5691f940e215a35dc9b91fc1887cae39/images/ubuntu:rockcraft-base /home/buildd/rockcraft-ubuntu-5691f940e215a35dc9b91fc1887cae39/images/.temp_layer.4553.tar --tag 26.04

2026-04-21 15:27:26 UTC (Set entrypoint)

umoci config --image /home/buildd/rockcraft-ubuntu-5691f940e215a35dc9b91fc1887cae39/images/ubuntu:26.04 --clear=config.entrypoint --clear=config.cmd

2026-04-21 15:27:26 UTC (Set default commands)

umoci config --image /home/buildd/rockcraft-ubuntu-5691f940e215a35dc9b91fc1887cae39/images/ubuntu:26.04 --clear=config.cmd --config.cmd /bin/bash

2026-04-21 15:27:26 UTC (Set default PATH for bare-based rock)

umoci config --image /home/buildd/rockcraft-ubuntu-5691f940e215a35dc9b91fc1887cae39/images/ubuntu:26.04 --config.env PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin

2026-04-21 15:27:26 UTC (Set labels)

umoci config --image /home/buildd/rockcraft-ubuntu-5691f940e215a35dc9b91fc1887cae39/images/ubuntu:26.04 --clear=config.labels --config.label org.opencontainers.image.version=26.04 --config.label org.opencontainers.image.title=ubuntu --config.label org.opencontainers.image.created=2026-04-21T15:27:26.117874+00:00 --config.label org.opencontainers.image.description=The Ubuntu container image maintained by Canonical Ubuntu is a Debian-based Linux operating system that runs from the desktop to the cloud, to all your internet connected things. It is the world's most popular operating system across public clouds and OpenStack clouds. It is the number one platform for containers; from Docker to Kubernetes to LXD, Ubuntu can run your containers at scale. Fast, secure and simple, Ubuntu powers millions of PCs worldwide.

2026-04-21 15:27:26 UTC (Set annotations)

umoci config --image /home/buildd/rockcraft-ubuntu-5691f940e215a35dc9b91fc1887cae39/images/ubuntu:26.04 --clear=manifest.annotations --manifest.annotation org.opencontainers.image.version=26.04 --manifest.annotation org.opencontainers.image.title=ubuntu --manifest.annotation org.opencontainers.image.created=2026-04-21T15:27:26.117874+00:00 --manifest.annotation org.opencontainers.image.description=The Ubuntu container image maintained by Canonical Ubuntu is a Debian-based Linux operating system that runs from the desktop to the cloud, to all your internet connected things. It is the world's most popular operating system across public clouds and OpenStack clouds. It is the number one platform for containers; from Docker to Kubernetes to LXD, Ubuntu can run your containers at scale. Fast, secure and simple, Ubuntu powers millions of PCs worldwide.

2026-04-21 15:27:26 UTC (Add rock control metadata)

umoci raw add-layer --image /home/buildd/rockcraft-ubuntu-5691f940e215a35dc9b91fc1887cae39/images/ubuntu:26.04 /home/buildd/rockcraft-ubuntu-5691f940e215a35dc9b91fc1887cae39/images/.temp_layer.control_data.4553.tar

2026-06-02 10:57:13 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c apt-get update && apt-get install -y curl dumb-init git git-lfs htop locales lsb-release man-db nano openssh-client procps sudo vim-tiny wget zsh && git lfs install && rm -rf /var/lib/apt/lists/* # buildkit

2026-06-02 10:57:34 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c sed -i "s/# en_US.UTF-8/en_US.UTF-8/" /etc/locale.gen && locale-gen # buildkit

2026-06-02 10:57:37 UTC (buildkit.dockerfile.v0)

ENV LANG=en_US.UTF-8

2026-06-02 10:57:37 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c if grep -q 1000 /etc/passwd; then userdel -r "$(id -un 1000)"; fi && adduser --gecos '' --disabled-password coder && echo "coder ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers.d/nopasswd # buildkit

2026-06-02 10:57:40 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c ARCH="$(dpkg --print-architecture)" && curl -fsSL "https://github.com/boxboat/fixuid/releases/download/v0.6.0/fixuid-0.6.0-linux-$ARCH.tar.gz" | tar -C /usr/local/bin -xzf - && chown root:root /usr/local/bin/fixuid && chmod 4755 /usr/local/bin/fixuid && mkdir -p /etc/fixuid && printf "user: coder\ngroup: coder\n" > /etc/fixuid/config.yml # buildkit

2026-06-02 10:57:40 UTC (buildkit.dockerfile.v0)

COPY ci/release-image/entrypoint.sh /usr/bin/entrypoint.sh # buildkit

2026-06-02 10:58:01 UTC (buildkit.dockerfile.v0)

RUN /bin/sh -c dpkg -i /tmp/packages/code-server*$(dpkg --print-architecture).deb # buildkit

2026-06-02 10:58:01 UTC (buildkit.dockerfile.v0)

ENV ENTRYPOINTD=/entrypoint.d

2026-06-02 10:58:01 UTC (buildkit.dockerfile.v0)

EXPOSE map[8080/tcp:{}]

2026-06-02 10:58:01 UTC (buildkit.dockerfile.v0)

USER 1000

2026-06-02 10:58:01 UTC (buildkit.dockerfile.v0)

ENV USER=coder

2026-06-02 10:58:01 UTC (buildkit.dockerfile.v0)

WORKDIR /home/coder

2026-06-02 10:58:01 UTC (buildkit.dockerfile.v0)

ENTRYPOINT ["/usr/bin/entrypoint.sh" "--bind-addr" "0.0.0.0:8080" "."]

Danger Zone
Delete Tag

Please be careful as this will not just delete the reference but also the actual content!

For example when you have latest and v1.2.3 both pointing to the same image
the deletion of latest will also permanently remove v1.2.3.

Delete