Skip to content

The v0.0.1 release fails on kind + Docker for Mac + Mac M1 #144

@joelanford

Description

@joelanford

On my Mac M1 machine, I tried installing v0.0.1 from the install steps listed in the release. The steps fail waiting for the operator controller deployment to become healthy.

Inspecting the deployment, I see:

Failed to pull image "quay.io/operator-framework/operator-controller:v0.0.1": rpc error: code = NotFound desc = failed to pull and unpack image "quay.io/operator-framework/operator-controller:v0.0.1": no match for platform in manifest: not found

I suspect we need to make sure that our release process produces a docker image build for linux/arm64 and include it in the manifest list.

We should also make sure other common platforms are included in the manifest list.

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