summaryrefslogtreecommitdiff
path: root/config-joey.hs
diff options
context:
space:
mode:
authorJoey Hess2014-06-10 00:53:54 -0400
committerJoey Hess2014-06-10 00:53:54 -0400
commit73fec82d7a9dc1eb93593ba00a22c9ab2041a9a0 (patch)
tree99d86f842510e6885d4f0890e48788744241a8aa /config-joey.hs
parenta179c281e964e7254fa4cf5964e5516a395c7c74 (diff)
propellor spin
Diffstat (limited to 'config-joey.hs')
-rw-r--r--config-joey.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/config-joey.hs b/config-joey.hs
index 63768eeb..2c73b3e5 100644
--- a/config-joey.hs
+++ b/config-joey.hs
@@ -293,6 +293,7 @@ standardContainer name suite arch = Docker.container name (dockerImage system)
-- Docker images I prefer to use.
dockerImage :: System -> Docker.Image
dockerImage (System (Debian Unstable) arch) = "joeyh/debian-unstable-" ++ arch
+dockerImage (System (Debian Testing) arch) = "joeyh/debian-unstable-" ++ arch
dockerImage (System (Debian Stable) arch) = "joeyh/debian-stable-" ++ arch
dockerImage _ = "debian-stable-official" -- does not currently exist!