Skip to content

bug(AlternativeService): missing Arch skip image #334

Description

@axel7083

Description

I thought the Arch property was always in the ImageInspect

if (!('Arch' in image) || typeof image.Arch !== 'string') {
console.warn('missing arch on image', image);
continue;
}

However, this may be empty in some scenarios (need to be defined??)


Checking the Podman API, the Arch property is specific to podman, meaning when using docker engine, this would be undefined, preventing from using the application with a docker engine as backend.

Logs from users

warn : main ↪️ [hummingbird] missing arch on image [object Object]
warn : main ↪️ [hummingbird] missing arch on image [object Object]
warn : main ↪️ [hummingbird] missing arch on image [object Object]
warn : main ↪️ [hummingbird] missing arch on image [object Object]
warn : main ↪️ [hummingbird] missing arch on image [object Object]

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions