We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
0.0.13
5.4
seems there is no opensnoop:0.0.13 image.
sample from https://github.com/solo-io/bumblebee/tree/main/examples/opensnoop can't be executed.
tcpconnect is available
$ bee describe ghcr.io/solo-io/bumblebee/tcpconnect:$(bee version) ┌─ ghcr.io/solo-io/bumblebee/tcpconnect:0.0.13 ─┐ | ┌──────────────────────┐ | | | No description found | | | └──────────────────────┘ | | ┌──────────────────┐ | | | No Authors found | | | └──────────────────┘ | | ┌─ Platform ─┐ | | | unknown | | | └────────────┘ | | | └───────────────────────────────────────────────┘
$ bee describe ghcr.io/solo-io/bumblebee/opensnoop:$(bee version) Error: failed to authorize: failed to fetch anonymous token: unexpected status: 403 Forbidden 2022/10/30 13:54:46 exiting: failed to authorize: failed to fetch anonymous token: unexpected status: 403 Forbidden
$ bee describe ghcr.io/solo-io/bumblebee/opensnoop:$(bee version) ┌─ ghcr.io/solo-io/bumblebee/opensnoop:0.0.13 ─┐ | ┌──────────────────────┐ | | | No description found | | | └──────────────────────┘ | | ┌──────────────────┐ | | | No Authors found | | | └──────────────────┘ | | ┌─ Platform ─┐ | | | unknown | | | └────────────┘ | | | └───────────────────────────────────────────────┘
No response
The text was updated successfully, but these errors were encountered:
Hi, thanks for opening the issue! Yeah, it looks like not all the examples are being released. You can see the code here:
bumblebee/Makefile
Lines 44 to 67 in a1bb243
Sorry, something went wrong.
No branches or pull requests
Version
0.0.13
Linux Version
5.4
Describe the bug
seems there is no opensnoop:0.0.13 image.
sample from https://github.com/solo-io/bumblebee/tree/main/examples/opensnoop can't be executed.
tcpconnect is available
Steps to reproduce the bug
$ bee describe ghcr.io/solo-io/bumblebee/opensnoop:$(bee version)
Error: failed to authorize: failed to fetch anonymous token: unexpected status: 403 Forbidden
2022/10/30 13:54:46 exiting: failed to authorize: failed to fetch anonymous token: unexpected status: 403 Forbidden
Expected Behavior
Additional Context
No response
The text was updated successfully, but these errors were encountered: