Skip to content

Commit

Permalink
chore: set container images for release 17 PE-6562
Browse files Browse the repository at this point in the history
  • Loading branch information
djwhitt committed Sep 9, 2024
1 parent 1409dad commit 57c0cd3
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:-a79c9d6a3991cf17dc9928520ae3123a66b11173}
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:-1409dad19dfe3f3eecdaa2345cc498081594bc70}
build:
context: .
restart: on-failure
Expand Down Expand Up @@ -113,7 +113,7 @@ services:
- ar-io-network

observer:
image: ghcr.io/ar-io/ar-io-observer:${OBSERVER_IMAGE_TAG:-97da51142c4910102a189557109df5b2d39ac32f}
image: ghcr.io/ar-io/ar-io-observer:${OBSERVER_IMAGE_TAG:-4761f3b7ce06538e2be431621a82e10f0cd37787}
restart: on-failure
ports:
- 5050:5050
Expand Down Expand Up @@ -162,7 +162,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 57c0cd3

Please sign in to comment.