Skip to content

Conversation

dotconfig404
Copy link
Contributor

Hi,

when container is running with CA service it will try to check if the CA is running via the helper function ca_running inside [90-ca.sh](https://github.com/OpenVoxProject/container-openvoxserver/blob/main/openvoxserver/container-entrypoint.d/90-ca.sh), but it requires curl to do so. So when trying to build a container that does not have the CA service enabled it will fail.

Example output:

openvox  | Running /container-entrypoint.d/90-ca.sh
openvox  | turning off CA
openvox  | /container-entrypoint.d/90-ca.sh: line 6: curl: command not found
openvox  | /container-entrypoint.d/90-ca.sh: line 6: curl: command not found
openvox  | /container-entrypoint.d/90-ca.sh: line 6: curl: command not found

@rwaffen rwaffen enabled auto-merge September 23, 2025 12:43
@rwaffen rwaffen added the bug Something isn't working label Sep 23, 2025
@rwaffen rwaffen merged commit dfd7eb8 into OpenVoxProject:main Sep 23, 2025
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants