You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run mage2docker with docker v26, I get the following error:
[DEPRECATION NOTICE] Docker Image Format v1 and Docker Image manifest version 2, schema 1 support is disabled by default and will be removed in an upcoming release. Suggest the author of docker.io/library/rabbitmq:3.5 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/
I am able to workaround this by setting a flag that ignores this but this flag is removed in docker 27 and therefore this project simply cannot be run at all in latest docker (27 at the time of writing).
Expected Behavior
I expect to be able to run the project with latest docker.
Minimal reproduction of the problem with instructions
Upgrade to docker 26 or 27
Run mage2docker
The text was updated successfully, but these errors were encountered:
🐛 Bug report
Current Behavior
When I run mage2docker with docker v26, I get the following error:
I am able to workaround this by setting a flag that ignores this but this flag is removed in docker 27 and therefore this project simply cannot be run at all in latest docker (27 at the time of writing).
Expected Behavior
I expect to be able to run the project with latest docker.
Minimal reproduction of the problem with instructions
The text was updated successfully, but these errors were encountered: