temporalio / samples-server

MIT License
37 stars 32 forks source link

[Bug] Docker-compose-tls sample does not start #86

Open mdcarlson opened 3 months ago

mdcarlson commented 3 months ago

What are you really trying to do?

While troubleshooting issues with starting a local tls-secured server, I was running other docker-compose samples to confirm that my laptop configuration was working

Describe the bug

docker-compose -f docker-compose-tls.yml up command fails with several errors (see attached log) docker-compose-tls.log

ERROR [temporal 2/3] COPY ./.pki/ca.pem /usr/local/share/ca-certificates/ca.crt

[temporal 2/3] COPY ./.pki/ca.pem /usr/local/share/ca-certificates/ca.crt:

failed to solve: failed to compute cache key: failed to calculate checksum of ref e1058f6a-4355-4fdb-a99b-46bcc288b1cf::pd348twkqnd800maa6ysbidpb: failed to walk /var/lib/docker/tmp/buildkit-mount754702407/.pki: lstat /var/lib/docker/tmp/buildkit-mount754702407/.pki: no such file or directory

Minimal Reproduction

  1. cd docker-compose
  2. docker-compose -f docker-compose-tls.yml up

Environment/Versions

Additional context

The docker-compose-cass-es.yml config file in the same docker-compose samples folder works without error