compose/pkg/e2e/fixtures
Guillaume Lours 7bc2630b65 fix(config): resolve service environment when computing --hash
Containers are created from a project whose service environment is
resolved (env_file merged into environment), but since v2.22.0 `config
--hash` skipped that resolution, so hashes diverged from the
com.docker.compose.config-hash label for services using env_file.

Resolve the environment of the hashed services only, so a broken
env_file or platforms on an unrelated service still doesn't prevent
hashing, and honor --no-env-resolution as an escape hatch.

Fixes #14001

Signed-off-by: Guillaume Lours <glours@users.noreply.github.com>
2026-08-11 08:37:13 +02:00
..
attach-restart
bridge fix the helm bridge e2e tests after the latest update of the templates 2025-07-16 16:04:52 +02:00
bridge-build-only fix(bridge): skip pulling default image references for build-only services 2026-08-06 16:00:08 +02:00
build-dependencies build dependent service images when required 2025-06-02 12:28:43 +02:00
build-infinite
build-test bake only interpolates ${*} 2025-10-13 10:40:19 +02:00
cascade
commit
compose-pull
config fix(config): apply config flags to --services/--volumes/--networks/--models/--hash 2026-07-30 11:38:20 +02:00
config_hash fix(config): resolve service environment when computing --hash 2026-08-11 08:37:13 +02:00
configs
container_name
cp-test
dependencies test: Set stop_signal to SIGTERM 2025-09-19 10:31:20 +02:00
dotenv
env-secret Compose can't create a tar with adequate uid:gid ownership 2025-10-20 09:51:58 +02:00
env_file run only loads required service env_file and ignores others 2025-03-18 09:39:15 +01:00
environment
exec prefer application container vs one-off running exec without index 2025-09-07 14:41:34 +02:00
export
external
hooks make sure the post_start hooks fails 2025-06-30 12:37:58 +02:00
image-volume-recreate compose: recreate container when mounted image digest changes 2026-01-26 15:55:44 +01:00
init-container
ipam
ipc-test
links
logging-driver
logs-test
model introduce support for models 2025-06-30 19:22:35 +02:00
nested
network-alias
network-interface-name introduce networks.interface_name 2025-04-24 12:06:17 +02:00
network-links
network-recreate end-to-end test 2025-06-02 18:57:07 +02:00
network-test
no-deps
orphans
pause
port-range run ContainerStart sequentially 2025-05-20 09:47:58 +02:00
pre_start pre_start: support pre_start lifecycle hooks 2026-06-30 10:49:04 +02:00
profiles
project-volume-bind-test
providers Fix rawsetenv nil-pointer guard for inherit-from-shell env vars 2026-06-23 15:01:33 +02:00
ps-test
publish fix(oci): honor --insecure-registry when up re-loads the model 2026-07-21 16:24:34 +02:00
recreate-volumes
resources
restart-test test: Set stop_signal to SIGTERM 2025-09-19 10:31:20 +02:00
run-test fixes 2025-11-06 08:02:59 +01:00
scale
sentences
simple-build-test
simple-composefile
start-fail
start-stop
start_interval e2e test for start_interval 2025-04-30 11:08:09 +02:00
stdout-stderr
stop keep containers attached on stop to capture termination logs 2025-07-15 11:26:44 +02:00
switch-volumes
ups-deps-stop
volume-test
volumes introduce volume.type=image 2025-04-09 16:59:42 +02:00
wait
watch test: Set stop_signal to SIGTERM in nginx-based services 2026-08-10 12:42:02 +02:00
wrong-composefile