solo-io / bumblebee

Get eBPF programs running from the cloud to the kernel in 1 line of bash
Apache License 2.0
1.25k stars 77 forks source link

missing opensnoop image on github registry #93

Open aheilmaier opened 1 year ago

aheilmaier commented 1 year ago

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

$ 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    |                                |
| └────────────┘                                |
|                                               |
└───────────────────────────────────────────────┘

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

$ 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    |                                |
| └────────────┘                                |
|                                               |
└───────────────────────────────────────────────┘

Additional Context

No response

krisztianfekete commented 1 year ago

Hi, thanks for opening the issue! Yeah, it looks like not all the examples are being released. You can see the code here: https://github.com/solo-io/bumblebee/blob/a1bb243be07ca87c9848cbc272e8bb7709aa5c7f/Makefile#L44-L67 Would you be interested in creating a PR with the fix?