compose/pkg/compose
Vedant Koditkar 1d4cb32001
Add support to push images quietly via compose cli
Signed-off-by: Vedant Koditkar <vedant.koditkar@outlook.com>
2022-10-11 15:19:23 -05:00
..
testdata prefer canonical `compose.yaml` file name 2021-06-22 11:23:57 +02:00
attach.go Fix nolint issues 2022-07-13 19:33:06 +02:00
build.go remove unnecessary code 2022-09-26 20:54:33 +02:00
build_buildkit.go build: label built images for reliable cleanup on `down` 2022-09-07 17:57:29 -04:00
build_classic.go Merge remote-tracking branch 'upstream/v2' into down-image-rm 2022-09-13 18:00:41 +01:00
compose.go Merge remote-tracking branch 'upstream/v2' into down-image-rm 2022-09-13 18:00:41 +01:00
container.go lint: add `nolintlint` and clean up `nolint` directives (#9738) 2022-08-09 16:43:58 -04:00
containers.go align cp command index management with exec command 2022-05-10 10:50:40 +02:00
convergence.go up/start/run: don't wait for disabled service 2022-08-17 12:32:10 -05:00
convergence_test.go logs: filter to services from current Compose file (#9811) 2022-09-08 16:26:00 -04:00
convert.go Move compose v2 implementation under pkg/compose with dependencies 2021-06-15 15:52:48 +02:00
cp.go Add "style" tag to gocritic 2022-07-13 19:33:06 +02:00
create.go Don't overwrite existing dependency condition 2022-09-15 09:53:52 -04:00
create_test.go Fix linting issues 2022-09-15 10:04:06 -04:00
dependencies.go deps: fix race condition during graph traversal (#9878) 2022-09-27 09:01:13 -04:00
dependencies_test.go deps: fix race condition during graph traversal (#9878) 2022-09-27 09:01:13 -04:00
down.go don't fail when trying to remove an orphan container during down command 2022-10-06 16:44:37 +02:00
down_test.go Merge remote-tracking branch 'upstream/v2' into down-image-rm 2022-09-13 18:00:41 +01:00
envresolver.go config: case-insensitive env vars on Windows (#9438) 2022-08-02 14:56:09 -04:00
envresolver_test.go config: case-insensitive env vars on Windows (#9438) 2022-08-02 14:56:09 -04:00
errors.go Move compose v2 implementation under pkg/compose with dependencies 2021-06-15 15:52:48 +02:00
events.go project name MUST be lowercase 2022-04-13 09:49:01 +02:00
exec.go align cp command index management with exec command 2022-05-10 10:50:40 +02:00
filters.go move compose-cli code into docker/compose/v2 2021-08-31 19:09:19 +02:00
hash.go update usage strings for consistency 2022-08-02 13:32:29 +02:00
image_pruner.go add license to file 2022-09-13 18:29:42 +01:00
images.go project name MUST be lowercase 2022-04-13 09:49:01 +02:00
kill.go Apply compose model on `compose kill`, add `--remove-orphans` 2022-08-19 04:26:08 +02:00
kill_test.go Merge remote-tracking branch 'upstream/v2' into down-image-rm 2022-09-13 18:00:41 +01:00
logs.go logs: filter to services from current Compose file (#9811) 2022-09-08 16:26:00 -04:00
logs_test.go logs: filter to services from current Compose file (#9811) 2022-09-08 16:26:00 -04:00
ls.go Add gocritic to linters 2022-07-13 19:33:03 +02:00
ls_test.go Add unit tests for combinedConfigFiles logic 2022-02-18 16:37:35 +01:00
metrics.go Add gocritic to linters 2022-07-13 19:33:03 +02:00
pause.go if command is ran with a compose file, apply the compose model, not just project name 2022-08-02 22:33:26 +02:00
port.go project name MUST be lowercase 2022-04-13 09:49:01 +02:00
printer.go Only capture exit codes from `exit` events 2022-08-28 21:01:40 +02:00
ps.go Filter `compose ps` output by provided compose model 2022-08-02 22:33:26 +02:00
ps_test.go logs: filter to services from current Compose file (#9811) 2022-09-08 16:26:00 -04:00
pull.go pull: improve output for services with both image+build (#9829) 2022-09-13 14:38:13 +01:00
push.go Add support to push images quietly via compose cli 2022-10-11 15:19:23 -05:00
remove.go if command is ran with a compose file, apply the compose model, not just project name 2022-08-02 22:33:26 +02:00
restart.go if command is ran with a compose file, apply the compose model, not just project name 2022-08-02 22:33:26 +02:00
run.go run: clean service command if entrypoint is overridden (#9836) 2022-09-26 12:08:14 -04:00
secrets.go Add "opinionated" tag to gocritic 2022-07-13 19:33:06 +02:00
start.go Restrict compose project to selected services and dependencies on `compose start` 2022-09-08 12:31:55 -04:00
stop.go if command is ran with a compose file, apply the compose model, not just project name 2022-08-02 22:33:26 +02:00
stop_test.go logs: filter to services from current Compose file (#9811) 2022-09-08 16:26:00 -04:00
top.go project name MUST be lowercase 2022-04-13 09:49:01 +02:00
up.go up: do not stop dependency containers (#9701) 2022-08-02 15:25:59 -04:00