-
Notifications
You must be signed in to change notification settings - Fork 273
Closed
Assignees
@rickardp
Description
Is there an existing issue for this?
- I have searched the existing issues
Current Behavior
The lowcoderorg/lowcoder-ce-api-service:2.3.1 image is AMD64 only, but ARM64 images are also built under a different tag lowcoderorg/lowcoder-ce-api-service:2.3.1-arm64.
This makes scripts not portable between for example Linux/x64 and Linux/arm64 (or Apple silicon)
Expected Behavior
Multi arch Docker images should use the same tag, so that lowcoderorg/lowcoder-ce-api-service:2.3.1 is used regardless of architecture. This makes referencing the images much easier. It should be as easy as sending all the needed platforms to Docker BuildX.
See for example https://www.docker.com/blog/multi-arch-build-and-images-the-simple-way/
Steps to reproduce
Reference the image, e.g lowcoderorg/lowcoder-ce-api-service:2.3.1. Observe that the
Environment
No response
Additional Information
No response