Skip to content
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

[BUG] Error when upgrading to docker v26 #89

Open
griest024 opened this issue Jul 23, 2024 · 0 comments
Open

[BUG] Error when upgrading to docker v26 #89

griest024 opened this issue Jul 23, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@griest024
Copy link
Member

🐛 Bug report

Current Behavior

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

  1. Upgrade to docker 26 or 27
  2. Run mage2docker
@griest024 griest024 added the bug Something isn't working label Jul 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants