Skip to content

Commit 753ce81

Browse files
authored
Merge pull request #396 from superfly/fix-backups
Use consul image from docker registry for Antithesis
2 parents e11f43c + 9e1ce08 commit 753ce81

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.antithesis/config/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ services:
4646
consul:
4747
container_name: consul
4848
hostname: consul
49-
image: consul:1.15.4
49+
image: docker.io/consul:1.15.4
5050
command: consul agent -data-dir=/consul/data -config-dir=/consul/config -dev -server -bind=0.0.0.0 -client=0.0.0.0 -log-level=debug
5151
annotations:
5252
com.antithesis.exclude.faults: "all"

.buildkite-antithesis/scripts/test.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
12
#! /bin/bash
23

34
set -e
@@ -14,7 +15,7 @@ response=$(curl --fail -u "flyio:${ANTITHESIS_PASSWORD}" -X POST https://flyio.a
1415
\"antithesis.description\":\"Run tests on ${BUILDKITE_BRANCH} for ${CUSTOM_DURATION}h\",
1516
\"antithesis.duration\":\"${CUSTOM_DURATION}\",
1617
\"antithesis.config_image\":\"antithesis-config:${COMMIT_HASH}\",
17-
\"antithesis.images\":\"corrosion:${COMMIT_HASH},corro-client:${COMMIT_HASH},consul:1.15.4\",
18+
\"antithesis.images\":\"corrosion:${COMMIT_HASH},corro-client:${COMMIT_HASH}\",
1819
\"antithesis.report.recipients\":\"[email protected]\",
1920
\"antithesis.source\":\"${BUILDKITE_BRANCH}\"
2021
}}")

0 commit comments

Comments
 (0)