From c5b7e2a759ec964fdf1c1106b9e8f5c41f561ff9 Mon Sep 17 00:00:00 2001 From: "R.B. Boyer" <4903+rboyer@users.noreply.github.com> Date: Fri, 22 Oct 2021 17:06:25 -0500 Subject: [PATCH] test: pin the version of bats to one that works on CircleCI (#11401) --- test/integration/connect/envoy/Dockerfile-bats | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/integration/connect/envoy/Dockerfile-bats b/test/integration/connect/envoy/Dockerfile-bats index 16c4c1e45d..ab32c03a42 100644 --- a/test/integration/connect/envoy/Dockerfile-bats +++ b/test/integration/connect/envoy/Dockerfile-bats @@ -1,6 +1,8 @@ FROM docker.mirror.hashicorp.services/fortio/fortio AS fortio -FROM docker.mirror.hashicorp.services/bats/bats:latest +# Both :1.5.0 and :latest tags are broken on CircleCI as of 2021-10-22 with an +# inability to locate the bats binary. +FROM docker.mirror.hashicorp.services/bats/bats:v1.4.1 RUN apk add curl RUN apk add openssl