aboutsummaryrefslogtreecommitdiff
path: root/test/common-utils/devcontainer-info
diff options
context:
space:
mode:
Diffstat (limited to 'test/common-utils/devcontainer-info')
-rw-r--r--test/common-utils/devcontainer-info/Dockerfile3
-rw-r--r--test/common-utils/devcontainer-info/meta.env8
2 files changed, 11 insertions, 0 deletions
diff --git a/test/common-utils/devcontainer-info/Dockerfile b/test/common-utils/devcontainer-info/Dockerfile
new file mode 100644
index 0000000..28247d9
--- /dev/null
+++ b/test/common-utils/devcontainer-info/Dockerfile
@@ -0,0 +1,3 @@
+FROM ubuntu:focal
+
+COPY meta.env /usr/local/etc/dev-containers/meta.env
diff --git a/test/common-utils/devcontainer-info/meta.env b/test/common-utils/devcontainer-info/meta.env
new file mode 100644
index 0000000..dfc61d3
--- /dev/null
+++ b/test/common-utils/devcontainer-info/meta.env
@@ -0,0 +1,8 @@
+VERSION='test-version'
+DEFINITION_ID='test-id'
+VARIANT='test-variant'
+GIT_REPOSITORY='test-repository'
+GIT_REPOSITORY_RELEASE='test-release'
+GIT_REPOSITORY_REVISION='test-revision'
+BUILD_TIMESTAMP='test-time'
+CONTENTS_URL='test-url'