Skip to content
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

Introduce package command #58

Merged
merged 11 commits into from
Jan 14, 2022
Merged

Introduce package command #58

merged 11 commits into from
Jan 14, 2022

Conversation

lgadban
Copy link
Collaborator

@lgadban lgadban commented Jan 11, 2022

Introduces bee package command to package built BPF programs in the local registry along with bee in a single, runnable docker image that can ran as a container (as long as there are sufficient permissions)

fixes #41

@lgadban lgadban marked this pull request as ready for review January 12, 2022 23:59
@lgadban lgadban requested review from EItanya and yuval-k January 13, 2022 16:38
@@ -0,0 +1,8 @@
FROM alpine:3.14
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any reason not to just call this Dockerfile? There's only one in this directory

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Purely for being explicit to its purpose as well ease of finding it since there are other Dockerfiles in the repo.

Happy to change it, what do you think?

@lgadban lgadban requested a review from EItanya January 14, 2022 18:35
@lgadban lgadban changed the title Uber image Intoroduce package command Jan 14, 2022
@lgadban lgadban changed the title Intoroduce package command Introduce package command Jan 14, 2022
@@ -0,0 +1,151 @@
package packageCmd
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: should be named package just like the rest of the cmd packages

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I agree! but it can't be because package is a reserved word; package package

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ahhhh lol

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Then package_cmd, and have the dir named package?

@soloio-bulldozer soloio-bulldozer bot merged commit 12a3887 into main Jan 14, 2022
@soloio-bulldozer soloio-bulldozer bot deleted the uber-image branch January 14, 2022 19:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support for Packaging Loader and BPF program
3 participants