hakwerk / labca

A private Certificate Authority for internal (lab) use, based on the open source ACME Automated Certificate Management Environment implementation from Let's Encrypt (tm).
https://lab-ca.net
Other
375 stars 39 forks source link

`labca/entrypoint.sh` not found in `labca-boulder` provided from `ghcr.io/hakwerk/labca-boulder` #129

Closed GamePlayer-8 closed 7 months ago

GamePlayer-8 commented 7 months ago

Good afternoon,

I've tried to start labca through docker-compose but last container labca-boulder gave an error:

Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: exec: "labca/entrypoint.sh": stat labca/entrypoint.sh: no such file or directory: unknown

indicating that the registry ghcr.io/hakwerk/labca-boulder isn't containing essential entrypoint.

GamePlayer-8 commented 7 months ago

nevermind, I've forgotten about the environment variable.