File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
# gcloud sdk for pubsub emulator with netcat added for the startup health check
2
- FROM gcr.io/google.com/cloudsdktool/google-cloud-cli:527 .0.0-emulators@sha256:53e46d1bf89e200a1e6d1e04fbfa9a295ba7dc016600e7e6efe118da2818af57
2
+ FROM gcr.io/google.com/cloudsdktool/google-cloud-cli:525 .0.0-emulators@sha256:8f567aab0e9cc5f5dd79c2d81122dfe0ddb8e8ed91932a702a48e849d387f2c1
3
3
RUN apt-get update -y && apt-get install -y netcat-traditional
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ function start_server () {
41
41
replace=" \" --trillian_log_server.tlog_id=$TREE_ID \" ,"
42
42
sed -i " s/$search /$replace /" docker-compose.yml
43
43
44
- ${docker_compose} up -d --build rekor-server
44
+ ${docker_compose} up -d --build
45
45
fi
46
46
47
47
count=0
You can’t perform that action at this time.
0 commit comments