From 234b98651c935f0154795c6e7184f70657c95db6 Mon Sep 17 00:00:00 2001 From: tuutti Date: Sat, 7 Oct 2023 13:58:19 +0300 Subject: [PATCH] Updated README.md --- README.md | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 8037393..b7ca063 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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.