File tree Expand file tree Collapse file tree 2 files changed +10
-12
lines changed Expand file tree Collapse file tree 2 files changed +10
-12
lines changed Original file line number Diff line number Diff line change 1
1
services :
2
2
price-pusher :
3
- # Use this to build the price pusher from source. The pusher docker image
4
- # depends on the pyth-crosschain monorepo builder and runner docker
5
- # images. Build the images using the following commands from the repo root:
6
- # `docker buildx build -f Dockerfile.builder -t builder .`
7
- # `docker buildx build -f Dockerfile.runner -t runner .`
3
+ # Use this to build the price pusher from source.
8
4
#
9
5
# Please note that the docker build from source only works in x86_64 platforms
10
6
# and doesn't work on arm platforms (like Apple M1/M2).
11
7
#
12
8
# build:
13
- # context: .
9
+ # context: ../..
10
+ # dockerfile: Dockerfile.node
11
+ # args:
12
+ # package: "@pythnetwork/price-pusher"
14
13
15
14
# Replace <version> with the latest released image of the price pusher from here:
16
15
# https://gallery.ecr.aws/pyth-network/xc-price-pusher
Original file line number Diff line number Diff line change 1
1
services :
2
2
price-pusher :
3
- # Use this to build the price pusher from source. The pusher docker image
4
- # depends on the pyth-crosschain monorepo builder and runner docker
5
- # images. Build the images using the following commands from the repo root:
6
- # `docker buildx build -f Dockerfile.builder -t builder .`
7
- # `docker buildx build -f Dockerfile.runner -t runner .`
3
+ # Use this to build the price pusher from source.
8
4
#
9
5
# Please note that the docker build from source only works in x86_64 platforms
10
6
# and doesn't work on arm platforms (like Apple M1/M2).
11
7
#
12
8
# build:
13
- # context: .
9
+ # context: ../..
10
+ # dockerfile: Dockerfile.node
11
+ # args:
12
+ # package: "@pythnetwork/price-pusher"
14
13
15
14
# Replace <version> with the latest released image of the price pusher from here:
16
15
# https://gallery.ecr.aws/pyth-network/xc-price-pusher
You can’t perform that action at this time.
0 commit comments