tests/integration: Automate manual 'interpolation' test

Signed-off-by: Monika Kairaityte <monika@kibit.lt>
This commit is contained in:
Monika Kairaityte
2024-09-09 12:23:26 +03:00
parent 229650cba8
commit 8d0dd214ae
2 changed files with 47 additions and 2 deletions

View File

@@ -4,8 +4,8 @@ services:
image: busybox
command: ["/bin/busybox", "sh", "-c", "export | grep EXAMPLE"]
environment:
EXAMPLE_VARIABLE: "Host user: $USER"
EXAMPLE_BRACES: "Host user: ${USER}"
EXAMPLE_VARIABLE: "Host user: $EXAMPLE_VARIABLE_USER"
EXAMPLE_BRACES: "Host user: ${EXAMPLE_VARIABLE_USER}"
EXAMPLE_COLON_DASH_DEFAULT: ${NOT_A_VARIABLE:-My default}
EXAMPLE_DASH_DEFAULT: ${NOT_A_VARIABLE-My other default}
EXAMPLE_DOT_ENV: $DOT_ENV_VARIABLE