AIS Dispatcher on Balena

I have tried to install AIS on Balena, however the service isn’t running. Everything seems to compile fine, but the service just isn’t running.

My Dockerfile.template file looks like this…

FROM balenalib/%%BALENA_ARCH%%-debian:buster AS base

RUN apt update &&
apt install -y wget &&
mkdir /download &&
cd /download &&
wget http://www.aishub.net/downloads/aisdispatcher_linux-1.2_glibc-2.15.tar.gz &&
tar -xzf aisdispatcher_linux-1.2_glibc-2.15.tar.gz &&
mkdir /app &&
mv /download/aisdispatcher_linux-1.2_glibc-2.15/aisdispatcher-x86_64 /app/aisdispatcher &&
rm -rf /download \

WORKDIR /app
ENTRYPOINT ["/app/aisdispatcher"]

Can anyone assist please on what may be wrong. Thank you !

Hello, is this Dockerfile building successfully and being pushed to a device? If you are using the CLI, you should see a success message and the balena unicorn. If not, please post your build logs here. If the build is successful, do you see any error or status messages in the logs on the dashboard? Feel free to post those here too.

Hello @Tissy could you please confirm if this is working now? Could you please share more logs on this? What device are you using?

Thanks