We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
rm
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.
neutron-org/cosmopark
This tool tries to execute rm within the container here.
The text was updated successfully, but these errors were encountered:
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.
mv
mkdir
vi
Sorry, something went wrong.
Good first issue for @Zak4sad . In addition to adding aria2 into the infra-toolkit (which is used by heighliners Docker file)
Zak4sad
No branches or pull requests
I found it surprising that the docker images do not have
rm
I discovered this when trying to use the images with
neutron-org/cosmopark
.This tool tries to execute
rm
within the container here.The text was updated successfully, but these errors were encountered: