techknowlogick / xgo

Go CGO cross compiler
MIT License
478 stars 79 forks source link

Fix ENTRYPOINT of `toolchain` image #227

Closed pat-s closed 1 year ago

pat-s commented 1 year ago

"/bin/bash" is not a valid entrypoint and will result in errors when running the container manually (I know this is usually not needed but helpful for some debugging actions).

The change allows running containers from the image.

zeripath commented 1 year ago

yeah it was never my intention that you would run the container manually without setting your own entrypoint directly but I guess it's helpful to get this in.

pat-s commented 1 year ago

Yeah I see, it's not a big issue for anyone - besides if you wanna rebuild the image and inspect some things :)