Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tuutti committed Oct 7, 2023
1 parent 22f796a commit 234b986
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,19 +14,14 @@ See:
- [City-of-Helsinki/drupal-helfi-platform/documentation/openshift.md](https://github.com/City-of-Helsinki/drupal-helfi-platform/blob/main/documentation/openshift.md) for documentation on how to use this image in your own project.
- [openshift/drupal/README.md](openshift/drupal/README.md) for developer documentation.

Available PHP versions: `8.2`, `8.1`, `8.0`:
Available PHP versions: `8.2`, `8.1`:

- `ghcr.io/city-of-helsinki/drupal-docker-base:8.2`
- `ghcr.io/city-of-helsinki/drupal-docker-base:8.1`
- `ghcr.io/city-of-helsinki/drupal-docker-base:8.0`

## Local Drupal docker image

Based on [druidfi/drupal-web](https://github.com/druidfi/docker-images) with [few additions](https://github.com/City-of-Helsinki/drupal-docker-images/blob/main/local/drupal/Dockerfile):

- [OpenShift origin client (OC)](https://github.com/City-of-Helsinki/drupal-docker-images/tree/main/local/oc)
- Chromedriver, chrome to allow functional/function javascript tests to be run
- Force HTTPS nginx fastcgi parameter `on` to make sure Drupal generates URLs using `https`.
Based on [druidfi/drupal-web](https://github.com/druidfi/docker-images) with some additions.

See [local/drupal/README.md](local/drupal/README.md) for documentation.

Expand All @@ -43,14 +38,10 @@ Contains Docker images for testing Drupal.
See:
- [ci/drupal](ci/drupal) for more documentation about Drupal CI image.

Available PHP versions: `8.2`, `8.1`, `8.0`:
Available PHP versions: `8.2`, `8.1`:

- `ghcr.io/city-of-helsinki/drupal-php-docker:8.2-alpine`
- `ghcr.io/city-of-helsinki/drupal-php-docker:8.1-alpine`
- `ghcr.io/city-of-helsinki/drupal-php-docker:8.0-alpine`
- `ghcr.io/city-of-helsinki/drupal-php-docker:8.0`(deprecated, use `drupal-php-docker:8.0-alpine` instead)

All images include packages necessary to run all Drupal tests (including FunctionalJavascript tests using `chromium-driver`).

See [test.yml](https://github.com/City-of-Helsinki/drupal-helfi-platform/blob/main/.github/workflows/test.yml.dist) for an example how to run tests using this image.

Expand Down

0 comments on commit 234b986

Please sign in to comment.