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 using env vars to pass credentials, the "clever-cloud" directory is not created,
So part of the code like id-cache did not works
docker run -it -e CLEVER_SECRET=**secret** -e CLEVER_TOKEN=**token** clevercloud/clever-tools:latest restart --app app_**id**
WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested
[ERROR] Cannot write IDs cache to /root/.config/clever-cloud/ids-cache.json
ENOENT: no such file or directory, open '/root/.config/clever-cloud/ids-cache.json'
The text was updated successfully, but these errors were encountered:
when using env vars to pass credentials, the "clever-cloud" directory is not created,
So part of the code like id-cache did not works
The text was updated successfully, but these errors were encountered: