James Gilbert
James Gilbert
I had the same issue on 18.04, and here were the steps I took to resolve it. 1. Reinstalled virtualbox 2. Renamed VBoxManage to match casing 3. Followed [this](https://docs.docker.com/machine/install-machine/) guide...
For step 2, I ran `sudo ln -s /usr/local/bin/VBoxManage /usr/local/bin/vboxmanage`. Also, I followed the guide [here](https://docs.docker.com/install/linux/docker-ce/ubuntu/) when I initially installed Docker.
Wanted to sketch out a more concrete approach to help guide discussion. I'd be willing to help work on this / submit a few PRs if it looks promising. Core...
@gregfurman I spent some time looking into this for a project -- the main difficulty is that `go-duckdb` uses prebuilt binaries which aren't compatible with the image in `Dockerfile.cgo` (mentioned...
PR here: https://github.com/warpstreamlabs/bento/pull/365
> Wow thanks for the PR! Have left some comments. > > I was giving the original thread and linked issues a read. It appears that duckdb v1.3.1 will be...
> > Or is it to create an image with the extra CGO runtime dependencies? > > @James-Gilbert- I suppose that since we don't release the CGO/x_bento_extra builds as a...
It seems that because of the build tag `init()`, the "duckdb" driver string is dropped after re-running `make docs`