From 2bf079e63cd670b163e456cb570b57b5f030e88b Mon Sep 17 00:00:00 2001 From: Gabriel Gonzalez Date: Mon, 10 Jun 2019 08:59:20 -0700 Subject: [PATCH] Mention Docker Hub containers in README (#999) --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 24243cc..9d33523 100644 --- a/README.md +++ b/README.md @@ -59,8 +59,12 @@ with the pull request number for any of the above URLs. ## Pre-built containers -You can download pre-built `docker` image archives for each package using the -following URLs: +Prebuilt containers for the latest release available from Docker Hub: + +* [Docker Hub - `dhallhaskell`](https://hub.docker.com/u/dhallhaskell) + +... but if you want to obtain containers for bleeding-edge builds, you can +download image archives for each package using the following URLs: * [https://hydra.dhall-lang.org/job/dhall-haskell/master/image-dhall/latest/download/1/docker-image-dhall.tar.gz](https://hydra.dhall-lang.org/job/dhall-haskell/master/image-dhall/latest/download/1/docker-image-dhall.tar.gz) * [https://hydra.dhall-lang.org/job/dhall-haskell/master/image-dhall-bash/latest/download/1/docker-image-dhall-bash.tar.gz](https://hydra.dhall-lang.org/job/dhall-haskell/master/image-dhall-bash/latest/download/1/docker-image-dhall-bash.tar.gz)