-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Yesterdays update is incompatible with concourse #634
Comments
+1. And specifically here's how it's failing when I
Anything which attempts to FWIW I don't know if the |
You'll need a newer version of Docker, runc, and/or libseccomp to fix this one. |
This should be limited to the now released Debian Bullseye based images (the new default). So you can try using If Buster works but the new Bullseye based images do not, then, as Tianon mentioned, the OS running Docker will need a newer version of Docker, runc, and/or libseccomp to fix it. Similar issues: docker-library/ruby#351 docker-library/php#1192 docker-library/php#1177 |
The new docker images published yesterday, August 18th 2021, do not work with the concourse orchestrator.
More specifically, concourse attempts to mount directories to docker containers to share results from previous steps. The new docker images are unable to access these mounts/they seem to be corrupted.
Currently, the workaround is to specify a tagged version prior to this change (for instance python3.8.10 works, but python 3.8.11 does not)
The text was updated successfully, but these errors were encountered: