Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
rekor
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SafSec
rekor
Commits
aaca0ae9
Unverified
Commit
aaca0ae9
authored
3 years ago
by
dlorenc
Committed by
GitHub
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Update trillian dependencies. (#368)
Signed-off-by:
Dan Lorenc
<
dlorenc@google.com
>
parent
1c30d2ff
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docker-compose.yml
+3
-3
3 additions, 3 deletions
docker-compose.yml
with
3 additions
and
3 deletions
docker-compose.yml
+
3
−
3
View file @
aaca0ae9
...
...
@@ -16,7 +16,7 @@
version
:
'
3.4'
services
:
mysql
:
image
:
gcr.io/trillian-opensource-ci/db_server:
5e12fb368c8fd19e10aeb5a5cf785107f8069c08
image
:
gcr.io/trillian-opensource-ci/db_server:
df474653733c51ed91d60cf3efee69f7bf3199bd
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:
5e12fb368c8fd19e10aeb5a5cf785107f8069c08
image
:
gcr.io/trillian-opensource-ci/log_server:
df474653733c51ed91d60cf3efee69f7bf3199bd
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:
5e12fb368c8fd19e10aeb5a5cf785107f8069c08
image
:
gcr.io/trillian-opensource-ci/log_signer:
df474653733c51ed91d60cf3efee69f7bf3199bd
command
:
[
"
--storage_system=mysql"
,
"
--mysql_uri=test:zaphod@tcp(mysql:3306)/test"
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment