Open wmortada opened 3 years ago
Hmm. This is consistent with buildkit so perhaps that is out of date too?
It appears to work fine with version 14. I'll add a commit to update this.
@wmortada - I am wondering if we can rely on civi-download-tools to download node - see https://lab.3sd.io/tools/civicrm-buildkit-docker/-/commit/3b7531d7bf221021ac44756ab5d3cd2919bf22c9.
It appears that we can rely on civi-download-tools
to download node so am suggesting that we remove our manual downloading of node, and wait for it to be fixed upstream in line with the general philosophy of this project :)
Feel free to close if you agree else we can carry on discussing :)
That makes sense to me. I was wondering the same. It did seem like duplication. I haven't had a chance to test it yet though. Are you going to commit it to this repository (i.e. GitHub rather than GitLab)?
So according to https://github.com/michaelmcandrew/civicrm-buildkit-docker/issues/73 there is an issue with this method at the mo. I suspect it is solvable though.
I am now just committing new code to the gitlab repo. You should be able to update the remote with something like
git remote set-url origin ssh://git@lab.3sd.io:2222/tools/civicrm-buildkit-docker.git
OK so actually we cannot really rely on civi-download-tools to install node.
There is a civi-download-tools --full
mode that at at first glance, I thought would support this but full mode does stuff like use the sury.org php packages and this approach is (philosophically and technically) incompatible with using the `php:7.3-apache-buster' docker image.
Switching our docker image to debian:buster
and letting civi-download-tools handle all of the dependencies is potentially a smart idea (and civi-download tools does do things like download php and apache so arguably it is the way to do if we want to offload as much as possible upstream, but it would be a significant change and require a fair amount of testing / is not to be rolled out lightly.
Here is a new commit that fixes the issue: https://lab.3sd.io/tools/civicrm-buildkit-docker/-/commit/ad17001c8161dcd05e597e9f8d48c85e8b0a1974 - it is basically the same as what @wmortada did.
A new image on dockerhub should be generated overnight which should work fine, fingers crossed.
I am now just committing new code to the gitlab repo.
Does this mean you are moving development to GitLab? I'm happy with either, but wondering where new issues and PRs should be raised?
Ideally all on Gitlab but we don't have user sign up there at the mo and it is annoying for people to create another account so for now, am kicking the can down the road and keeping issues here...
When building the image, I get the following notice:
I've tracked it down to this line:
Presumably upgrading the version to 14 will fix this? I'll give it a go.