Skip to content

Request linux/arm64 image for interuss/dss #1432

@punamverma

Description

@punamverma

Is your feature request related to a problem? Please describe.

Currently, the interuss/dss Docker image is only available for the linux/amd64 platform.

When setting up a local environment to run uss_qualifier tests on Apple Silicon (M-series) Macs, running make start-locally produces warnings such as:

The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested

Although the DSS container does run using the amd64 image, Docker relies on emulation to execute it on ARM-based systems. This results in higher CPU and memory usage.

Describe the solution you'd like

Publish a linux/arm64 build of the interuss/dss image.

Describe alternatives you've considered

  1. Explicitly specifying platform: linux/amd64 in the docker-compose configuration.
    Or
  2. Building a local dss image for use during uss_qualifier test setup.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions