Skip to content

Commit 3f8d1e6

Browse files
authored
backoff pubsub emulator to last-known good (#2535)
Signed-off-by: Bob Callaway <[email protected]>
1 parent 422e8ec commit 3f8d1e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile.pubsub-emulator

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# 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
33
RUN apt-get update -y && apt-get install -y netcat-traditional

tests/rekor-harness.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ function start_server () {
4141
replace="\"--trillian_log_server.tlog_id=$TREE_ID\","
4242
sed -i "s/$search/$replace/" docker-compose.yml
4343

44-
${docker_compose} up -d --build rekor-server
44+
${docker_compose} up -d --build
4545
fi
4646

4747
count=0

0 commit comments

Comments
 (0)