Skip to content

gitbook docker demos fail #33

@brenzi

Description

@brenzi

gitbook instructions to build teeracle docker demo fail:

https://docs.integritee.network/4-development/4.6-demos/4.6.3-teeracle-demo

COMPOSE_DOCKER_CLI_BUILD=1 DOCKER_BUILDKIT=1 docker-compose -f docker-compose.yml -f demo-teeracle.yml build --build-arg WORKER_MODE_ARG=teeracle

fails with

ERROR: The Compose file './docker-compose.yml' is invalid because:
Invalid service name 'integritee-node-${VERSION}' - only [a-zA-Z0-9\._\-] characters are allowed

Instructions in the README at https://github.com/integritee-network/worker/blob/fd78d5c4939130f2d08a4947c419ef590f50a63f/docker/README.md

work for the build.

but then, even the instructions in the readme fail:
docker compose -f <(envsubst < docker-compose.yml) -f <(envsubst < demo-teeracle.yml) up demo-teeracle --exit-code-from demo-teeracle
yields

[+] Running 4/4
 ⠿ Network fd_integritee-test-network          Created                                                                                                0.1s
 ⠿ Container fd-integritee-node--1             Created                                                                                                0.0s
 ⠿ Container fd-integritee-teeracle-worker--1  Created                                                                                                0.0s
 ⠿ Container fd-demo-teeracle-1                Created                                                                                                0.1s
Attaching to fd-demo-teeracle-1
dependency failed to start: container fd-integritee-teeracle-worker--1 is unhealthy

please check all instructions in gitbook and adjust accordingly

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions