Mediawiki docker image with OIDC extension
Find a file
2024-01-08 14:06:31 +01:00
.forgejo/workflows chore: update mediawiki to version 1.41.0 2024-01-08 14:06:31 +01:00
Dockerfile chore: update mediawiki to version 1.41.0 2024-01-08 14:06:31 +01:00
README.md docs: update README with CI docs 2023-11-18 20:35:37 +01:00

Mediawiki docker image with OIDC extension

Updating the docker image

After making your changes and testing them locally, run the following to trigger a CI build and push of the docker image.

git add -u
git commit
git push

Local testing

Build the docker image locally to test your changes.

docker build --tag git.pub.solar/pub-solar/mediawiki-oidc-docker:test .