Skip to content

Commit

Permalink
Add koi
Browse files Browse the repository at this point in the history
  • Loading branch information
fewensa authored Jun 4, 2024
1 parent c251a8f commit 4594b5f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ jobs:
matrix:
package:
- hyperrpc
- koi
#- srtool
#- safe-transaction-service
#- optimism
Expand Down
11 changes: 11 additions & 0 deletions docker-image/koi/Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
FROM alpine:3 as step0

RUN apk update \
&& apk add curl \
&& curl -L -o /tmp/koi.json https://raw.githubusercontent.com/paseo-network/runtimes/main/chain-specs/paseo.raw.json \
&& chown 1000:1000 /tmp/koi.json


FROM ghcr.io/darwinia-network/darwinia:koi-6630

COPY --from=step0 /tmp/koi.json /home/darwinia/darwinia-nodes/koi.json

0 comments on commit 4594b5f

Please sign in to comment.