2023-11-15 20:37:39 +00:00
|
|
|
# Mediawiki docker image with OIDC extension
|
|
|
|
|
2023-11-18 19:35:37 +00:00
|
|
|
### Updating the docker image
|
|
|
|
After making your changes and [testing them locally](#local-testing), run the
|
|
|
|
following to trigger a [CI build and push](https://git.pub.solar/pub-solar/mediawiki-oidc-docker/actions)
|
|
|
|
of the [docker image](https://git.pub.solar/pub-solar/mediawiki-oidc-docker/packages).
|
|
|
|
```
|
|
|
|
git add -u
|
|
|
|
git commit
|
|
|
|
git push
|
2023-11-15 20:37:39 +00:00
|
|
|
```
|
|
|
|
|
2023-11-18 19:35:37 +00:00
|
|
|
### Local testing
|
|
|
|
Build the docker image locally to test your changes.
|
2023-11-15 20:37:39 +00:00
|
|
|
```
|
2023-11-18 19:35:37 +00:00
|
|
|
docker build --tag git.pub.solar/pub-solar/mediawiki-oidc-docker:test .
|
|
|
|
```
|
|
|
|
|
2023-11-15 20:37:39 +00:00
|
|
|
|
|
|
|
### Links
|
|
|
|
- https://github.com/wikimedia/mediawiki-docker
|
|
|
|
- https://www.mediawiki.org/wiki/Extension:OpenID_Connect
|