GitHub user potiuk added a comment to the discussion: apt repository keys no longer functioning
It could be you simply run out of space on docker machine (if you are on mac for example - there is a limiited default space for the VM). I saw VERY weird errors when you run out of disk space while building the image. It could be for example in this case that signatures were written down locally and the files were zeroad due to lack of disk space (which is what happens when you run out of space) - and then they will be obviously invalid. I recommend running `docker system prune` and see how much space will be freed - and you can check remaining space in docker desktop etc. GitHub link: https://github.com/apache/airflow/discussions/45648#discussioncomment-11834994 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
