adobe / aio-lib-state

A JavaScript abstraction on top of distributed/cloud DBs that exposes a simple state persistence API.
https://www.adobe.io
Apache License 2.0
10 stars 12 forks source link

e2e Docker image is amd64 only #149

Open shazron opened 2 months ago

shazron commented 2 months ago

Investigate support for multi-arch in distroless, and how we can package a multi-arch image.

shazron commented 2 months ago

distroless supports multi-arch, but not in one package, they are separate and denoted by using the appropriate arch in the tag: https://github.com/GoogleContainerTools/distroless#what-images-are-available

shazron commented 2 months ago

See https://docs.docker.com/build/ci/github-actions/multi-platform/

aiojbot commented 2 months ago

JIRA issue created: https://jira.corp.adobe.com/browse/ACNA-2932