Skip to content
This repository was archived by the owner on Apr 11, 2025. It is now read-only.
This repository was archived by the owner on Apr 11, 2025. It is now read-only.

[BUG] Error when upgrading to docker v26 #89

@griest024

Description

@griest024

🐛 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

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions