Woodpecker CI: LXC DIND is broken #107

Open
opened 2024-01-29 07:54:02 +00:00 by maxkratz · 1 comment
Owner

Currently, DIND is broken when running in LXC. As far as I can see, this must be broken because of a previously installed update (but I don't know which one).

Currently, DIND is broken when running in LXC. As far as I can see, this must be broken because of a previously installed update (but I don't know which one).
maxkratz added the
bug
label 2024-01-29 07:54:02 +00:00
maxkratz self-assigned this 2024-01-29 07:54:02 +00:00
Author
Owner

This could be fixed by updating the LXC template/environment. Could be done via, e.g.,:

/usr/sbin/chroot /var/cache/lxc/debian/rootfs-bullseye-amd64 apt-get update
/usr/sbin/chroot /var/cache/lxc/debian/rootfs-bullseye-amd64 apt-get dist-upgrade

http://www.panticz.de/Update-LXC-container-templates-filesystem

This could be fixed by updating the LXC template/environment. Could be done via, e.g.,: ``` /usr/sbin/chroot /var/cache/lxc/debian/rootfs-bullseye-amd64 apt-get update /usr/sbin/chroot /var/cache/lxc/debian/rootfs-bullseye-amd64 apt-get dist-upgrade ``` http://www.panticz.de/Update-LXC-container-templates-filesystem
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: forgejo.dev/infrastructure-as-code#107
No description provided.