From 999396e2f0e26ca58679f2f439640cb79d3c74b2 Mon Sep 17 00:00:00 2001 From: Marko Korhonen Date: Thu, 9 Jun 2022 19:37:48 +0300 Subject: [PATCH] Initial commit --- Dockerfile | 2 ++ README.adoc | 20 ++++++++++++++++++++ 2 files changed, 22 insertions(+) create mode 100644 Dockerfile create mode 100644 README.adoc diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..a46461c --- /dev/null +++ b/Dockerfile @@ -0,0 +1,2 @@ +FROM gitea/gitea:1 +RUN apk --no-cache add asciidoctor diff --git a/README.adoc b/README.adoc new file mode 100644 index 0000000..bdac0d1 --- /dev/null +++ b/README.adoc @@ -0,0 +1,20 @@ += Gitea with AsciiDoc support +The official Gitea Docker image does not support AsciiDoc rendering, so I +wanted to create an image which has support out of the box. + +== Configuration +In addition to pulling this image instead of the official one, you need to +configure the renderer. You can follow the +https://docs.gitea.io/en-us/external-renderers/#appini-file-configuration[official docs] +to achieve that. + +== Updates +This image is based on the latest stable official `gitea/gitea:1` image. +I will update it whenever I notice the Gitea team update their image and +I have the time to do it. + +== Support +This image comes with no support whatsoever. The Dockerfile is based on the +official Gitea image and it is literally 2 lines long so there is not much to go wrong here. +If, for whatever reason you feel that there must be something wrong with my image, you +can email me at mailto:gitea@functionalhacker.korhonen.cc[gitea@functionalhacker.korhonen.cc]