aboutsummaryrefslogtreecommitdiff
path: root/templates/download.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/download.html')
-rw-r--r--templates/download.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/templates/download.html b/templates/download.html
index 467cb79..75a7d3e 100644
--- a/templates/download.html
+++ b/templates/download.html
@@ -14,7 +14,12 @@
</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">
+ <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">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>