- 10 Jan, 2023 1 commit
-
-
Ejegg authored
Symlinks a file on the host to the /etc/apache2/sites-enabled directory so we can update the site config without rebuilding the image. Bug: T317498
-
- 07 Dec, 2022 1 commit
-
-
Bug: T319432
-
- 02 Dec, 2022 1 commit
-
-
Slyngshede authored
-
- 29 Nov, 2022 1 commit
-
-
- 15 Sep, 2022 1 commit
-
-
Ahmon Dancy authored
Use /etc/docker-pkg/dev-images.yaml, not integration.yaml. Change-Id: Iba829f066198882b343553dac3325844b4f231e8
-
- 08 Sep, 2022 1 commit
-
-
Ejegg authored
* fundraising-bullseye * fundraising-bullseye-php74 * fundraising-mediawiki-bullseye-php74-apache2 All based on the latest version of their buster predecessors. To build locally, install docker-pkg (https://doc.wikimedia.org/docker-pkg/) Then from the root of this repo run docker-pkg -c dockerfiles/config.yaml build --no-pull --select \ 'docker-registry.wikimedia.org/dev/fundraising*bullseye*:*' dockerfiles/ Bug: T316848
-
- 11 Aug, 2022 1 commit
-
-
Jforrester authored
-
- 09 Aug, 2022 2 commits
-
-
Jforrester authored
Shamelessly stolen from e8987de1ea27794bef385f83d7975adbf75173a6 by Timo.
-
Jforrester authored
-
- 12 Apr, 2022 4 commits
-
-
Ebernhardson authored
Bug: T304290
-
Ebernhardson authored
Bug: T304290
-
Fetches the packages used in production and unpacks them into the current system. The includes a few more plugins specific to language handling and ML, and will hopefully make it easier to keep this dev image aligned with what gets deployed to production. Bug: T304290
-
Brennen Bearnes authored
-
- 06 Apr, 2022 1 commit
-
-
- 04 Nov, 2021 1 commit
-
-
Ejegg authored
We'll send this through the same sort of proxy as we're sending payments-wiki through, so we turn off the 'Upgrade' header that advertises support for HTTP/2 but should not be included on any responses which are already HTTP/2 such as those from the proxy Change-Id: I412e877aacdec233f293d94f0b2ab480f4846bea
-
- 19 Oct, 2021 1 commit
-
-
Brennen Bearnes authored
Adds base PHP 8, jobrunner, and FPM images from Sury repos. Bug: T283426
-
- 12 Oct, 2021 3 commits
-
-
Ejegg authored
Seems to have been lost in a rebase Change-Id: Id499f0ea43ee06c1408b73b5b19f5c25fd499cbb
-
Ejegg authored
We've got a remote forwarding server that can do SSL termination so we just need a local port serving on non-SSL. We use the SetEnvIf directive to let the local server know that HTTPS is on when the X-Forwarded-Proto is 'https'. Bug: T291577 Change-Id: Ifa071e5f073332a0804abb8e8b84d3b8b018a531
-
Ejegg authored
This is the software we're using to offer donors their own data when they request it under privacy laws. Pretty bare-bones, maybe could get away with just using fundraising-civicrm-buster-php73-apache2, but this gives us the same central logging and xdebug configurability we have on other fundraising images. Bug: T285881 Change-Id: I1ccd58e4f7699cacc037f441452122f5eabfad43
-
- 05 Oct, 2021 1 commit
-
-
Note that fundraising-buster-php73 is left alone as it does its own thing, as are all the stretch images. Bug: T279857
-
- 07 Sep, 2021 3 commits
-
-
Jforrester authored
-
Brennen Bearnes authored
These are no longer used by the development environment. Also tidies up a few other lingering references to stretch. Bug: T290532
-
Brennen Bearnes authored
Bug: T290259
-
- 17 Aug, 2021 1 commit
-
-
Brennen Bearnes authored
Adds a buster version of the Apache image. Sends Apache and PHP logs to standard out. Bug: T283416 Change-Id: I6127d788a58ec0b0b64ac82965a1a4922b3c2005
-
- 03 Aug, 2021 1 commit
-
-
Brennen Bearnes authored
Bug: T273100 Depends-on: I8ec767b3e3c7039113a7dab95f2c5340121aebdc Change-Id: I72d4dbce77f2d28f02a3ab360a83f9309e0a1bf6
-
- 15 Jul, 2021 6 commits
-
-
In preparation for creating a new set of buster-based images for the main docker-compose setup, it seemed less likely to cause problems & confusion if we just rename the base image for the FR Tech setup first. I've built this locally, but not yet tested it with docker-compose. Bug: T273100 Change-Id: I8ec767b3e3c7039113a7dab95f2c5340121aebdc
-
Jforrester authored
Split out from I8ec767b3e3c7039113a7dab95f2c5340121aebdc for ease of review. Change-Id: I9fc16e1bdd433b1a8579b43d98da7fc2f1ed3c78
-
Eileen authored
-
Manual Setup instructions: https://etherpad.wikimedia.org/p/adfadf-civiproxy Bug: T268683 Change-Id: Ie9abe17b6adbfb87809f7bd2380044ec35dee9a8
-
Eileen authored
-
AndyRussG authored
Bug: T268687 Change-Id: I5587d05859d08f3d468ab372ba4ba4608072642f
-
- 14 Jul, 2021 1 commit
-
-
Mholloway authored
Wikimedia's CI infrastructure requires that Docker images referenced as Blubberfile base images come from Wikimedia's own Docker repository. This commit adds a Swift dev image, building on the Debian Buster dev image, which can be used for testing. Bug: T284195 Change-Id: I6db65b589487408f51cbb39967532e398559a4a5
-
- 13 Jul, 2021 1 commit
-
-
AndyRussG authored
Bug: T262975 Bug: T279669 Bug: T283044 Change-Id: If52af810ae38d2fe294062b9082091ae10fc0175
-
- 22 Jun, 2021 1 commit
-
-
- Update upstream repo key in stretch-php-sury - Move Xdebug config to .env file - Update Xdebug Bug: T273682 Change-Id: I37d0f35f0e3622a7fb3cb095d3b6b9496438ce12
-
- 16 Apr, 2021 2 commits
-
-
Ahmon Dancy authored
This reverts commit 9d862d5d. Reason for revert: The original commit changed the wrong git repo. It should have been in integration/config. The revised commit is https://gerrit.wikimedia.org/r/c/integration/config/+/680392 Change-Id: Id7691c5be556677f5dbb791c562e6fc4cbaa14da
-
Ahmon Dancy authored
The stretch-scap-deps image is based on docker-registry.wikimedia.org/wikimedia-stretch:latest and contains the packages required for building the scap deb. Change-Id: Ib6c6e73218c43b26ecfc3b9c437d61c2afd9745d
-
- 16 Mar, 2021 1 commit
-
-
Jeena Huneidi authored
-
- 04 Mar, 2021 1 commit
-
-
Kosta Harlan authored
Bug: T276499 Change-Id: I3c80952e47b81ef9f48b5bd788710c76d1160098
-
- 28 Feb, 2021 1 commit
-
-
AndyRussG authored
Bug: T262975 Change-Id: I2d15657cd39220fc63439c34d1aa930ce6b4f6d7
-
- 09 Feb, 2021 1 commit
-
-
Brennen Bearnes authored
-