From 92bdbac83146dc60778ded66f56d0d417ec46ad1 Mon Sep 17 00:00:00 2001 From: Jerry Date: Sun, 7 May 2023 12:48:24 -0700 Subject: [PATCH] Update docker images in integration tests (#234) --- integration-test/docker-compose.yml | 12 ++++++------ integration-test/run_pool.sh | 4 +++- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/integration-test/docker-compose.yml b/integration-test/docker-compose.yml index efb181f5..057b661a 100644 --- a/integration-test/docker-compose.yml +++ b/integration-test/docker-compose.yml @@ -9,7 +9,7 @@ networks: services: cardano-node: - image: inputoutput/cardano-node:${CARDANO_NODE_VERSION:-1.35.3} + image: inputoutput/cardano-node:${CARDANO_NODE_VERSION:-1.35.7} entrypoint: bash environment: NETWORK: "${NETWORK:-local-alonzo}" @@ -32,7 +32,7 @@ services: max-file: "10" cardano-pool: - image: inputoutput/cardano-node:${CARDANO_NODE_VERSION:-1.35.3} + image: inputoutput/cardano-node:${CARDANO_NODE_VERSION:-1.35.7} entrypoint: bash environment: NETWORK: "${NETWORK:-local-alonzo}" @@ -52,14 +52,14 @@ services: max-file: "10" ogmios: - image: cardanosolutions/ogmios:v5.5.5_1.35.3 + image: cardanosolutions/ogmios:latest environment: NETWORK: "${NETWORK:-local-alonzo}" command: [ "--host", "0.0.0.0", "--node-socket", "/ipc/node.socket", - "--node-config", "/code/configs/${NETWORK:-local}/config.json" + "--node-config", "/code/configs/${NETWORK:-local-alonzo}/config.json" ] volumes: - .:/code @@ -73,13 +73,13 @@ services: max-file: "10" kupo: - image: cardanosolutions/kupo:v2.1.0 + image: cardanosolutions/kupo:v2.4.0 environment: NETWORK: "${NETWORK:-local}" command: [ "--node-socket", "/ipc/node.socket", - "--node-config", "/code/configs/${NETWORK:-local}/config.json", + "--node-config", "/code/configs/${NETWORK:-local-alonzo}/config.json", "--host", "0.0.0.0", "--since", "origin", "--match", "*", diff --git a/integration-test/run_pool.sh b/integration-test/run_pool.sh index a15b603e..c49bf62d 100644 --- a/integration-test/run_pool.sh +++ b/integration-test/run_pool.sh @@ -21,7 +21,9 @@ done --certificate-file /code/keys/pool/stake.cert \ --certificate-file /code/keys/pool/pool-registration.cert \ --certificate-file /code/keys/pool/delegation.cert \ - --witness-override 3 + --witness-override 3 \ + --invalid-hereafter 100000000000000 \ + --alonzo-era cat tx.raw