File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11FROM ghcr.io/uceap/devcontainer-db:v1.0.0 AS importer
22
33# drupal devcontainers should set these to match
4- ENV MYSQL_ROOT_PASSWORD="secret "
4+ ENV MYSQL_ROOT_PASSWORD="PASSWORD "
55ENV MYSQL_DATABASE="drupal"
66ENV MYSQL_USER="drupal"
7- ENV MYSQL_PASSWORD="password "
7+ ENV MYSQL_PASSWORD="PASSWORD "
88
99# these are just for building
10- ENV TERMINUS_SITE="uceap-website "
10+ ENV TERMINUS_SITE="SITENAME "
1111ENV TERMINUS_ENV="dev"
1212
1313ENV DEBIAN_FRONTEND=noninteractive
Original file line number Diff line number Diff line change 1- A MariaDB docker image with the UCEAP Website development seed data baked-in.
2-
1+ A MariaDB docker image with specific UCEAP Drupal development seed data baked-in.
32
43This needs the TERMINUS_TOKEN secret to be set in order to download the database backup from Pantheon.
54
65When working locally you can set the TERMINUS_TOKEN environment variable and pass it to the build process as a secret like so:
76
87``` sh
9- docker build -t myusername/devcontainer-db-website --secret id=TERMINUS_TOKEN .
8+ docker build -t myusername/devcontainer-db-generic --secret id=TERMINUS_TOKEN .
109```
You can’t perform that action at this time.
0 commit comments