Skip to content

Commit 44725f6

Browse files
committed
define gateway version since its download outdated by default
1 parent f97a035 commit 44725f6

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

docker-compose.test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ services:
1111
ADMIN_ACCESS_ID: ${AKEYLESS_ACCESS_ID}
1212
ADMIN_ACCESS_KEY: ${AKEYLESS_ACCESS_KEY}
1313
BYPASS_DRY_RUN: "true"
14+
# Pin api-proxy until S3 environment/akeyless-api-proxy points at 5.0.0+
15+
VERSION: "5.0.0"
1416
healthcheck:
1517
test: ["CMD", "curl", "-sf", "-X", "POST", "http://localhost:8081/health"]
1618
interval: 10s
@@ -33,6 +35,7 @@ services:
3335
ADMIN_ACCESS_KEY: ${AKEYLESS_ACCESS_KEY}
3436
BYPASS_DRY_RUN: "true"
3537
CLUSTER_NAME: "gateway-config-tests"
38+
VERSION: "5.0.0"
3639
healthcheck:
3740
test: ["CMD", "curl", "-sf", "-X", "POST", "http://localhost:8081/health"]
3841
interval: 10s

0 commit comments

Comments
 (0)