aboutsummaryrefslogtreecommitdiff
path: root/tcwg-base/tcwg-host/Dockerfile.in
diff options
context:
space:
mode:
Diffstat (limited to 'tcwg-base/tcwg-host/Dockerfile.in')
-rw-r--r--tcwg-base/tcwg-host/Dockerfile.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/tcwg-base/tcwg-host/Dockerfile.in b/tcwg-base/tcwg-host/Dockerfile.in
new file mode 100644
index 00000000..cb6e235e
--- /dev/null
+++ b/tcwg-base/tcwg-host/Dockerfile.in
@@ -0,0 +1,13 @@
+FROM linaro/ci-#{ARCH}-tcwg-base-ubuntu:#{DISTRO}
+
+COPY docker-wrapper /usr/local/bin/docker
+COPY docker-stats /usr/local/bin/
+
+COPY run.sh start.sh /
+
+#if ARCH_amd64 || ARCH_arm64
+ENTRYPOINT ["/run.sh"]
+#else
+ENTRYPOINT ["linux32", "/run.sh"]
+#endif
+CMD ["start.sh"]