From 39f95683b24ba11cce0fcaa19674026fe381c9da Mon Sep 17 00:00:00 2001 From: Anil Belur Date: Thu, 10 Jun 2021 17:49:36 +1000 Subject: [PATCH] Add test Dockerfile for docker jobs Signed-off-by: Anil Belur Change-Id: I19d3d08c7c5632ccba1d46101d7a783e661a3909 --- odl-docker/Dockerfile | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 odl-docker/Dockerfile diff --git a/odl-docker/Dockerfile b/odl-docker/Dockerfile new file mode 100644 index 0000000..0edcc30 --- /dev/null +++ b/odl-docker/Dockerfile @@ -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!"] -- 2.36.6