compose/pkg/e2e
Sebastiaan van Stijn 92f32b5c79
ci: use latest stable dockerfile syntax & rename docs Dockerfile (#9711)
* update dockerfiles to use latest stable syntax

Some Dockerfiles were pinned to a minor release, which meant they
wouldn't be updated to get the latest stable syntax (and fixes),
and one Dockerfile used the "labs" variant to use the HEREDOC syntax,
which has now been promoted to the stable syntax.

* docs: rename Dockerfile

There's no other Dockerfiles in the same path, so the "docs"
prefix was redundant.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-08-03 16:36:13 -04:00
..
fixtures ci: use latest stable dockerfile syntax & rename docs Dockerfile (#9711) 2022-08-03 16:36:13 -04:00
assert.go up: do not stop dependency containers (#9701) 2022-08-02 15:25:59 -04:00
buffer.go up: do not stop dependency containers (#9701) 2022-08-02 15:25:59 -04:00
build_test.go use '-' as separator by default for image name 2022-07-29 18:55:22 +02:00
cancel_test.go e2e: ensure all Compose cmds standalone compatible 2022-06-16 15:51:54 -04:00
cascade_stop_test.go e2e: ensure all Compose cmds standalone compatible 2022-06-16 15:51:54 -04:00
compose_down_test.go e2e: ensure all Compose cmds standalone compatible 2022-06-16 15:51:54 -04:00
compose_environment_test.go Fix environment variables priority between environment and .env 2022-07-28 12:57:44 +02:00
compose_exec_test.go e2e: use Compose for exec test 2022-06-16 16:44:21 -04:00
compose_run_test.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
compose_test.go switch tests back to '_' separator for networks and volumes 2022-08-01 17:25:43 +02:00
compose_up_test.go Use appropriate dependency condition for one-shot containers when running `compose up --wait` 2022-06-18 01:20:40 +02:00
cp_test.go e2e: fix subtests and block parallel unsafe tests 2022-06-15 16:27:30 -04:00
ddev_test.go e2e: always set HOME + USER for cmd env 2022-06-16 09:44:40 -04:00
e2e_config_plugin.go Use build tags for selecting e2e test mode 2021-12-09 10:52:18 +01:00
e2e_config_standalone.go Use build tags for selecting e2e test mode 2021-12-09 10:52:18 +01:00
framework.go Fix nolint issues 2022-07-13 19:33:06 +02:00
ipc_test.go e2e: fix subtests and block parallel unsafe tests 2022-06-15 16:27:30 -04:00
logs_test.go e2e: fix subtests and block parallel unsafe tests 2022-06-15 16:27:30 -04:00
main_test.go Use build tags for selecting e2e test mode 2021-12-09 10:52:18 +01:00
metrics_test.go e2e: ensure all Compose cmds standalone compatible 2022-06-16 15:51:54 -04:00
networks_test.go switch tests back to '_' separator for networks and volumes 2022-08-01 17:25:43 +02:00
pause_test.go e2e: split out `pause` tests and add more cases 2022-06-28 15:06:17 -04:00
ps_test.go e2e: fix spurious `ps` failures 2022-06-16 11:28:29 -04:00
restart_test.go e2e: ensure all Compose cmds standalone compatible 2022-06-16 15:51:54 -04:00
scan_message_test.go use '-' as separator by default for image name 2022-07-29 18:55:22 +02:00
secrets_test.go e2e: ensure all Compose cmds standalone compatible 2022-06-16 15:51:54 -04:00
start_stop_test.go Add E2E tests for `compose stop` with compose file 2022-08-02 22:33:26 +02:00
up_test.go up: do not stop dependency containers (#9701) 2022-08-02 15:25:59 -04:00
volumes_test.go switch tests back to '_' separator for networks and volumes 2022-08-01 17:25:43 +02:00