My builds started failing last Thursday and after looking into it looks like whenever we work on a Docker container using the python:3.9 image the filesystem is corrupted.
Strangely this only seems to happen on the python:3.9 tag (specifically image id 1e76b28bfd4e) but works with other tags (eg. python:3.9-alpine is fine). And that same image id works fine in other environments, leading me to think there’s something wrong with using some python images specifically on CircleCI remove docker environments.
Has anyone seen this issue before? Is there anything I can do to fix it on my end?
Cheers!