Mediawiki docker image with OIDC extension
Find a file
teutat3s 0d9656f60a
Some checks are pending
Build docker image / build-image (push) Has started running
docs: update README with CI docs
2023-11-18 20:35:37 +01:00
.forgejo/workflows ci: test building and publishing docker image 2023-11-18 20:16:54 +01:00
Dockerfile feat: refactor Dockerfile, optimize for size & less 2023-11-16 19:51:26 +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 .