Repository: jclouds-labs Updated Branches: refs/heads/master 1bb867360 -> a81d8aeb2
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/a81d8aeb Tree: http://git-wip-us.apache.org/repos/asf/jclouds-labs/tree/a81d8aeb Diff: http://git-wip-us.apache.org/repos/asf/jclouds-labs/diff/a81d8aeb Branch: refs/heads/master Commit: a81d8aeb2a5ce3b3a552f311de6b8c5a5c79fba8 Parents: 1bb8673 Author: Andrew Phillips <[email protected]> Authored: Thu Jul 31 16:49:27 2014 -0400 Committer: Andrew Phillips <[email protected]> Committed: Thu Jul 31 16:49:27 2014 -0400 ---------------------------------------------------------------------- dockerFile | 29 ----------------------------- 1 file changed, 29 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/jclouds-labs/blob/a81d8aeb/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 <[email protected]> - -# 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
