From b10a8e804a62f3e0f64ac62c5a0d6ea9ad4e8bd5 Mon Sep 17 00:00:00 2001 From: David Whittington Date: Fri, 6 Dec 2024 09:28:23 -0600 Subject: [PATCH] chore: set container image tags for release 21 --- docker-compose.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docker-compose.yaml b/docker-compose.yaml index bde18d0c..cd5aa77c 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -1,7 +1,7 @@ --- services: envoy: - image: ghcr.io/ar-io/ar-io-envoy:${ENVOY_IMAGE_TAG:-latest} + image: ghcr.io/ar-io/ar-io-envoy:${ENVOY_IMAGE_TAG:-0d3e2a9594f0520a2f374450851fd4ddf1321c09} build: context: envoy/ restart: on-failure @@ -25,7 +25,7 @@ services: - observer core: - image: ghcr.io/ar-io/ar-io-core:${CORE_IMAGE_TAG:-latest} + image: ghcr.io/ar-io/ar-io-core:${CORE_IMAGE_TAG:-adb7069c042f31d10677389996a7def96a92729a} build: context: . restart: on-failure @@ -145,7 +145,7 @@ services: - ar-io-network clickhouse-auto-import: - image: clickhouse-auto-import:latest + image: ghcr.io/ar-io/ar-io-clickhouse-auto-import:${CLICKHOUSE_AUTO_IMPORT_IMAGE_TAG:-e3777e103ecf30b344d01346df3ceeea497befe3} profiles: - clickhouse build: @@ -195,7 +195,7 @@ services: - ar-io-network litestream: - image: ghcr.io/ar-io/ar-io-litestream:${LITESTREAM_IMAGE_TAG:-latest} + image: ghcr.io/ar-io/ar-io-litestream:${LITESTREAM_IMAGE_TAG:-be121fc0ae24a9eb7cdb2b92d01f047039b5f5e8} build: context: litestream/ dockerfile: Dockerfile