compose/pkg/compose
Sebastiaan van Stijn 5ec37d08a5 build: replace uses of archive.CanonicalTarNameForPath
This function is an alias for filepath.IsAbs and we are considering deprecating
and/or removing this function in the archive package, so removing its uses
helps transitioning if we decide to deprecate and/or remove it.

[docker/cli@fb0788f] also added a normalize step in TrimBuildFilesFromExcludes,
so that callers are not _required_ to first normalize the path, so the
normalizeation may be redunant, but keeping the normalization as this variable
is used further down the code.

[docker/cli@fb0788f]: fb0788f18f

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2024-06-17 12:00:24 +02:00
..
testdata prefer canonical `compose.yaml` file name 2021-06-22 11:23:57 +02:00
attach.go adopt compose-go/v2 2023-12-05 18:54:31 +01:00
attach_service.go go ahead and wire up sig-proxy and no-stdin for consistency with underlying docker container attach 2024-01-08 17:15:11 -06:00
build.go Introduce support for build.entitlements 2024-04-10 12:27:49 +02:00
build_buildkit.go Improve buildkit node creation (#10843) 2023-08-03 15:11:16 -04:00
build_classic.go build: replace uses of archive.CanonicalTarNameForPath 2024-06-17 12:00:24 +02:00
compose.go add new navigation menu to open Compose app configuration in Docker Desktop 2024-05-22 11:34:10 +02:00
container.go lint: add `nolintlint` and clean up `nolint` directives (#9738) 2022-08-09 16:43:58 -04:00
containers.go docker compose up always kills the containers on second Ctrl-C 2024-04-14 17:44:39 +02:00
convergence.go Revert "Stop the resource timer after last expected event" 2024-04-15 22:05:46 +02:00
convergence_test.go Include all networks in ContainerCreate call if API >= 1.44 2024-02-07 16:21:15 +01:00
convert.go fix engine version require to use healthcheck.start_interval 2024-01-17 10:45:01 +01:00
cp.go deps: remove deprecated github.com/pkg/errors 2023-09-29 06:28:58 +02:00
create.go Set endpoint-specific DriverOpts 2024-05-22 12:39:20 +02:00
create_test.go Set endpoint-specific DriverOpts 2024-05-22 12:39:20 +02:00
dependencies.go Set Required false to depends_on containers for compose -p stop/down 2024-04-11 10:48:09 +02:00
dependencies_test.go Set Required false to depends_on containers for compose -p stop/down 2024-04-11 10:48:09 +02:00
desktop.go fix(desktop): remove overly-aggressive feature flag check (#11748) 2024-04-19 16:06:57 -04:00
down.go Set Required false to depends_on containers for compose -p stop/down 2024-04-11 10:48:09 +02:00
down_test.go Bump docker v26.0.0 2024-03-22 14:33:56 +01:00
envresolver.go config: case-insensitive env vars on Windows (#9438) 2022-08-02 14:56:09 -04:00
envresolver_test.go ci: remove uses of deprecated gotest.tools v2 (#9935) 2022-11-07 14:07:41 -05:00
errors.go adopt compose-go/v2 2023-12-05 18:54:31 +01:00
events.go update to v1.25 for RunAttach 2023-12-05 17:02:37 +01:00
exec.go update to v1.25 for RunAttach 2023-12-05 17:02:37 +01:00
filters.go detect network conflict as name is not guaranteed to be unique (#10612) 2023-05-31 14:46:23 -04:00
hash.go adopt compose-go/v2 2023-12-05 18:54:31 +01:00
hash_test.go adopt compose-go/v2 2023-12-05 18:54:31 +01:00
image_pruner.go Bump docker v26.0.0 2024-03-22 14:33:56 +01:00
images.go [lint] don't use deprecated types 2023-12-05 17:02:37 +01:00
kill.go docker compose up always kills the containers on second Ctrl-C 2024-04-14 17:44:39 +02:00
kill_test.go github.com/golang/mock is deprecated 2023-12-13 14:47:39 +01:00
logs.go Introduce --abort-on-container-failure 2024-04-08 15:40:54 +02:00
logs_test.go github.com/golang/mock is deprecated 2023-12-13 14:47:39 +01:00
ls.go [lint] don't use deprecated types 2023-12-05 17:02:37 +01:00
ls_test.go Add unit tests for combinedConfigFiles logic 2022-02-18 16:37:35 +01:00
metrics.go chore: fix typo in comment 2024-04-19 09:54:08 +02:00
pause.go cli: option to write status messages on stdout (#10549) 2023-05-11 12:45:00 -04:00
port.go when --index is not set select first service container 2023-07-07 14:08:24 +02:00
printer.go fix: return correct exit code with `--exit-code-from` (#11715) 2024-04-16 09:44:23 -04:00
ps.go Fix: change append to use slice index in ps.go 2024-05-30 16:16:01 +02:00
ps_test.go Fix: change append to use slice index in ps.go 2024-05-30 16:16:01 +02:00
publish.go Readd event 2024-06-10 12:06:30 +02:00
pull.go fix --resolve-image-digests 2024-05-22 10:54:55 +02:00
push.go Bump docker v26.0.0 2024-03-22 14:33:56 +01:00
remove.go [lint] don't use deprecated types 2023-12-05 17:02:37 +01:00
restart.go prevent concurrent map write relying on project immutability 2024-05-29 11:29:18 +02:00
run.go deps: update docker/cli to fix go version selection issue 2023-12-19 14:15:16 +00:00
scale.go progress for resource can be restarted after more Working event comes 2024-04-15 22:05:46 +02:00
secrets.go adopt compose-go/v2 2023-12-05 18:54:31 +01:00
start.go fix: return correct exit code with `--exit-code-from` (#11715) 2024-04-16 09:44:23 -04:00
stop.go Set Required false to depends_on containers for compose -p stop/down 2024-04-11 10:48:09 +02:00
stop_test.go github.com/golang/mock is deprecated 2023-12-13 14:47:39 +01:00
top.go project name MUST be lowercase 2022-04-13 09:49:01 +02:00
up.go enforce keyboard.Close is always executed to restore terminal 2024-06-11 07:20:37 +02:00
viz.go adopt compose-go/v2 2023-12-05 18:54:31 +01:00
viz_test.go github.com/golang/mock is deprecated 2023-12-13 14:47:39 +01:00
wait.go Add `docker compose wait` 2023-06-30 16:07:03 +02:00
watch.go progress for resource can be restarted after more Working event comes 2024-04-15 22:05:46 +02:00
watch_test.go introduce --watch 2024-02-28 19:04:58 +01:00