aws / aws-lambda-base-images

Apache License 2.0
669 stars 110 forks source link

Lack of consistency in docker tags for amazon/aws-lambda-java in dockerhub #76

Open s33kers opened 1 year ago

s33kers commented 1 year ago

Now using docker pull amazon/aws-lambda-java one day I could pull linux/amd64, other linux/arm64/v8

Also, specifying version also doesn't pull needed version.

image

Situation in dockerhub

image

Shouldn't it use multi-arch builds or some other approach, so both linux/amd64 and linux/arm64/v8 could be found under tag 11? https://gallery.ecr.aws/lambda/java looks fine