Exercises and execution environments should work without modifications in local development environment.
TODO:
- Update execution environment images.
- Remove obsolete execution environments.
- Test exercises and repair issues.
Note:
Current images do not work with the latest docker version because the V1 image format is no longer supported.
docker: Docker Image Format v1 and Docker Image manifest version 2, schema 1 support has been removed. Suggest the author of docker.io/hklement/ubuntu-sqlite:latest to upgrade the image to the OCI Format or Docker Image manifest v2, schema 2. More information at https://docs.docker.com/go/deprecated-image-specs/
This can be fixed by adding CONTAINERD_ENABLE_DEPRECATED_PULL_SCHEMA_1_IMAGE=1 to the system environment. This might not work depending on the docker installation source (not working for me).