aws / aws-codebuild-docker-images

Official AWS CodeBuild repository for managed Docker images http://docs.aws.amazon.com/codebuild/latest/userguide/build-env-ref.html
Other
1.11k stars 973 forks source link

Add Docker buildx tool to al2/aarch64/standard:3.0 #642

Closed i4M1k0SU closed 7 months ago

i4M1k0SU commented 1 year ago

Issue #, if available: #640

Description of changes: Add docker-buildx binary, which has been removed from docker-cli in 23.0.0

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

i4M1k0SU commented 1 year ago

Changed to use /usr/local/lib/docker/cli-plugins dir, including docker-compose.

This solves #645 as a byproduct.

doowonee commented 11 months ago

Any progress? I really need this feature! Any reviewers?

nlsteers commented 11 months ago

bumping, we'd also really like this feature!

rjdsgomes commented 10 months ago

Also here, bumped in the same issue 🤔

PedroMiguelFMoreira commented 9 months ago

Same as all the above. 😢

ajsousas commented 9 months ago

Had the same issue :(

Dylan-AWS commented 7 months ago

This is no longer needed after #697 697