Closed tijno closed 3 years ago
seems core image is missing vips. When adding it with apk add vips
backend starts without above issue.
Not sure if related - but currently my blocks are not resending. Stuck at block 0.
Workaround
Create folder core
in your run repo folder
In core folder add Dockerfile
with the following 2 lines:
FROM ghcr.io/bitclout/core-obf:latest
RUN apk add vips
docker-compose.dev.yml
under core:
service, change:image: ghcr.io/bitclout/core-obf:latest
to
build: ./core
docker-compose -f docker-compose.dev.yml build --no-cache --pull
docker-compose -f docker-compose.dev.yml up -d
We recommend using the stable tag
yep aware and running both stable and latest. Let me know if not helpful to post bug report on latest @maebeam.
Core container starts but then exits immediately with these errors, when using
latest
83b2843a2a059a7cb47a49475acd507bec9d22af