teutat3s
0d9656f60a
Some checks are pending
Build docker image / build-image (push) Has started running
23 lines
656 B
Markdown
23 lines
656 B
Markdown
# Mediawiki docker image with OIDC extension
|
|
|
|
### 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
|
|
```
|
|
|
|
### Local testing
|
|
Build the docker image locally to test your changes.
|
|
```
|
|
docker build --tag git.pub.solar/pub-solar/mediawiki-oidc-docker:test .
|
|
```
|
|
|
|
|
|
### Links
|
|
- https://github.com/wikimedia/mediawiki-docker
|
|
- https://www.mediawiki.org/wiki/Extension:OpenID_Connect
|