Closed
Description
Bug description
When building an image from within a Gitpod workspace that uses ubuntu:22.04 as base image it fails with the following error:
E: Problem executing scripts APT::Update::Post-Invoke 'rm -f /var/cache/apt/archives/*.deb /var/cache/apt/archives/partial/*.deb /var/cache/apt/*.bin || true'
E: Sub-process returned an error code
Steps to reproduce
Build an image that uses ubuntu:22.04 as base image, for example ws-daemon.
Workspace affected
No response
Expected behavior
No response
Example repository
No response
Anything else?
See https://pascalroeleven.nl/2021/09/09/ubuntu-21-10-and-fedora-35-in-docker/ and moby/moby#42681 for details
This prevented us from building ws-daemon
from within a Gitpod workspace. It'll impact anyone that uses a distro with glibc 2.34 as base image.