I have a docker image I wrote to build ATS 8 with lua script support
enabled. My focus was to have an easy setup to work on ats lua scripts so I
can't say if it's good or not for production but you may find it useful at
least as a starting point.
One tip: my docker is based on centos instead of Alpine (the prefered
distro for production ready docker images due to it's size) because it
seems to have some compilation errors not yet solved (there are github
issued on this error in ATS repo).
You can check it out at https://github.com/ericchaves/ats-lua-playground
Comments and suggestion are welcomed by the way. =)
Cheers
Em ter, 7 de mai de 2019 às 23:01, Guofeng Zhang <guofengzh@gmail.com>
escreveu:
> Hi,
>
> It takes days a lot but still has not any result satisfied by me.
>
> After googled a lot, I do not find RPM/DEB package for TS 8.x and I decide
> to build it from source as a docker image for easy distribution, but the
> built images is too large more than 400M.
>
> I think there must be someone has done it. Your help is appreciated.
>
> Thanks,
>
> Guofeng
>
>
|