Initial commit

This commit is contained in:
Marko Korhonen 2022-06-09 19:37:48 +03:00
commit 999396e2f0
No known key found for this signature in database
GPG key ID: 911B85FBC6003FE5
2 changed files with 22 additions and 0 deletions

2
Dockerfile Normal file
View file

@ -0,0 +1,2 @@
FROM gitea/gitea:1
RUN apk --no-cache add asciidoctor

20
README.adoc Normal file
View file

@ -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]