Skip to content

Inconsistency between ubuntu-24.04 and ubuntu-24.04-arm #162

@zkdev

Description

@zkdev

Type of issue

  • Error when running a workflow.
  • Request for additional tools or software for an existing image.
  • Request for a new image, Linux or Windows.
  • Other

Describe the issue
The docker tooling installed to the image flavours seem to be incompatible, as amd variant produces manifests of mediaType application/vnd.oci.image.manifest.v1+json, whereas arm variants produces manifests of mediaType application/vnd.docker.distribution.manifest.v2+json.
This is a problem when one wants to offer both via a multiarch manifest.

To Reproduce
List the steps to reproduce the behavior:

  1. define a (simple) Dockerfile
  2. use build-push-action on ubuntu-24.04 image
  3. use build-push-action on ubuntu-24.04-arm image
  4. compare manifest mediaTypes

Expected behavior
The manifest mediaTypes should be identical.

Screenshots

Desktop (please complete the following information):
I am running MacOS on version 26.2, whereas the runner image I am concerned about is ubuntu-24.04-arm.

Additional context
The BoM information for ubuntu-24-04 is not yet updated, thus I cannot pinpoint the exact version mismatch.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions