-
Notifications
You must be signed in to change notification settings - Fork 304
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pre-heat request returns "null" and manager log shows "x509: certificate signed by unknown authority" #785
Comments
Can you give me all the logs including core etc. |
manager core log: |
{"errors":[{"code":"MANIFEST_UNKNOWN","message":"OCI manifest found, but accept header does not support OCI manifests"}]} |
This has not been resolved. Looks like there is no support of ORAS image format in pre-heat?
|
A manifest of the oras image looks like this.
|
Signed-off-by: Gaius <[email protected]>
Bug report:
Command:
curl --location --request POST 'http://x.y.z.162:8080/api/v1/jobs' --header 'Content-Type: application/json' --data-raw '{"type": "preheat","args": {"type": "image","url": "https://registry.com/v2/project/repo/image/manifests/latest"}}'
Error in the log -> "x509: certificate signed by unknown authority"
Expected behavior:
How to reproduce it:
Environment:
uname -a
):Logs:
[manager_gin.log]
The text was updated successfully, but these errors were encountered: