summaryrefslogtreecommitdiffstats
path: root/pkg/container/testdata/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/container/testdata/Dockerfile')
-rw-r--r--pkg/container/testdata/Dockerfile5
1 files changed, 5 insertions, 0 deletions
diff --git a/pkg/container/testdata/Dockerfile b/pkg/container/testdata/Dockerfile
new file mode 100644
index 0000000..3653a63
--- /dev/null
+++ b/pkg/container/testdata/Dockerfile
@@ -0,0 +1,5 @@
+FROM scratch
+ENV PATH="/this/path/does/not/exists/anywhere:/this/either"
+ENV SOME_RANDOM_VAR=""
+ENV ANOTHER_ONE="BUT_I_HAVE_VALUE"
+ENV CONFLICT_VAR="I_EXIST_ONLY_HERE"