Skip to content

Commit 91996d3

Browse files
committed
Latest
1 parent aa9501b commit 91996d3

File tree

4 files changed

+13
-6
lines changed

4 files changed

+13
-6
lines changed

federation-v1/gateways/cosmo/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ RUN apk --no-cache add curl
55
WORKDIR /home/gw
66
COPY router.json ./
77

8-
ENV ROUTER_VERSION=0.117.0
8+
ENV ROUTER_VERSION=0.144.0
99

1010
RUN curl -L https://github.com/wundergraph/cosmo/releases/download/router%40${ROUTER_VERSION}/router-router@${ROUTER_VERSION}-linux-$(uname -m | sed s:aarch:arm:| sed s:x86_:amd:).tar.gz | gunzip -dc | tar x && mv router /usr/local/bin
1111

federation-v1/gateways/grafbase/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ghcr.io/grafbase/gateway:0.18.0
1+
FROM ghcr.io/grafbase/gateway:0.20.1
22

33
COPY supergraph.graphql ./
44
COPY grafbase.toml ./

federation-v1/gateways/hive-gateway/docker-compose.yaml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
gateway:
3-
image: ghcr.io/graphql-hive/gateway:1.4.12
3+
image: ghcr.io/graphql-hive/gateway:1.5.1
44
container_name: gateway
55
networks:
66
- test
@@ -22,11 +22,18 @@ services:
2222
source: federation-v1/gateways/hive-gateway/supergraph.graphql
2323
target: /serve/supergraph.graphql
2424
healthcheck:
25-
test: [ "CMD", "/usr/lib/apt/apt-helper", "download-file", "http://127.0.0.1:4000/graphql?query=%7B+users+%7B+reviews+%7B+product+%7B+reviews+%7B+author+%7B+reviews+%7B+product+%7B+name+%7D+%7D+%7D+%7D+%7D+%7D+%7D+%7D", "/tmp/health" ]
25+
test:
26+
[
27+
"CMD",
28+
"/usr/lib/apt/apt-helper",
29+
"download-file",
30+
"http://127.0.0.1:4000/graphql?query=%7B+users+%7B+reviews+%7B+product+%7B+reviews+%7B+author+%7B+reviews+%7B+product+%7B+name+%7D+%7D+%7D+%7D+%7D+%7D+%7D+%7D",
31+
"/tmp/health",
32+
]
2633
interval: 3s
2734
timeout: 5s
2835
retries: 10
29-
command: [ "supergraph", "--jit" ]
36+
command: ["supergraph", "--jit"]
3037
deploy:
3138
resources:
3239
limits:

federation-v1/gateways/inigo/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
FROM alpine:3.19
55
RUN apk add --no-cache curl
66

7-
COPY --from=inigohub/gateway:v0.30.13 /usr/bin/gateway .
7+
COPY --from=inigohub/gateway:v0.30.15 /usr/bin/gateway .
88

99
COPY supergraph.graphql ./
1010
COPY config.yaml ./

0 commit comments

Comments
 (0)