samples-server icon indicating copy to clipboard operation
samples-server copied to clipboard

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

Open mdcarlson opened this issue 1 year ago • 0 comments

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

  • OS and processor: M3 Mac running Sonoma 14.4.1
  • Temporal Version: temporal version 0.11.0 (server 1.22.4) (ui 2.21.3)
  • Are you using Docker or Kubernetes or building Temporal from source? Docker-compose

Additional context

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

mdcarlson avatar Apr 16 '24 04:04 mdcarlson