GoogleContainerTools / jib

🏗 Build container images for your Java applications.
Apache License 2.0
13.71k stars 1.44k forks source link

Adding a platform-dependant executable to a Jib image #4336

Open lesteenman opened 2 weeks ago

lesteenman commented 2 weeks ago

We have a multiplatform Jib build (linux/arm64 and linux/amd64), to which we need to add an executable (the AWS ecr-credentials-helper for Docker, to be precise). However, there does not seem to be a way to do this; Adding files can only be done generically.

What I've considered: