aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Sturmfels <ben@sturm.com.au>2021-03-06 15:38:14 +1100
committerBen Sturmfels <ben@sturm.com.au>2021-03-06 15:38:14 +1100
commit0c98ad25a5e7c4ab4a8bb7e1bcfa39c3521ede92 (patch)
treee02f5398329dc3e63b786c6628ec9ab52c8939fd
parent254a2f18c56747d96792cc768dac9a52f2c11334 (diff)
downloadmediagoblin-0c98ad25a5e7c4ab4a8bb7e1bcfa39c3521ede92.tar.lz
mediagoblin-0c98ad25a5e7c4ab4a8bb7e1bcfa39c3521ede92.tar.xz
mediagoblin-0c98ad25a5e7c4ab4a8bb7e1bcfa39c3521ede92.zip
Note that Docker deployments are not officially supported or mature.
-rw-r--r--Dockerfile-debian-python3-sqlite6
-rw-r--r--Dockerfile-fedora-python3-sqlite8
-rw-r--r--docker-compose.yml6
3 files changed, 19 insertions, 1 deletions
diff --git a/Dockerfile-debian-python3-sqlite b/Dockerfile-debian-python3-sqlite
index 0785a18e..295fa24c 100644
--- a/Dockerfile-debian-python3-sqlite
+++ b/Dockerfile-debian-python3-sqlite
@@ -1,5 +1,11 @@
# A Dockerfile for MediaGoblin hacking.
#
+# IMPORTANT: This Dockerfile is not an officially supported approach to
+# deploying MediaGoblin. It is experimental and intended for helping developers
+# run the test suite. To deploy MediaGoblin, see:
+#
+# https://mediagoblin.readthedocs.io/en/master/siteadmin/deploying.html
+#
# Most development Docker images are built and run as root. That doesn't work
# here because the `bower` command run within the `make` step, refuses to run as
# root.
diff --git a/Dockerfile-fedora-python3-sqlite b/Dockerfile-fedora-python3-sqlite
index a58e125e..287ebc9c 100644
--- a/Dockerfile-fedora-python3-sqlite
+++ b/Dockerfile-fedora-python3-sqlite
@@ -1,6 +1,12 @@
# A Dockerfile for MediaGoblin hacking.
#
-# See Dockerfile-debian-python3-sqlite for documentation.
+# IMPORTANT: This Dockerfile is not an officially supported approach to
+# deploying MediaGoblin. It is experimental and intended for helping developers
+# run the test suite. To deploy MediaGoblin, see:
+#
+# https://mediagoblin.readthedocs.io/en/master/siteadmin/deploying.html
+#
+# See Dockerfile-debian-python3-sqlite for details.
FROM fedora:31
diff --git a/docker-compose.yml b/docker-compose.yml
index e31ac9f8..a5e4810c 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -1,5 +1,11 @@
# A docker-compose recipe for MediaGoblin hacking.
#
+# IMPORTANT: This docker-compose recipe is not an officially supported approach
+# to deploying MediaGoblin. It is experimental and intended for helping
+# developers run the test suite. To deploy MediaGoblin, see:
+#
+# https://mediagoblin.readthedocs.io/en/master/siteadmin/deploying.html
+#
# Tested on Trisquel 8 and Guix System. Currently runs Python 3 and works for
# images, audio and video.
#