Skip to content
Snippets Groups Projects
Unverified Commit 09070aa9 authored by dlorenc's avatar dlorenc Committed by GitHub
Browse files

Bump the trillian versions to v1.4.0 in our docker-compose setup. (#500)


This should validate that the current version of Rekor works against the
newest version of Trillian in CI.

Signed-off-by: default avatarDan Lorenc <lorenc.d@gmail.com>
parent 53072432
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@
version: '3.4'
services:
mysql:
image: gcr.io/trillian-opensource-ci/db_server:df474653733c51ed91d60cf3efee69f7bf3199bd
image: gcr.io/trillian-opensource-ci/db_server:v1.4.0
environment:
- MYSQL_ROOT_PASSWORD=zaphod
- MYSQL_DATABASE=test
......@@ -45,7 +45,7 @@ services:
retries: 3
start_period: 5s
trillian-log-server:
image: gcr.io/trillian-opensource-ci/log_server:df474653733c51ed91d60cf3efee69f7bf3199bd
image: gcr.io/trillian-opensource-ci/log_server:v1.4.0
command: [
"--storage_system=mysql",
"--mysql_uri=test:zaphod@tcp(mysql:3306)/test",
......@@ -60,7 +60,7 @@ services:
depends_on:
- mysql
trillian-log-signer:
image: gcr.io/trillian-opensource-ci/log_signer:df474653733c51ed91d60cf3efee69f7bf3199bd
image: gcr.io/trillian-opensource-ci/log_signer:v1.4.0
command: [
"--storage_system=mysql",
"--mysql_uri=test:zaphod@tcp(mysql:3306)/test",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment