summaryrefslogtreecommitdiff
path: root/config-joey.hs
diff options
context:
space:
mode:
authorJoey Hess2014-11-19 00:30:06 -0400
committerJoey Hess2014-11-19 00:30:06 -0400
commit325fe4037bf5b027191ab88dd90f05d81f61fd0a (patch)
tree0591f4233b1dbabd38582e7a04717c22ab44fba9 /config-joey.hs
parent111e08e156df5a41d61c370ebd077174e35f5d9b (diff)
propellor spin
Diffstat (limited to 'config-joey.hs')
-rw-r--r--config-joey.hs4
1 files changed, 4 insertions, 0 deletions
diff --git a/config-joey.hs b/config-joey.hs
index 7d48aee3..abd20e55 100644
--- a/config-joey.hs
+++ b/config-joey.hs
@@ -53,6 +53,7 @@ darkstar = host "darkstar.kitenet.net"
& Apt.buildDep ["git-annex"] `period` Daily
& Docker.configured
! Docker.docked hosts "android-git-annex"
+ & Docker.docked hosts "simple-debian"
clam :: Host
clam = standardSystem "clam.kitenet.net" Unstable "amd64"
@@ -309,6 +310,9 @@ containers =
& Docker.publish "4200:4200"
& JoeySites.oldUseNetShellBox
+ , Docker.container "simple-debian" "debian"
+ & "/hello" `File.containsLine` "hello"
+
-- git-annex autobuilder containers
, GitAnnexBuilder.standardAutoBuilderContainer dockerImage "amd64" 15 "2h"
, GitAnnexBuilder.standardAutoBuilderContainer dockerImage "i386" 45 "2h"