-
Notifications
You must be signed in to change notification settings - Fork 11
Problem running the container after build #15
Comments
Sorry, I realised I should have provided more information here. I downloaded the pre-built binaries to my ARM64 platform and that works fine. Ideally, I need this to be containerised to work alongside some other container apps. I also tried building my own container using the working binaries but that didn't work either. It seems that I'm trying to build the container on my ARM64 platform using the Are there any plans to provide arm imaged to the docker rep's ? |
Some file is missing from inside your container -- is |
Yes - I did try adding this to my Docker file.
Didn't make any difference though. |
Docker build looks good too.
and with chmod
|
Not sure, maybe there is some library rqlited is relying on, which is missing from your container. I think that also results in a "not found" error. Do you have ~/r $ curl -L https://github.com/rqlite/rqlite/releases/download/v8.23.1/rqlite-v8.23.1-linux-amd64.tar.gz -o rqlite-v8.23.1-linux-amd64.tar.gz
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 13.8M 100 13.8M 0 0 8471k 0 0:00:01 0:00:01 --:--:-- 11.8M
~/r $ tar xvfz rqlite-v8.23.1-linux-amd64.tar.gz
rqlite-v8.23.1-linux-amd64/
rqlite-v8.23.1-linux-amd64/rqlite
rqlite-v8.23.1-linux-amd64/rqlited
rqlite-v8.23.1-linux-amd64/rqbench
~/r $ cd rqlite-v8.23.1-linux-amd64
~/r/rqlite-v8.23.1-linux-amd64 $ ldd rqlited
not a dynamic executable
~/r/rqlite-v8.23.1-linux-amd64 $ |
Hi, I'm using your latest
Dockerfile
and thedocker-entrypoint.sh
file, however I getting the following error when I then try to run the container.I need to manually build since you don' currently provide a linux-arm image.
I tested this on OSX too and got the same error.
The text was updated successfully, but these errors were encountered: