Amith George
Amith George
Any updates on this?
I came across this bug. In my case, it only respects the top most .gitignore. If I have a .gitignore inside some directory with additional rules, then those files are...
Any updates on this? Same use-case. Same issue.
@caoccao we could setup the github actions, such that any tagged commit gets its docker image built and push to dockerhub. I could do a PR for that if needed.
Ok. I may have misunderstood something. What is the purpose of the uploaded docker image? From the dockerfile in the repo, it looks like the image is used to build...
Keeping aside the question of why is the image needed, we can tackle the concerns raised, > Building the base image takes 1-2 hours. That would breach Github action execution...
Reading through the Dockerfile and build scripts for linux, it looks like for the V8 build of Javet it only needs the V8 source and compiled folders. For the Node...
Nice. I had some trouble setting up an Ubuntu VM on my Windows 10 + WSL2 desktop. Need to figure out the details. Once that is done, I should be...
@caoccao In my excitement for solving a technical challenge, I think I missed out on understanding the purpose of the image. Let me state my current understanding and ask clarifying...
@caoccao An update. I was able to build the V8_Node image using a GitHub Action. It took a little over 3 hours! The docker image (`amithgeorge/javet-linux-dev:v8-10.6.194.14_node-18.10.0`) contains the V8, Node...