annotate trainingdb-usas/Dockerfile @ 539:5d5525414c8d production

update exec-all-projects-docker.sh to search for ./env/*-shared.properties in place of ./env/ssdt-*-shared.properties. ESS doesn't follow the same pattern for property file names.
author Marc Davis <marc.davis@mcoecn.org>
date Mon, 13 May 2024 13:28:30 -0400
parents 9129e39b00fa
children
rev   line source
36
a5175713518c add training db images
smith@nwoca.org
parents:
diff changeset
1
198
9129e39b00fa DEP-12: update training db scripts
smith@nwoca.org
parents: 39
diff changeset
2 FROM docker-dev.ssdt.io/trainingdb
36
a5175713518c add training db images
smith@nwoca.org
parents:
diff changeset
3
a5175713518c add training db images
smith@nwoca.org
parents:
diff changeset
4 ADD http://files.ssdt.io/usas-training.backup.gz $BACKUP_FILE
a5175713518c add training db images
smith@nwoca.org
parents:
diff changeset
5
a5175713518c add training db images
smith@nwoca.org
parents:
diff changeset
6 RUN chmod a+r $BACKUP_FILE
a5175713518c add training db images
smith@nwoca.org
parents:
diff changeset
7
39
297b56dfba19 add training compose file
smith@nwoca.org
parents: 36
diff changeset
8 ENV DB_NAME=usasdb \
36
a5175713518c add training db images
smith@nwoca.org
parents:
diff changeset
9 DB_USER=usas \
a5175713518c add training db images
smith@nwoca.org
parents:
diff changeset
10 DB_PASS=usasdefault
a5175713518c add training db images
smith@nwoca.org
parents:
diff changeset
11