release the fantom
This commit is contained in:
@@ -8,6 +8,7 @@ services:
|
|||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
environment:
|
environment:
|
||||||
- SNAPSHOT_URL_DISABLED=https://download.fantom.network/opera_5may22.tgz
|
- SNAPSHOT_URL_DISABLED=https://download.fantom.network/opera_5may22.tgz
|
||||||
|
- CACHE_SIZE=${FANTOM_CACHE_SIZE}
|
||||||
volumes:
|
volumes:
|
||||||
- "fantom-archive:/datadir"
|
- "fantom-archive:/datadir"
|
||||||
expose:
|
expose:
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
# Build Fantom in a stock Go builder container
|
# Build Fantom in a stock Go builder container
|
||||||
FROM golang:1.17-alpine as builder
|
FROM golang:1.19-alpine as builder
|
||||||
|
|
||||||
# Install packages we need
|
# Install packages we need
|
||||||
RUN apk add --no-cache make gcc musl-dev linux-headers git
|
RUN apk add --no-cache make gcc musl-dev linux-headers git
|
||||||
|
|||||||
@@ -38,4 +38,5 @@ opera \
|
|||||||
--nousb \
|
--nousb \
|
||||||
--db.migration.mode reformat \
|
--db.migration.mode reformat \
|
||||||
--db.preset pbl-1 \
|
--db.preset pbl-1 \
|
||||||
|
--cache=${CACHE_SIZE:-16000} \
|
||||||
--tracenode
|
--tracenode
|
||||||
|
|||||||
Reference in New Issue
Block a user