🔧 docs: Change Antora Docker Hub image to Fedora Docs Site image

It looks like this was a recent change made to the upstream docs builder
script. I'm adding this change here.

Signed-off-by: Justin Wheeler <jwheel@redhat.com>
This commit is contained in:
Justin Wheeler 2026-01-15 12:25:02 -05:00
commit 50953d8b91
Signed by: jflory7
GPG key ID: 7748B15FA8FA4C7E

View file

@ -15,11 +15,10 @@
# notices are retained, and a notice that the code was modified is included
# with the above copyright notice.
script_name="docsbuilder.sh"
script_source="https://gitlab.com/fedora/docs/templates/fedora-docs-template/-/raw/main/${script_name}"
version="1.2.0"
image="docker.io/antora/antora"
image="registry.gitlab.com/fedora/docs/docs-website/docs-fp-o:latest"
cmd="--html-url-extension-style=indexify site.yml"
srcdir="modules"
buildir="public"