From a98a3e1660c606829d2d164fec5ede36521bf8e0 Mon Sep 17 00:00:00 2001 From: Toby Bellwood Date: Thu, 23 Jun 2022 16:11:22 +1000 Subject: [PATCH 1/2] build postgres drupal images --- Makefile | 5 ++++- tests | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) create mode 160000 tests diff --git a/Makefile b/Makefile index 33dc0152f..de843d5d9 100644 --- a/Makefile +++ b/Makefile @@ -209,8 +209,11 @@ versioned-images := php-7.4-fpm \ logstash-6 \ logstash-7 \ postgres-12 \ + postgres-12-drupal \ postgres-13 \ + postgres-13-drupal \ postgres-14 \ + postgres-14-drupal \ redis-6 \ redis-6-persistent \ mariadb-10.5 \ @@ -286,7 +289,7 @@ build/solr-7.7-drupal: build/solr-7.7 build/elasticsearch-6 build/elasticsearch-7 build/kibana-6 build/kibana-7 build/logstash-6 build/logstash-7: build/commons build/postgres-11 build/postgres-12 build/postgres-13 build/postgres-14: build/commons build/postgres-11-ckan build/postgres-11-drupal: build/postgres-11 -build/postgres-14-drupal: build/postgres-12 +build/postgres-12-drupal: build/postgres-12 build/postgres-13-drupal: build/postgres-13 build/postgres-14-drupal: build/postgres-14 build/redis-5 build/redis-6: build/commons diff --git a/tests b/tests new file mode 160000 index 000000000..87f4d8bb2 --- /dev/null +++ b/tests @@ -0,0 +1 @@ +Subproject commit 87f4d8bb298a52594a09c00bf9c9cf9b883e486b From 04379d2d4608cb67ed39350c2b2c2272e72ebbce Mon Sep 17 00:00:00 2001 From: Toby Bellwood Date: Mon, 27 Jun 2022 08:29:48 +1000 Subject: [PATCH 2/2] remove tests folder --- tests | 1 - 1 file changed, 1 deletion(-) delete mode 160000 tests diff --git a/tests b/tests deleted file mode 160000 index 87f4d8bb2..000000000 --- a/tests +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 87f4d8bb298a52594a09c00bf9c9cf9b883e486b