summaryrefslogtreecommitdiff
path: root/doc/forum
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2017-02-02 08:59:00 -0700
committerSean Whitton <spwhitton@spwhitton.name>2017-02-02 08:59:00 -0700
commit74e3e1f84cf2408bc822c48f810f37baa5cfffad (patch)
tree4939ebafc97d3cc630c9accd4cb4b5ae31516761 /doc/forum
parent7ba44cc7fb3b0897fa396a5b66068a2db7961afb (diff)
parent64a79b979f3bfd555a85baf7e49dc9c9f6213268 (diff)
Merge branch 'master' of https://github.com/joeyh/propellor into pin
Diffstat (limited to 'doc/forum')
-rw-r--r--doc/forum/Docker.hs_will_Break_in_Stretch.mdwn16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/forum/Docker.hs_will_Break_in_Stretch.mdwn b/doc/forum/Docker.hs_will_Break_in_Stretch.mdwn
new file mode 100644
index 00000000..c89c995c
--- /dev/null
+++ b/doc/forum/Docker.hs_will_Break_in_Stretch.mdwn
@@ -0,0 +1,16 @@
+G'day Joey!
+
+I'm in the process of deploying Docker infrastructure via Propellor on both Jessie and Stretch and I've come to discover that Docker.io did not make it into Stretch:
+
+* [docker.io REMOVED from testing](https://packages.qa.debian.org/d/docker.io/news/20161012T163916Z.html)
+* [docker.io - Linux container runtime](https://tracker.debian.org/pkg/docker.io)
+* [Excuse for docker.io](https://qa.debian.org/excuses.php?package=docker.io)
+
+So the below from Docker.hs will fail beyond Jessie:
+
+ installed :: Property DebianLike
+ installed = Apt.installed ["docker.io"]
+
+Before I embarked on my own path to re-implement the above (probably based on [How to install Docker engine on Debian 9 Stretch Linux](https://linuxconfig.org/how-to-install-docker-engine-on-debian-9-stretch-linux)), I thought I'd see what you thought might be the way to resolve this, so that my work could be contributed upstream (if suitable).
+
+Thanks!