Skip to content

Switch builder images to use gcc images as base for any fallback target #261

@FedeDP

Description

@FedeDP

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 ?

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions