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
Thanos, Prometheus and Golang version used:
Thanos: main
Prometheus: v2.52.1
Golang: Not installed yet
Object Storage Provider:
NA
What happened:
On clicking the create codespace button here it tries to create the container, but fails with a failed to create container
devcontainer process exited with exit code 1
Failed to create container.
On looking further issue seems to be 2.362 curl: (22) The requested URL returned error: 404 and this seems to be to my understanding because it selects this tag for the release which doesn't actually have a release mapped to it. Not sure if this is a prometheus side miss or if thanos should be checking for the validity of the release.
What you expected to happen:
Codespace should come up.
How to reproduce it (as minimally and precisely as possible):
Just clicking the codespace button above should work.
Full logs to relevant components:
Anything else we need to know:
Might be as simple as editing the dockerfile, I'm willing to contribute if someone can tell me what exactly the expectation here would be?
The text was updated successfully, but these errors were encountered:
Thanos, Prometheus and Golang version used:
Thanos: main
Prometheus: v2.52.1
Golang: Not installed yet
Object Storage Provider:
NA
What happened:
On clicking the create codespace button here it tries to create the container, but fails with a failed to create container
On looking further issue seems to be
2.362 curl: (22) The requested URL returned error: 404
and this seems to be to my understanding because it selects this tag for the release which doesn't actually have a release mapped to it. Not sure if this is a prometheus side miss or if thanos should be checking for the validity of the release.What you expected to happen:
Codespace should come up.
How to reproduce it (as minimally and precisely as possible):
Just clicking the codespace button above should work.
Full logs to relevant components:
Anything else we need to know:
Might be as simple as editing the dockerfile, I'm willing to contribute if someone can tell me what exactly the expectation here would be?
The text was updated successfully, but these errors were encountered: