AlexMasterov / dockerfiles

:whale: Common Dockerfiles, used for development
56 stars 18 forks source link

Any plans to update libv8 #12

Closed joehoyle closed 3 years ago

joehoyle commented 4 years ago

Hey there,

Thanks so much for sharing these docker files. I was wondering if you plan to release new builds for the latest version of V8?

Also, I noticed you have libv8 7.3+ in this repo, but there are no docker images published for them, any plans to push that?

Thanks!

AlexMasterov commented 3 years ago

Hello! Thank you for your interest. Sorry for so late reply, life was too busy.

I added a new Dockerfile, you can try it:

docker build --build-arg V8_VERSION=9.1.261 -t v8 github.com/AlexMasterov/dockerfiles.git#:alpine-v8

V8_VERSION >= 6.1.211

See also the README with mini-FAQ.

Manouchehri commented 3 years ago

Would it be possible to build V8 with musl-cross-make?

AlexMasterov commented 3 years ago

Would it be possible to build V8 with musl-cross-make?

I know about these toolchains. I will try to use them as I have free time. Thank you 👍🏻