Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Docker images architecture inconsistent with the target cluster #137

Open
Finenyaco opened this issue Mar 20, 2023 · 1 comment
Open

Docker images architecture inconsistent with the target cluster #137

Finenyaco opened this issue Mar 20, 2023 · 1 comment
Assignees
Labels
bug Something isn't working in a real release

Comments

@Finenyaco
Copy link

Version: main
UI: dev-3d39da3
Commit ID: 5861694
Env: MacOS 13.1, Apple M2

Test Steps:

  1. Add a build-image module to application.
  2. Deploy an instance. The target cluster architecture is amd64.

Test Result:

  1. The architecture of docker image is arm64. Inconsistent with the target cluster.

  2. Screenshot from dockerHub.

image

@Finenyaco Finenyaco added the bug Something isn't working in a real release label Mar 20, 2023
@thxCode
Copy link
Member

thxCode commented Mar 22, 2023

kaniko is not designed for multiple arches image building, GoogleContainerTools/kaniko#786 (comment).

we need to design another approach to achieve this, like leveraging Workflow.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working in a real release
Projects
None yet
Development

No branches or pull requests

3 participants