debuerreotype / docker-debian-snapshot-scripts

Scripts for downloading, building, and pushing "https://hub.docker.com/r/debian/snapshot/" tags
MIT License
0 stars 1 forks source link

aarch64 docker image #1

Open okias opened 1 year ago

okias commented 1 year ago

Could you also generate aarch64 images?

Thank you!

okias commented 1 year ago

ping, any chances to add the aarch64?

tianon commented 1 year ago

Sorry! I've looked into what this would take, and it's not exactly straightforward -- I don't want to just add arm64 because that would beg the question why arm64 and not all the other arches the debian images support, but that gets a little bit complicated because they don't all use exactly the same debian.sources / sources.list content (debian-ports being a notable example).

Honestly, when I need what these images provide, I don't typically use them directly because I usually want to be from the -slim variants of the debian image instead (which this image doesn't provide), so I end up munging sources.list myself. :see_no_evil:

okias commented 1 year ago

We would find a use for it on https://gitlab.freedesktop.org/ -slim variant would be even better, but even now, we do multiple steps to strip and add stuff into images (for Mesa3D CI).