pext/yotta:latest
image type has been deprecated and stopped working with latest docker
#5721
Labels
pext/yotta:latest
image type has been deprecated and stopped working with latest docker
#5721
Trying to build Makecode with Docker v26+ fails, as trying to pull the
pext/yotta:latest
image (for the V2 CODAL build) throws the following error:pxt-microbit/pxtarget.json
Lines 204 to 207 in bd4bda1
This docker image type was deprecated in Docker v19, it has been disabled already in v26, and v27 (which was release a couple of weeks ago) has completely and permanently removed the functionality:
https://docs.docker.com/engine/deprecated/#pushing-and-pulling-with-image-manifest-v2-schema-1
The GH Actions runner images (which we use in the CODAL CI to test changes with a MakeCode build) currently use Docker v26, which needs a workaround to enable this image type, but it won't be long before they upgrade to v27 and things will stop working if there isn't a way to downgrade the docker version from the images.
The text was updated successfully, but these errors were encountered: