Pull database images instead of building each time
test plan: Passes jenkins including on merge No longer builds the database images, it pulls them instead fixes: CCI-233 Change-Id: I15d96fc901115aa0d1718c1b5794898524b8eb59 Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/226597 Reviewed-by: James Butters <jbutters@instructure.com> Reviewed-by: Rex Fleischer <rfleischer@instructure.com> QA-Review: James Butters <jbutters@instructure.com> QA-Review: Jacob Powell <spowell@instructure.com> Product-Review: Jacob Powell <spowell@instructure.com> Tested-by: James Butters <jbutters@instructure.com> Tested-by: Rex Fleischer <rfleischer@instructure.com>
This commit is contained in:
parent
eaf2f96f2d
commit
6ac58ae346
|
@ -33,23 +33,13 @@ services:
|
|||
image: starlord.inscloudgate.net/jenkins/redis:alpine
|
||||
|
||||
postgres:
|
||||
image: canvas-lms:previous-postgres-image
|
||||
build:
|
||||
context: ./build/docker-compose/postgres/9.5/
|
||||
dockerfile: ./Dockerfile
|
||||
environment:
|
||||
PGDATA: /data
|
||||
image: starlord.inscloudgate.net/jenkins/postgres:9.5
|
||||
|
||||
cassandra:
|
||||
image: canvas-lms:previous-cassandra-image
|
||||
build:
|
||||
context: ./build/docker-compose/cassandra/
|
||||
dockerfile: ./Dockerfile.cachable
|
||||
image: starlord.inscloudgate.net/jenkins/cassandra:2.2
|
||||
environment:
|
||||
CASSANDRA_START_RPC: 'true'
|
||||
|
||||
dynamodb:
|
||||
image: canvas-lms:previous-dynamodb-image
|
||||
build:
|
||||
context: ./build/docker-compose/dynamodb/
|
||||
dockerfile: ./Dockerfile.cachable
|
||||
image: starlord.inscloudgate.net/jenkins/dynamodb-local
|
||||
command: -jar DynamoDBLocal.jar #-dbPath /home/dynamodblocal
|
Loading…
Reference in New Issue