Nicolas De Loof 07602f2070 publish Compose application as compose.yaml + images vor 3 Monaten
..
testdata 66a47169d5 Publish compose file with required siblings used by `extends` vor 10 Monaten
transform c3a0c35681 implement extends.file replace without yqlib vor 9 Monaten
apiSocket.go 51acc58453 mount /var/run/docker.sock for --use-api-socket vor 6 Monaten
attach.go 485b6200ee (refactoring) introduce monitor to manage containers events and application termination vor 5 Monaten
attach_service.go 80823b77ef go ahead and wire up sig-proxy and no-stdin for consistency with underlying docker container attach vor 2 Jahren
build.go 09689400e5 fix run --build support for service:* reference in additional_context vor 3 Monaten
build_bake.go cf7e31f731 escape $ in bake.json as interpolation already has been managed by compose vor 3 Monaten
build_buildkit.go 0b0242d0ac add dry-run support to bake build vor 5 Monaten
build_classic.go 713de5bb9e pkg/compose: explicitly map AuthConfig fields instead of a direct cast vor 3 Monaten
build_test.go fc8c56b407 select services implicitly declared by a service:xx build dependency vor 8 Monaten
commit.go ad4cbee498 bump github.com/docker/docker, docker/cli v28.2.2 vor 7 Monaten
compose.go cf2fc2005c go.mod: docker/docker, docker/cli v28.0.0, buildx v0.21.1 vor 10 Monaten
container.go beb81a73f9 pkg/compose: remove aliases for container-state consts vor 3 Monaten
containers.go f217207876 pkg/compose: use state consts from moby API vor 3 Monaten
convergence.go f217207876 pkg/compose: use state consts from moby API vor 3 Monaten
convergence_test.go cf2fc2005c go.mod: docker/docker, docker/cli v28.0.0, buildx v0.21.1 vor 10 Monaten
convert.go 0403f0d76d e2e test for start_interval vor 8 Monaten
cp.go 1d2223fb23 pkg/compose: use local copy of pkg/system.IsAbs vor 5 Monaten
create.go 04b8ac5fe4 Unquote volume names in creation events vor 4 Monaten
create_test.go 955e4ed94e introduce networks.interface_name vor 8 Monaten
dependencies.go 12b73bea73 remove utils.Contains to prefer slice.ContainsFunc vor 7 Monaten
dependencies_test.go 5059a1d7bf Set Required false to depends_on containers for compose -p stop/down vor 1 Jahr
desktop.go f5491328bb remove support of Synchronize File Shares integration with Docker Desktop vor 8 Monaten
down.go d4f6000712 remove import aliases for containerd/errdefs vor 5 Monaten
down_test.go c50d16cd78 pkg/compose: remove uses of moby/errdefs vor 5 Monaten
envresolver.go 446e00520c format code with gofumpt vor 1 Jahr
envresolver_test.go 34e945a598 ci: remove uses of deprecated gotest.tools v2 (#9935) vor 3 Jahren
events.go 35efa97b7d feat: add since & until flags to events command vor 5 Monaten
exec.go 3553aa26a6 add a default statut messsage to exec error to avoid empty line display vor 6 Monaten
export.go 482b622282 pkg/compose: implement Export using atomicwriter vor 8 Monaten
filters.go 1bd8a773a7 detect network conflict as name is not guaranteed to be unique (#10612) vor 2 Jahren
generate.go 046879a4a2 replace uses of golang.org/x/exp/(maps|slices) for stdlib vor 7 Monaten
hash.go 332311358e Recreate container on volume configuration change vor 1 Jahr
hash_test.go cda04f288e adopt compose-go/v2 vor 2 Jahren
hook.go 485b6200ee (refactoring) introduce monitor to manage containers events and application termination vor 5 Monaten
image_pruner.go d4f6000712 remove import aliases for containerd/errdefs vor 5 Monaten
images.go 6078b4d99d Fix: use image created time when last tag time is not present vor 4 Monaten
images_test.go 6078b4d99d Fix: use image created time when last tag time is not present vor 4 Monaten
kill.go cf2fc2005c go.mod: docker/docker, docker/cli v28.0.0, buildx v0.21.1 vor 10 Monaten
kill_test.go f217207876 pkg/compose: use state consts from moby API vor 3 Monaten
logs.go 4dd369bdcb fix sigint/sigterm support in logs --follow vor 3 Monaten
logs_test.go 485b6200ee (refactoring) introduce monitor to manage containers events and application termination vor 5 Monaten
ls.go 2e71440bee refactor: use slices.Contains to simplify code vor 7 Monaten
ls_test.go 7bedb5a02c bump golangci-lint to version v2.0.2 vor 9 Monaten
model.go 2d482e61ce propagate docker endpoint to bake using DOCKER_* env variables vor 3 Monaten
monitor.go cb3691154b detect container is restarted vor 3 Monaten
pause.go cf2fc2005c go.mod: docker/docker, docker/cli v28.0.0, buildx v0.21.1 vor 10 Monaten
plugins.go 8bc8593fd0 provider services: use '--project-name=' notation vor 3 Monaten
plugins_windows.go 053d225824 append .exe to provider name doing executable lookup on windows vor 7 Monaten
port.go cf2fc2005c go.mod: docker/docker, docker/cli v28.0.0, buildx v0.21.1 vor 10 Monaten
printer.go cb3691154b detect container is restarted vor 3 Monaten
ps.go f1efbb8322 use enum-consts for State and Health vor 4 Monaten
ps_test.go f1efbb8322 use enum-consts for State and Health vor 4 Monaten
publish.go 07602f2070 publish Compose application as compose.yaml + images vor 3 Monaten
publish_test.go 8978c1027d use containerd registry client vor 3 Monaten
pull.go 8978c1027d use containerd registry client vor 3 Monaten
push.go 8978c1027d use containerd registry client vor 3 Monaten
remove.go cf2fc2005c go.mod: docker/docker, docker/cli v28.0.0, buildx v0.21.1 vor 10 Monaten
restart.go 342a2a9e71 Fix support for depends_on.restart in up and restart commands vor 9 Monaten
run.go a9e76943f6 introduce support for models vor 6 Monaten
scale.go 446e00520c format code with gofumpt vor 1 Jahr
secrets.go 6e814eac35 fix(secrets): Reverted secrets file mode 440 -> 444 vor 9 Monaten
shellout.go a429c09dfa fix support for build with bake when target docker endpoint requires TLS vor 3 Monaten
start.go 2c12ad19db use log API for containers we didn't attached to vor 5 Monaten
stop.go 29308cb97e keep containers attached on stop to capture termination logs vor 5 Monaten
stop_test.go cf2fc2005c go.mod: docker/docker, docker/cli v28.0.0, buildx v0.21.1 vor 10 Monaten
suffix_unix.go 053d225824 append .exe to provider name doing executable lookup on windows vor 7 Monaten
top.go f70209cf15 review: move Summary/Replica collection from cmd/ to pkg/ vor 9 Monaten
up.go cb3691154b detect container is restarted vor 3 Monaten
viz.go c23a7e7281 golangci-lint: enable copyloopvar linter vor 10 Monaten
viz_test.go 11e9621da5 ci: enable testifylint linter vor 1 Jahr
volumes.go a473341058 volume ls command can run without a project vor 3 Monaten
volumes_test.go a473341058 volume ls command can run without a project vor 3 Monaten
wait.go c23a7e7281 golangci-lint: enable copyloopvar linter vor 10 Monaten
watch.go ab7a6e9322 pkg/compose: remove uses of deprecated mitchellh/mapstructure module vor 3 Monaten
watch_test.go 485b6200ee (refactoring) introduce monitor to manage containers events and application termination vor 5 Monaten