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

Include netbase Ubuntu package in images #2128

Closed
AlexHill opened this issue Jul 30, 2024 · 2 comments · Fixed by #2129
Closed

Include netbase Ubuntu package in images #2128

AlexHill opened this issue Jul 30, 2024 · 2 comments · Fixed by #2129
Labels
type:Enhancement A proposed enhancement to the docker images

Comments

@AlexHill
Copy link
Contributor

What docker image(s) is this feature applicable to?

base-notebook, docker-stacks-foundation, minimal-notebook

What change(s) are you proposing?

Add the netbase Ubuntu package to images.

How does this affect the user?

This package provides the necessary infrastructure for basic TCP/IP based networking.
In particular, it supplies common name-to-number mappings in /etc/services, /etc/rpc, /etc/protocols and /etc/ethertypes

/etc/protocols is part of the POSIX spec and required by the C functions getprotobyname and getprotobynumber. Some reading here: https://unix.stackexchange.com/questions/680494/what-is-the-significance-of-etc-protocols-in-linux

Anything else?

If this proposal is accepted, it's as easy as adding netbase to an apt-get install somewhere in the chain of images.

@AlexHill AlexHill added the type:Enhancement A proposed enhancement to the docker images label Jul 30, 2024
@mathbunnyru
Copy link
Member

@AlexHill could you please create a PR and then I will create a vote there?

@AlexHill
Copy link
Contributor Author

Done, thanks

benz0li added a commit to b-data/r-docker-stack that referenced this issue Jul 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:Enhancement A proposed enhancement to the docker images
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants