Motivation
It would be much simpler for us to rely on the official gcc images: https://hub.docker.com/_/gcc.
Feature
Official gcc images are multi platform; support x86_64, arm64, arm32 and s390x.
Moreover, they are official, therefore they won't suddenly disappear.
Using them, we could drop the arch from our builder images regex, as all our builder images would be multiarch.
Moreover, we could cover any gcc version we want; finally, we would also have a single image for each gcc version (no more a single image that provides a list of gcc versions!)
I'd wait for #258 and the PR by Aldo to port the Images listing code from docker client to falcoctl.
WDYT @EXONER4TED @alacuku @Lowaiz @dwindsor ?
Motivation
It would be much simpler for us to rely on the official gcc images: https://hub.docker.com/_/gcc.
Feature
Official gcc images are multi platform; support x86_64, arm64, arm32 and s390x.
Moreover, they are official, therefore they won't suddenly disappear.
Using them, we could drop the
archfrom our builder images regex, as all our builder images would be multiarch.Moreover, we could cover any gcc version we want; finally, we would also have a single image for each gcc version (no more a single image that provides a list of gcc versions!)
I'd wait for #258 and the PR by Aldo to port the Images listing code from
docker clienttofalcoctl.WDYT @EXONER4TED @alacuku @Lowaiz @dwindsor ?