-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
Updated Docker images location #4821
Comments
Also, the quickstart document points to https://hub.docker.com/r/zlim/bcc, which is 5 years old - https://github.com/iovisor/bcc/blob/master/QUICKSTART.md#quick-start-guide |
Yes, I built my own bcc image based on ubuntu2204, which currently supports linux/amd64 and linux/arm64: https://hub.docker.com/repository/docker/dataucon/ubuntu-bcc/ Dockerfile: https://github.com/hitsz-ids/dataucon/blob/main/docker/Dockerfile.bcc FYI |
@Wh1isper that is great news. One small suggestion --> I have created a new PR here to fix the iovisor/bcc Dockerfile builds: #4822 The images here https://hub.docker.com/r/dataucon/ubuntu-bcc are 3.48 GB in size decompressed (1GB compressed) because the images are traling the build env with them. With my above PR, the image size decompressed is only 585 MB in size. Would you consider creating the images using the PR from upstream if it gets merged? Or I can make a PR to your repo directly. Thank you, |
@ader1990 No problem, it's great if there is an available distribution package(or image) upstream I can just use it. I will most likely create a new image for installing and delivering the application using the distributed package. Additiona, if I understand correctly, the non-removable weight is generally the LLVM. Maybe I could also try to reduce the size of the package using a two-step build. Thanks for your work! |
I have not seen an updated upstream for Debian/Ubuntu, that s why I wanted to at least fix the deb package build and the Docker build first. Only the maintainers from this project have access to the Debian/Ubuntu repos. Thanks! |
Hello,
The images published here https://github.com/iovisor/bcc/pkgs/container/bcc seem to be build images, as I cannot find the installed bcc tools.
Is there a place where the equivalent of https://quay.io/repository/iovisor/bcc images (already the latest is 2 years old) are present or maybe the build images from ghcr.io already have the built packages at another path?
Thank you.
The text was updated successfully, but these errors were encountered: