enterprise-images
enterprise-images copied to clipboard
DRAFT: Add multiarch docker
Fixes: #185
I'm testing in my fork so I use runs-on: ubuntu-latest for now. Will change before the PR lands.
Summary:
- Use
docker buildx baketo build multi-arch image. - Enable
linux/amd64andlinux/arm64for now - I have only update the
baseimage for now. I'm not sure if other images have all the packages needed forarm64. Potentially, python or any instruction we download binaries from other places. - Build seems to work fine in my fork (ignore the scan image step) https://github.com/tuananh/enterprise-images/actions/runs/7217598019/job/19665669577
@johnstcn is this something you ok with so that I can proceed?
@johnstcn is this something you ok with so that I can proceed?
Hey, so the basic approach looks fine to me. However, I'd like to do some further TLC on this repo before adding multi-arch images if that's OK?
@johnstcn is this something you ok with so that I can proceed?
Hey, so the basic approach looks fine to me. However, I'd like to do some further TLC on this repo before adding multi-arch images if that's OK?
Sure :)
@johnstcn is this something you ok with so that I can proceed?
Hey, so the basic approach looks fine to me. However, I'd like to do some further TLC on this repo before adding multi-arch images if that's OK?
Sure :)
I had a poke around at this in cj/buildx, I can get a certain distance before running into package issues. Will continue poking next chance I get.