Skip to content

Commit

Permalink
chore: set images for release 18 PE-6818
Browse files Browse the repository at this point in the history
  • Loading branch information
djwhitt committed Oct 1, 2024
1 parent 39e1ed9 commit 9317970
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:-39e1ed9c487ebd7290f39410d1e5ea1dc1bf4c59}
build:
context: .
restart: on-failure
Expand Down Expand Up @@ -116,7 +116,7 @@ services:
- ar-io-network

observer:
image: ghcr.io/ar-io/ar-io-observer:${OBSERVER_IMAGE_TAG:-3008cdba20a39e74f5ee8888146779999806caf6}
image: ghcr.io/ar-io/ar-io-observer:${OBSERVER_IMAGE_TAG:-d907ca69c177a26b2bc7ab22a8329d1d8ee16a89}
restart: on-failure
ports:
- 5050:5050
Expand All @@ -143,7 +143,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 9317970

Please sign in to comment.