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
When installing a runtime in the wws container image, it fails due to missing certificates. Since it's a scratch image, it doesn't include any trusted certificate repository.
Reproduction steps
Run docker run --rm ghcr.io/vmware-labs/wws:preview /wws runtimes install python latest
Get the error
These are the logs:
Unable to find image 'ghcr.io/vmware-labs/wws:preview' locally
c1994d4857c7: Download complete
bcdcd7e7fe33: Download complete
eb70f13fc605: Download complete
d018807117cb: Download complete
⚙️ Fetching data from the repository...
❌ There was an error installing the runtime from the repository
👉 error sending request for url (https://workers.wasmlabs.dev/repository/v1/index.toml): error trying to connect: error:1416F086:SSL routines:tls_process_server_certificate:certificate verify failed:ssl/statem/statem_clnt.c:1919: (unable to get local issuer certificate)
Expected behavior
It properly downloads the runtime and save it.
Additional context
We can install certificates in a fresh container as a previous step and then, copy them in the scratch final image.
The text was updated successfully, but these errors were encountered:
Describe the bug
When installing a runtime in the
wws
container image, it fails due to missing certificates. Since it's ascratch
image, it doesn't include any trusted certificate repository.Reproduction steps
docker run --rm ghcr.io/vmware-labs/wws:preview /wws runtimes install python latest
These are the logs:
Expected behavior
It properly downloads the runtime and save it.
Additional context
We can install certificates in a fresh container as a previous step and then, copy them in the
scratch
final image.The text was updated successfully, but these errors were encountered: