compose/pkg
Sebastiaan van Stijn ae3309afab pkg/compose: build with bake: drop support for buildx v0.16 and lower
[buildx v0.17][1] was released a Year ago, so any version this
conditional code was accounting for would be versions before that;
the latest of which being [buildx v0.16.2][2] (July 2024).

Given that those versions are long EOL and no longer supported, we
can probably remove the conditional code.

[1]: https://github.com/docker/buildx/releases/tag/v0.17.0
[2]: https://github.com/docker/buildx/releases/tag/v0.16.2

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2025-10-14 08:02:58 +02:00
..
api publish Compose application as compose.yaml + images 2025-10-03 10:59:57 +02:00
bridge fixed lint error 2025-07-28 10:07:03 +02:00
compose pkg/compose: build with bake: drop support for buildx v0.16 and lower 2025-10-14 08:02:58 +02:00
e2e bake only interpolates ${*} 2025-10-13 10:40:19 +02:00
mocks pkg/mocks: re-generate mocks 2025-09-25 16:50:44 +02:00
progress improved lint error 2025-07-27 15:12:38 +02:00
prompt (refactoring) introduce monitor to manage containers events and application termination 2025-07-16 17:24:11 +02:00
remote publish Compose application as compose.yaml + images 2025-10-03 10:59:57 +02:00
utils
watch pkg/watch: remove unused IsWindowsShortReadError 2025-09-24 09:29:27 +02:00