From 325fe4037bf5b027191ab88dd90f05d81f61fd0a Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 19 Nov 2014 00:30:06 -0400 Subject: propellor spin --- config-joey.hs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'config-joey.hs') 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" -- cgit v1.3-2-g0d8e