Nicolas De Loof 6007d4c7e7 publish env_file references as opaque hash to prevent paths conflicts před 2 měsíci
..
testdata 6007d4c7e7 publish env_file references as opaque hash to prevent paths conflicts před 2 měsíci
transform 6007d4c7e7 publish env_file references as opaque hash to prevent paths conflicts před 2 měsíci
apiSocket.go 51acc58453 mount /var/run/docker.sock for --use-api-socket před 6 měsíci
attach.go 485b6200ee (refactoring) introduce monitor to manage containers events and application termination před 5 měsíci
attach_service.go 80823b77ef go ahead and wire up sig-proxy and no-stdin for consistency with underlying docker container attach před 1 rokem
build.go 09689400e5 fix run --build support for service:* reference in additional_context před 3 měsíci
build_bake.go e19e1278b5 fail build if minimal required version of buildx isn't installed před 2 měsíci
build_buildkit.go 0b0242d0ac add dry-run support to bake build před 5 měsíci
build_classic.go 63920c4cc0 pkg/compose: align classic builder implementation with docker/cli před 2 měsíci
build_test.go fc8c56b407 select services implicitly declared by a service:xx build dependency před 7 měsíci
commit.go ad4cbee498 bump github.com/docker/docker, docker/cli v28.2.2 před 6 měsíci
compose.go 9b4fcce034 introduce WithPrompt to configure compose backend to use a plugable UI component for user interaction před 2 měsíci
container.go beb81a73f9 pkg/compose: remove aliases for container-state consts před 3 měsíci
containers.go f217207876 pkg/compose: use state consts from moby API před 3 měsíci
convergence.go f217207876 pkg/compose: use state consts from moby API před 3 měsíci
convergence_test.go cf2fc2005c go.mod: docker/docker, docker/cli v28.0.0, buildx v0.21.1 před 10 měsíci
convert.go 0403f0d76d e2e test for start_interval před 8 měsíci
cp.go 1d2223fb23 pkg/compose: use local copy of pkg/system.IsAbs před 5 měsíci
create.go 9b4fcce034 introduce WithPrompt to configure compose backend to use a plugable UI component for user interaction před 2 měsíci
create_test.go 955e4ed94e introduce networks.interface_name před 8 měsíci
dependencies.go 12b73bea73 remove utils.Contains to prefer slice.ContainsFunc před 7 měsíci
dependencies_test.go 5059a1d7bf Set Required false to depends_on containers for compose -p stop/down před 1 rokem
desktop.go e25265dd55 remove unused code to only rely on api.Service před 2 měsíci
down.go d4f6000712 remove import aliases for containerd/errdefs před 5 měsíci
down_test.go c50d16cd78 pkg/compose: remove uses of moby/errdefs před 5 měsíci
envresolver.go 446e00520c format code with gofumpt před 1 rokem
envresolver_test.go 34e945a598 ci: remove uses of deprecated gotest.tools v2 (#9935) před 3 roky
events.go 35efa97b7d feat: add since & until flags to events command před 5 měsíci
exec.go 3553aa26a6 add a default statut messsage to exec error to avoid empty line display před 6 měsíci
export.go 482b622282 pkg/compose: implement Export using atomicwriter před 8 měsíci
filters.go 1bd8a773a7 detect network conflict as name is not guaranteed to be unique (#10612) před 2 roky
generate.go 046879a4a2 replace uses of golang.org/x/exp/(maps|slices) for stdlib před 6 měsíci
hash.go 332311358e Recreate container on volume configuration change před 1 rokem
hash_test.go cda04f288e adopt compose-go/v2 před 2 roky
hook.go 485b6200ee (refactoring) introduce monitor to manage containers events and application termination před 5 měsíci
image_pruner.go d4f6000712 remove import aliases for containerd/errdefs před 5 měsíci
images.go 6078b4d99d Fix: use image created time when last tag time is not present před 4 měsíci
images_test.go 6078b4d99d Fix: use image created time when last tag time is not present před 4 měsíci
kill.go cf2fc2005c go.mod: docker/docker, docker/cli v28.0.0, buildx v0.21.1 před 10 měsíci
kill_test.go f217207876 pkg/compose: use state consts from moby API před 3 měsíci
logs.go 4dd369bdcb fix sigint/sigterm support in logs --follow před 3 měsíci
logs_test.go 485b6200ee (refactoring) introduce monitor to manage containers events and application termination před 5 měsíci
ls.go 2e71440bee refactor: use slices.Contains to simplify code před 7 měsíci
ls_test.go 7bedb5a02c bump golangci-lint to version v2.0.2 před 9 měsíci
model.go 2d482e61ce propagate docker endpoint to bake using DOCKER_* env variables před 3 měsíci
monitor.go cb3691154b detect container is restarted před 3 měsíci
pause.go cf2fc2005c go.mod: docker/docker, docker/cli v28.0.0, buildx v0.21.1 před 10 měsíci
plugins.go 8bc8593fd0 provider services: use '--project-name=' notation před 2 měsíci
plugins_windows.go 053d225824 append .exe to provider name doing executable lookup on windows před 7 měsíci
port.go cf2fc2005c go.mod: docker/docker, docker/cli v28.0.0, buildx v0.21.1 před 10 měsíci
printer.go cb3691154b detect container is restarted před 3 měsíci
ps.go f1efbb8322 use enum-consts for State and Health před 4 měsíci
ps_test.go f1efbb8322 use enum-consts for State and Health před 4 měsíci
publish.go 6007d4c7e7 publish env_file references as opaque hash to prevent paths conflicts před 2 měsíci
publish_test.go 6007d4c7e7 publish env_file references as opaque hash to prevent paths conflicts před 2 měsíci
pull.go da5c57c29d test digest or canonical reference, not only tag, when checking if an image is already present před 2 měsíci
push.go 8978c1027d use containerd registry client před 3 měsíci
remove.go 9b4fcce034 introduce WithPrompt to configure compose backend to use a plugable UI component for user interaction před 2 měsíci
restart.go 342a2a9e71 Fix support for depends_on.restart in up and restart commands před 9 měsíci
run.go ee75be342b Set secret/config uid:gid to match container's USER před 2 měsíci
scale.go 446e00520c format code with gofumpt před 1 rokem
secrets.go 585c4db4f9 Compose can't create a tar with adequate uid:gid ownership před 2 měsíci
shellout.go a429c09dfa fix support for build with bake when target docker endpoint requires TLS před 3 měsíci
start.go 2c12ad19db use log API for containers we didn't attached to před 5 měsíci
stop.go 29308cb97e keep containers attached on stop to capture termination logs před 5 měsíci
stop_test.go cf2fc2005c go.mod: docker/docker, docker/cli v28.0.0, buildx v0.21.1 před 10 měsíci
suffix_unix.go 053d225824 append .exe to provider name doing executable lookup on windows před 7 měsíci
top.go f70209cf15 review: move Summary/Replica collection from cmd/ to pkg/ před 9 měsíci
up.go e25265dd55 remove unused code to only rely on api.Service před 2 měsíci
viz.go c23a7e7281 golangci-lint: enable copyloopvar linter před 10 měsíci
viz_test.go 11e9621da5 ci: enable testifylint linter před 1 rokem
volumes.go a473341058 volume ls command can run without a project před 3 měsíci
volumes_test.go a473341058 volume ls command can run without a project před 3 měsíci
wait.go c23a7e7281 golangci-lint: enable copyloopvar linter před 10 měsíci
watch.go fa7e85ed83 Write error to watcher error channel if Start() fails před 2 měsíci
watch_test.go 485b6200ee (refactoring) introduce monitor to manage containers events and application termination před 5 měsíci