You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
cd docker-compose
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
The text was updated successfully, but these errors were encountered:
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
Environment/Versions
Additional context
The docker-compose-cass-es.yml config file in the same docker-compose samples folder works without error
The text was updated successfully, but these errors were encountered: