-
Notifications
You must be signed in to change notification settings - Fork 25k
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
"tar" executable not found in Elasticsearch 7.15.0-SNAPSHOT Docker image #76695
Comments
@jmlrt what are you doing with the image that requires |
Our Helm charts tests required that we copy a file in the container using |
...wow. OK, I'll add that in. |
Closes elastic#76695. Due to a Kubernetes quirk, we need to ensure that the `tar` CLI tool is present in the Docker image. It was removed in elastic#75079 because we reworked how the image was built, and anything not explicitly installed was left out.
This was closed by #76696 |
Elasticsearch version (
bin/elasticsearch --version
): 7.15.0-SNAPSHOT, Build: default/docker/bc278d661f0b0d72ce292aa636fbb1db96427c40/2021-08-17T13:27:20.599610018Z, JVM: 16.0.2OS version (
uname -a
if on a Unix-like system): Linux 658e2dc4afe5 4.4.0-185-generic #215-Ubuntu SMP Mon Jun 8 21:53:19 UTC 2020 x86_64 x86_64 x86_64 GNU/LinuxDescription of the problem including expected versus actual behavior:
tar
command is not found in the Docker imageSteps to reproduce:
Can also be reproduced while trying to do a
kubectl cp
into an Elasticsearch pod (kubectl cp
command requiretar
binary in the container):Note that
tar
command is present in the other images, examples:cc @elastic/es-delivery
The text was updated successfully, but these errors were encountered: