From: Anil Belur Date: Thu, 10 Jun 2021 07:49:36 +0000 (+1000) Subject: Add test Dockerfile for docker jobs X-Git-Tag: 14.2.0~3 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=39f95683b24ba11cce0fcaa19674026fe381c9da;p=integration%2Fpackaging.git Add test Dockerfile for docker jobs Signed-off-by: Anil Belur Change-Id: I19d3d08c7c5632ccba1d46101d7a783e661a3909 --- 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!"]