concourse / docker-image-resource

a resource for docker images
Apache License 2.0
166 stars 260 forks source link

Please Add Support for Muilding Multi-Arch Images #356

Open alexgaganashvili opened 1 year ago

alexgaganashvili commented 1 year ago

Is your feature request related to a problem? Please describe.

.

Describe the solution you'd like

I'd like the resource to support building multi-arch images.

Describe alternatives you've considered

No response

Additional context

No response

xtremerui commented 1 year ago

The feature is available on https://github.com/concourse/registry-image-resource. Check platform in its source configuration

alexgaganashvili commented 1 year ago

@xtremerui, yes, I'm aware of that feature being available in registry-image-resource. However, it does not support multiple architectures. Specifically, what I need is be able to pull an image for arm64 and amd64 when during retagging.