api7 / apisix-build-tools

Build tools to package and release
Apache License 2.0
125 stars 96 forks source link

fix: apisix startup failed due to unix socket not being removed #363

Closed AlinsRan closed 10 months ago

AlinsRan commented 10 months ago

ref: https://github.com/apache/apisix/pull/10732

The files being exposed by container mounts and not being cleaned up on abnormal exits resulting in failure to start next time.