Namespace
arm64
Image / Tag
drbd9-resolute:v9.3.2
Content Digest
sha256:16d8123a607b9dc3b3c91d70b781d3a45770c25e0c0086465868959b41ad3cdc
Details
Created

2026-05-05 14:20:05 +0200

Size

177 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
PATH

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


Layers

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

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

[#002] sha256:8c2b018ba3cb8af675542c8474b335bebc76d66d9694016b3a34cec3fd6b6158 - 77.2% (137 MB)

[#003] sha256:74636d7667f30ae99952fc82999ac3c4e99713049023ac383fea67f306821882 - 0.0% (3.83 KB)

[#004] sha256:63e138cc3bd1f6704be3f426c0ba0f326c42772a2f3849d40f7e60b18960c43f - 0.84% (1.48 MB)

[#005] sha256:69e8efbf8f33751762f281fdd84eeb68bb5f095aaac7c488fb264d8617b9b5c5 - 0.0% (159 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-05-05 14:20:05 +0200 (buildkit.dockerfile.v0)

RUN /bin/sh -c apt-get update && apt-get install -y curl diffutils elfutils gcc gnupg kmod make patch perl python3-setuptools && apt-get clean && cd /tmp && curl -fsSL https://github.com/LINBIT/python-lbdist/archive/master.tar.gz | tar vxz && ( cd python-lbdist-master && python3 setup.py install ) && rm -rf python-lbdist-master # buildkit

2026-05-05 14:20:05 +0200 (buildkit.dockerfile.v0)

COPY /entry.sh / # buildkit

2026-05-05 14:20:05 +0200 (buildkit.dockerfile.v0)

COPY /drbd.tar.gz / # buildkit

2026-05-05 14:20:05 +0200 (buildkit.dockerfile.v0)

COPY /pkgs /pkgs # buildkit

2026-05-05 14:20:05 +0200 (buildkit.dockerfile.v0)

ENTRYPOINT ["/bin/sh" "-c" "/entry.sh"]