Skip to content

Commit

Permalink
Merge pull request #494 from uselagoon/pg_drupal
Browse files Browse the repository at this point in the history
build postgres drupal images
  • Loading branch information
tobybellwood authored Jun 27, 2022
2 parents 32a5fe5 + 04379d2 commit 9793072
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 9793072

Please sign in to comment.