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

Images missing rm #301

Open
chris-ricketts opened this issue Dec 5, 2024 · 2 comments
Open

Images missing rm #301

chris-ricketts opened this issue Dec 5, 2024 · 2 comments
Assignees

Comments

@chris-ricketts
Copy link

I found it surprising that the docker images do not have rm

$ docker run --rm -it ghcr.io/strangelove-ventures/heighliner/gaia:v21.0.0 /bin/sh -c rm
/bin/sh: rm: not found

I discovered this when trying to use the images with neutron-org/cosmopark.

This tool tries to execute rm within the container here.

@agouin
Copy link
Member

agouin commented Dec 5, 2024

Heighliner images specifically only have read only utilities for security.

This is a common enough ask though that we may want to consider adding useful write utils such as rm, mv, mkdir, a text editor such as vi, etc.

@vimystic
Copy link
Contributor

vimystic commented Dec 20, 2024

Good first issue for @Zak4sad . In addition to adding aria2 into the infra-toolkit (which is used by heighliners Docker file)

@vimystic vimystic assigned Zak4sad and unassigned 0xPuncker and vimystic Dec 20, 2024
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

No branches or pull requests

5 participants