Skip to content

Commit

Permalink
chore: set container image tags for release 21
Browse files Browse the repository at this point in the history
  • Loading branch information
djwhitt committed Dec 6, 2024
1 parent e3777e1 commit b10a8e8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit b10a8e8

Please sign in to comment.