website/docker
Andrei Jiroh Halili 9f9ab5040f
fix(docker): fix incorrect symlink chaos on npx cli
Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.xyz>
2024-06-07 19:52:31 +08:00
..
build.sh docs(docker): update docker image README and build script 2024-06-07 17:55:24 +08:00
Dockerfile fix(docker): fix incorrect symlink chaos on npx cli 2024-06-07 19:52:31 +08:00
entrypoint.sh Move website builds to GitLab CI 2023-07-13 18:13:07 +00:00
README.md docs(docker): update docker image README and build script 2024-06-07 17:55:24 +08:00

Custom mkdocs-material CI image

Builds on Alpine edge, mostly used by @ajhalili2006 to deploy builds over GitLab CI.

CI Status

Webhook Event Badge Frequency
After push Docker CI As commits are mirrored to GitHub, either manually or asynchorously run in GitLab CI
Nightly Builds Docker CI Runs every 22:30 UTC (6:30 PHT)

Usage

See the tags list on GitHub or Red Hat Quay Container Registry Cloud

# in GitLab CI config...
image:
  name: quay.io/ajhalili2006/mkdocs-material-build-ci:latest
# ...or via your custom Docker image
FROM ghcr.io/ajhalili2006/website/build-ci:latest

Build from source

Run the build.sh script to generate a local build of the image. To overridethe default image tag, set IMAGE_TAG shell variable before running. If used as part of your CI, add any value to DEPLOY variable to run docker push for you.