crate / docker-crate

Source repository for the official CrateDB Docker image
https://registry.hub.docker.com/_/crate/
Apache License 2.0
50 stars 22 forks source link

Remove Python3 -> Python symlink #177

Closed autophagy closed 4 years ago

autophagy commented 4 years ago

Summary of the changes / Why this is an improvement

This symlink breaks yum, as yum expects the default system python to be python 2. The symlink was initially required to run crash, as it's shebang previously was ambiguous about which python version it needs. With https://github.com/crate/crash/commit/fde0770cfc798227378b0223c0cda9e1153ac3f6 this symlink is no longer required.