mirror of
https://github.com/fluencelabs/node-distro
synced 2025-04-25 15:32:15 +00:00
Add ipfs-adapter builtin (#4)
This commit is contained in:
parent
d3545afa0d
commit
ad6b864555
3
.github/workflows/container.yml
vendored
3
.github/workflows/container.yml
vendored
@ -4,6 +4,9 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
- ipfs-adapter
|
||||||
|
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
FROM ipfs/go-ipfs:v0.9.0 as ipfs
|
FROM ipfs/go-ipfs:v0.9.0 as ipfs
|
||||||
|
|
||||||
FROM fluencelabs/fluence:vault as fluence
|
FROM fluencelabs/fluence:latest as fluence
|
||||||
|
|
||||||
FROM ghcr.io/linuxserver/baseimage-ubuntu:bionic
|
FROM ghcr.io/linuxserver/baseimage-ubuntu:bionic
|
||||||
|
|
||||||
@ -40,7 +40,9 @@ RUN \
|
|||||||
rm -rf \
|
rm -rf \
|
||||||
/tmp/* \
|
/tmp/* \
|
||||||
/var/lib/apt/lists/* \
|
/var/lib/apt/lists/* \
|
||||||
/var/tmp/*
|
/var/tmp/* && \
|
||||||
|
echo "**** download ipfs-adapter ****" && \
|
||||||
|
curl https://github.com/fluencelabs/ipfs-adapter/releases/latest/download/ipfs-adapter.tar.gz -L | tar -zxv -C /builtins/
|
||||||
|
|
||||||
# copy configs
|
# copy configs
|
||||||
# NOTE: copy configs should be after installing packages because
|
# NOTE: copy configs should be after installing packages because
|
||||||
|
Loading…
x
Reference in New Issue
Block a user