From 4203699269ec595ea1798e1e46d0b8baeaf9943a Mon Sep 17 00:00:00 2001 From: Rik Veenboer Date: Fri, 26 Dec 2014 15:17:47 +0100 Subject: [PATCH] Move image fs directories to unified directory --- {images/btsync/fs => fs/btsync}/etc/btsync.conf | 0 {images/hamachi/fs => fs/hamachi}/bin/proxy | 0 {images/lighttpd/fs => fs/lighttpd}/bin/run | 0 {images/mysql/fs => fs/mysql}/bin/run | 0 {images/redis/fs => fs/redis}/bin/run | 0 images/btsync/Dockerfile | 5 ----- 6 files changed, 5 deletions(-) rename {images/btsync/fs => fs/btsync}/etc/btsync.conf (100%) rename {images/hamachi/fs => fs/hamachi}/bin/proxy (100%) rename {images/lighttpd/fs => fs/lighttpd}/bin/run (100%) rename {images/mysql/fs => fs/mysql}/bin/run (100%) rename {images/redis/fs => fs/redis}/bin/run (100%) delete mode 100644 images/btsync/Dockerfile diff --git a/images/btsync/fs/etc/btsync.conf b/fs/btsync/etc/btsync.conf similarity index 100% rename from images/btsync/fs/etc/btsync.conf rename to fs/btsync/etc/btsync.conf diff --git a/images/hamachi/fs/bin/proxy b/fs/hamachi/bin/proxy similarity index 100% rename from images/hamachi/fs/bin/proxy rename to fs/hamachi/bin/proxy diff --git a/images/lighttpd/fs/bin/run b/fs/lighttpd/bin/run similarity index 100% rename from images/lighttpd/fs/bin/run rename to fs/lighttpd/bin/run diff --git a/images/mysql/fs/bin/run b/fs/mysql/bin/run similarity index 100% rename from images/mysql/fs/bin/run rename to fs/mysql/bin/run diff --git a/images/redis/fs/bin/run b/fs/redis/bin/run similarity index 100% rename from images/redis/fs/bin/run rename to fs/redis/bin/run diff --git a/images/btsync/Dockerfile b/images/btsync/Dockerfile deleted file mode 100644 index 7cbfb1b..0000000 --- a/images/btsync/Dockerfile +++ /dev/null @@ -1,5 +0,0 @@ -FROM ubuntu:precise - -ADD build /build - -RUN for s in /build/scripts/*.sh; do [ -x $s ] && $s || : ; done \ No newline at end of file