You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jclouds.apache.org by an...@apache.org on 2014/08/05 10:06:32 UTC

[3/3] git commit: Removing dockerFile

Removing dockerFile

Unintentionally added in 9b124ee9


Project: http://git-wip-us.apache.org/repos/asf/jclouds-labs/repo
Commit: http://git-wip-us.apache.org/repos/asf/jclouds-labs/commit/8528e529
Tree: http://git-wip-us.apache.org/repos/asf/jclouds-labs/tree/8528e529
Diff: http://git-wip-us.apache.org/repos/asf/jclouds-labs/diff/8528e529

Branch: refs/heads/1.8.x
Commit: 8528e529b475bfd0fc1970a5c1d36e7623137fc7
Parents: 7b7e299
Author: Andrew Phillips <an...@apache.org>
Authored: Thu Jul 31 16:49:27 2014 -0400
Committer: Andrew Phillips <an...@apache.org>
Committed: Thu Jul 31 16:55:10 2014 -0400

----------------------------------------------------------------------
 dockerFile | 29 -----------------------------
 1 file changed, 29 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jclouds-labs/blob/8528e529/dockerFile
----------------------------------------------------------------------
diff --git a/dockerFile b/dockerFile
deleted file mode 100644
index 1318715..0000000
--- a/dockerFile
+++ /dev/null
@@ -1,29 +0,0 @@
-#
-# Licensed to the Apache Software Foundation (ASF) under one or more
-# contributor license agreements.  See the NOTICE file distributed with
-# this work for additional information regarding copyright ownership.
-# The ASF licenses this file to You under the Apache License, Version 2.0
-# (the "License"); you may not use this file except in compliance with
-# the License.  You may obtain a copy of the License at
-#
-#     http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS,
-# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-# See the License for the specific language governing permissions and
-# limitations under the License.
-#
-
-FROM centos:6.4
-MAINTAINER Andrea Turli <an...@gmail.com>
-
-# RUN yum -y groupinstall 'Development Tools'
-RUN yum -y install openssh-server openssh-clients
-
-RUN chkconfig sshd on
-RUN service sshd start
-RUN echo 'root:password' | chpasswd
-
-EXPOSE 22
-CMD ["/usr/sbin/sshd", "-D"]
\ No newline at end of file