2026-05-05 14:20:37 +0200
187 MB
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
[#000] sha256:6f5c5aa4e145204b113f983c003ff8ad6489394294ef95ec030bc94e3daded54 - 21.15% (39.6 MB)
[#001] sha256:1c24335ddd46023ff99bd665bd8ea6798464f7bbf501718edcf2eb4696e5f408 - 0.0% (387 Bytes)
[#002] sha256:e852e9d3e666f2788680991cce5c10e32ae0b7324b4322f1ae00344442ec6015 - 76.08% (143 MB)
[#003] sha256:74636d7667f30ae99952fc82999ac3c4e99713049023ac383fea67f306821882 - 0.0% (3.83 KB)
[#004] sha256:63e138cc3bd1f6704be3f426c0ba0f326c42772a2f3849d40f7e60b18960c43f - 0.79% (1.48 MB)
[#005] sha256:2e40c506f78ea0b9e16fb649739e986011851d0ad334776a1fad8a79b1fa8665 - 1.98% (3.71 MB)
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-05-05 14:20:36 +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:37 +0200 (buildkit.dockerfile.v0)COPY /entry.sh / # buildkit
2026-05-05 14:20:37 +0200 (buildkit.dockerfile.v0)COPY /drbd.tar.gz / # buildkit
2026-05-05 14:20:37 +0200 (buildkit.dockerfile.v0)COPY /pkgs /pkgs # buildkit
2026-05-05 14:20:37 +0200 (buildkit.dockerfile.v0)ENTRYPOINT ["/bin/sh" "-c" "/entry.sh"]