Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
I tried to run a simple nginx default server on IR510 but I can't start it.ioxclient version 1.12.1.0 (On my Ubuntu 20.04 development machine)Here the stepsOK. Create the Dockerfile FROM arm32v7/nginx
EXPOSE 80# Commands and test:# docker build -t ir...
Finally solved. It was architecture issue, the original Dockerfile for this nginx is on arm64, so I changed to arm32v7 and that works. For this I built the dockerfile using docker buildx tool, Raspberry Pi can builds ARMs too.
My local machine the access and vpn is Ok. I mean, inside IOx CICD Pipeline 1.7 Sandbox, a VM called Drone Box needs to install a Python dependency, but this VM has no internet access to download and install through pip.