Namespace
codercom
Image / Tag
code-server:4.127.0-resolute
Content Digest
sha256:5df6a55bed3b452c030556593325c37aeb85c8fdcf79d8b6da0dcf17141badc9
Details
Created

2026-07-02 13:18:25 UTC

Size

295 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2026-06-27T04:19:04.617438+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:a9be9fd915e97ef977c92b5f9abe226548f0d6a4a013daef6d238708ccde9b61 - 13.45% (39.6 MB)

[#001] sha256:2c1ce1d0a589804cc5314c1325593106b364e9d700502a06de710671c7697220 - 0.0% (393 Bytes)

[#002] sha256:3cfeafbbb98587a9752708b7e264e537042c3be8f0639fd22edfe716cc0db69a - 22.55% (66.4 MB)

[#003] sha256:948209bf30270729abe5888d62ec24c89e348bf71fefab6d5039ad2b349f5a3a - 0.28% (848 KB)

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

[#005] sha256:4da75e31383d5a8f575fa7df2c58745da5fc03c6d5da653c9233b58f8204d6b0 - 0.72% (2.11 MB)

[#006] sha256:dec1b2254cc6195f197d14a11d34ba61be3d74d69d371f7c4489da8800739a01 - 0.0% (709 Bytes)

[#007] sha256:38922b87b73274036ee2060fbc69a1bcf3630e497d228a7638cdd9c5eec48d3e - 63.0% (186 MB)

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


History
2026-06-27 04:19:03 UTC

umoci raw add-layer --image /home/buildd/rockcraft-ubuntu-d5c39e770efe31df4a04e5e058b71b06/images/ubuntu:rockcraft-base /home/buildd/rockcraft-ubuntu-d5c39e770efe31df4a04e5e058b71b06/images/.temp_layer.8927.tar --tag 26.04

2026-06-27 04:19:04 UTC (Set entrypoint)

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

2026-06-27 04:19:04 UTC (Set default commands)

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

2026-06-27 04:19:04 UTC (Set default PATH for bare-based rock)

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

2026-06-27 04:19:04 UTC (Set labels)

umoci config --image /home/buildd/rockcraft-ubuntu-d5c39e770efe31df4a04e5e058b71b06/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-06-27T04:19:04.617438+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-06-27 04:19:04 UTC (Set annotations)

umoci config --image /home/buildd/rockcraft-ubuntu-d5c39e770efe31df4a04e5e058b71b06/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-06-27T04:19:04.617438+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-06-27 04:19:04 UTC (Add rock control metadata)

umoci raw add-layer --image /home/buildd/rockcraft-ubuntu-d5c39e770efe31df4a04e5e058b71b06/images/ubuntu:26.04 /home/buildd/rockcraft-ubuntu-d5c39e770efe31df4a04e5e058b71b06/images/.temp_layer.control_data.8927.tar

2026-07-02 13:18:03 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-07-02 13:18:08 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-07-02 13:18:10 UTC (buildkit.dockerfile.v0)

ENV LANG=en_US.UTF-8

2026-07-02 13:18:10 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-07-02 13:18:11 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-07-02 13:18:11 UTC (buildkit.dockerfile.v0)

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

2026-07-02 13:18:25 UTC (buildkit.dockerfile.v0)

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

2026-07-02 13:18:25 UTC (buildkit.dockerfile.v0)

ENV ENTRYPOINTD=/entrypoint.d

2026-07-02 13:18:25 UTC (buildkit.dockerfile.v0)

EXPOSE map[8080/tcp:{}]

2026-07-02 13:18:25 UTC (buildkit.dockerfile.v0)

USER 1000

2026-07-02 13:18:25 UTC (buildkit.dockerfile.v0)

ENV USER=coder

2026-07-02 13:18:25 UTC (buildkit.dockerfile.v0)

WORKDIR /home/coder

2026-07-02 13:18:25 UTC (buildkit.dockerfile.v0)

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

Details
Created

2026-07-02 13:26:15 UTC

Size

294 MB

Content Digest
Labels
  • org.opencontainers.image.created
    2026-06-27T04:19:53.170736+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:b2b4144bf8691339f4f1011754b5ed314a4cb9c03e57af4c022301022f36b79a - 13.19% (38.8 MB)

[#001] sha256:ade0b5cbf7f1ac2f5ced1ed952e889f07199006cfbb44f6e2c7b85df005259ca - 0.0% (392 Bytes)

[#002] sha256:6b2a084c9f15636051af4b41891a870bfbab718353a5d6ecd244c3d04d436802 - 22.23% (65.4 MB)

[#003] sha256:cee748407643dbe61e7bd10aa84a173a0843b0724eb6b18913545eddbb6e8fed - 0.28% (848 KB)

[#004] sha256:9606396bd54152484310c8698c2de4739a11b41791ec8ae4b051df17702b72a3 - 0.0% (3.48 KB)

[#005] sha256:8b5aed0aea8514b3817e0036b6d81ee4372c0920fd7f193f22b298df52f895fd - 0.67% (1.96 MB)

[#006] sha256:8427363c253e891255f27398f217d122d6be35f8d62a04105b9c29877b3c20d2 - 0.0% (708 Bytes)

[#007] sha256:c5b8f8d699d68d41829937fc7700e62e8a7c52ae27a74bc137487d43167b0086 - 63.62% (187 MB)

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


History
2026-06-27 04:19:52 UTC

umoci raw add-layer --image /home/buildd/rockcraft-ubuntu-d5c39e770efe31df4a04e5e058b71b06/images/ubuntu:rockcraft-base /home/buildd/rockcraft-ubuntu-d5c39e770efe31df4a04e5e058b71b06/images/.temp_layer.9127.tar --tag 26.04

2026-06-27 04:19:53 UTC (Set entrypoint)

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

2026-06-27 04:19:53 UTC (Set default commands)

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

2026-06-27 04:19:53 UTC (Set default PATH for bare-based rock)

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

2026-06-27 04:19:53 UTC (Set labels)

umoci config --image /home/buildd/rockcraft-ubuntu-d5c39e770efe31df4a04e5e058b71b06/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-06-27T04:19:53.170736+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-06-27 04:19:53 UTC (Set annotations)

umoci config --image /home/buildd/rockcraft-ubuntu-d5c39e770efe31df4a04e5e058b71b06/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-06-27T04:19:53.170736+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-06-27 04:19:53 UTC (Add rock control metadata)

umoci raw add-layer --image /home/buildd/rockcraft-ubuntu-d5c39e770efe31df4a04e5e058b71b06/images/ubuntu:26.04 /home/buildd/rockcraft-ubuntu-d5c39e770efe31df4a04e5e058b71b06/images/.temp_layer.control_data.9127.tar

2026-07-02 13:25:35 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-07-02 13:25:52 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-07-02 13:25:57 UTC (buildkit.dockerfile.v0)

ENV LANG=en_US.UTF-8

2026-07-02 13:25:57 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-07-02 13:26:00 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-07-02 13:26:00 UTC (buildkit.dockerfile.v0)

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

2026-07-02 13:26:15 UTC (buildkit.dockerfile.v0)

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

2026-07-02 13:26:15 UTC (buildkit.dockerfile.v0)

ENV ENTRYPOINTD=/entrypoint.d

2026-07-02 13:26:15 UTC (buildkit.dockerfile.v0)

EXPOSE map[8080/tcp:{}]

2026-07-02 13:26:15 UTC (buildkit.dockerfile.v0)

USER 1000

2026-07-02 13:26:15 UTC (buildkit.dockerfile.v0)

ENV USER=coder

2026-07-02 13:26:15 UTC (buildkit.dockerfile.v0)

WORKDIR /home/coder

2026-07-02 13:26:15 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