-
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Improve docker layers * fix: Embed LocalSettings.php in femiwiki image * Load TorBlock * Update Dockerfile * Load RealMe and GoogleNewsSitemap * Ignore phpactor * actions: Reduce timeout to 2 minutes * fix: Do not embed LocalSettings.php in mediawiki image * fix: Docker name in github actions workflow
- Loading branch information
Showing
10 changed files
with
57 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name: 'Docker: mediawiki' | ||
|
||
env: | ||
TAG: '2.0.0' | ||
TAG: '2.0.1' | ||
|
||
on: | ||
push: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,13 @@ | ||
# femiwiki | ||
|
||
## 1.1.0 | ||
## v1.1.1 | ||
|
||
- Bump mediawiki to v1.1.0 | ||
- Bump femiwiki/mediawiki to v2.0.0 | ||
- Run Composer | ||
- Download extensions from femiwiki/femiwiki-extensions v1.1.1 | ||
- Embed LocalSettings.php in this image | ||
- Load TorBlock, RealMe, GoogleNewsSitemap | ||
|
||
## v1.1.0 | ||
|
||
- Bump femiwiki/mediawiki to v1.1.0 |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,9 @@ | ||
# docker-mediawiki | ||
|
||
## 2.0.1 | ||
|
||
- Do not embed LocalSettings.php | ||
|
||
## 2.0.0 | ||
|
||
- Remove extensions | ||
|