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
c2a727a9
Commit
c2a727a9
authored
4 years ago
by
Dan Lorenc
Browse files
Options
Downloads
Patches
Plain Diff
Pin the trillian deps in docker-compose.
Signed-off-by:
Dan Lorenc
<
dlorenc@google.com
>
parent
8b28f05b
No related branches found
No related tags found
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 @
c2a727a9
version
:
'
3.4'
services
:
mysql
:
image
:
gcr.io/trillian-opensource-ci/db_server:
3c8193ebb2d7fedb44d18e9c810d0d2e4dbb7e4d
image
:
gcr.io/trillian-opensource-ci/db_server:
v1.3.13
environment
:
-
MYSQL_ROOT_PASSWORD=zaphod
-
MYSQL_DATABASE=test
...
...
@@ -32,7 +32,7 @@ services:
retries
:
3
start_period
:
5s
trillian-log-server
:
image
:
gcr.io/trillian-opensource-ci/log_server
image
:
gcr.io/trillian-opensource-ci/log_server
:v1.3.13
command
:
[
"
--storage_system=mysql"
,
"
--mysql_uri=test:zaphod@tcp(mysql:3306)/test"
,
...
...
@@ -47,7 +47,7 @@ services:
depends_on
:
-
mysql
trillian-log-signer
:
image
:
gcr.io/trillian-opensource-ci/log_signer
image
:
gcr.io/trillian-opensource-ci/log_signer
:v1.3.13
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