Browse Source

test: pin the version of bats to one that works on CircleCI (#11401)

ui/scratch/light-sshhhhh
R.B. Boyer 3 years ago committed by GitHub
parent
commit
c5b7e2a759
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      test/integration/connect/envoy/Dockerfile-bats

4
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

Loading…
Cancel
Save