Add test Dockerfile for docker jobs 07/96507/1
authorAnil Belur <abelur@linuxfoundation.org>
Thu, 10 Jun 2021 07:49:36 +0000 (17:49 +1000)
committerAnil Belur <abelur@linuxfoundation.org>
Thu, 10 Jun 2021 07:50:31 +0000 (17:50 +1000)
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
Change-Id: I19d3d08c7c5632ccba1d46101d7a783e661a3909

odl-docker/Dockerfile [new file with mode: 0644]

diff --git a/odl-docker/Dockerfile b/odl-docker/Dockerfile
new file mode 100644 (file)
index 0000000..0edcc30
--- /dev/null
@@ -0,0 +1,12 @@
+# SPDX-License-Identifier: EPL-1.0
+##############################################################################
+# Copyright (c) 2021 The Linux Foundation and others.
+#
+# All rights reserved. This program and the accompanying materials
+# are made available under the terms of the Eclipse Public License v1.0
+# which accompanies this distribution, and is available at
+# http://www.eclipse.org/legal/epl-v10.html
+##############################################################################
+
+FROM alpine
+CMD ["echo", "Hello StackOverflow!"]