diff options
m--------- | garage | 0 | ||||
-rw-r--r-- | templates/download.html | 15 |
2 files changed, 14 insertions, 1 deletions
diff --git a/garage b/garage -Subproject 3e1373fafcf1789efa876fc9c66fb85cd74d3a3 +Subproject aea8b41728422de4920b67c791b13beb948a3c8 diff --git a/templates/download.html b/templates/download.html index 467cb79..1efe656 100644 --- a/templates/download.html +++ b/templates/download.html @@ -14,7 +14,14 @@ </div> <div class="mx-auto max-w-7xl px-4"> <div id="releases-container" class="py-24 space-y-20"> - <div id="release-builds"> + <div id="docker-images" class="space-y-4"> + <h2 class="text-garage-gray text-xl font-semibold">Deploy with Docker</h2> + <p>All of the builds listed in the sections below can be downloaded as Docker images + available + <a href="https://hub.docker.com/u/dxflrs" class="text-garage-orange font-bold hover:underline">on the Docker hub</a>. + </p> + </div> + <div id="release-builds" class="space-y-4"> <h2 class="text-garage-gray text-xl font-semibold">Release Builds</h2> <div id="release-builds-container" class="space-y-12"></div> </div> @@ -34,6 +41,12 @@ <div id="development-builds-container" class="space-y-12"></div> </details> </div> + <div class="space-y-4"> + <p> + If this page is not loading correctly, + <a class="font-bold text-garage-orange hover:underline" href="https://garagehq.deuxfleurs.fr/_releases.html">click here</a>. + </p> + </div> </div> <noscript> <style type="text/css"> |