annotate trainingdb-usps/Dockerfile @ 217:c8004dd5ac2b

flow: Merged <release> 'v1.6.0' to <develop> ('default').
author smith@nwoca.org
date Mon, 09 Oct 2017 17:18:57 +0100
parents ab47ca9899ea
children
rev   line source
36
a5175713518c add training db images
smith@nwoca.org
parents:
diff changeset
1
199
ab47ca9899ea DEP-12: update training db scripts
smith@nwoca.org
parents: 36
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/usps-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
a5175713518c add training db images
smith@nwoca.org
parents:
diff changeset
8 env DB_NAME=uspsdb \
a5175713518c add training db images
smith@nwoca.org
parents:
diff changeset
9 DB_USER=usps \
a5175713518c add training db images
smith@nwoca.org
parents:
diff changeset
10 DB_PASS=uspsdefault
a5175713518c add training db images
smith@nwoca.org
parents:
diff changeset
11