I am using Codeship Pro as my CI/CD pipeline which builds my Dockerfile from alpine:3.8 and installs Balena CLI via npm. A docker-compose.yml
(containing 3 services) is copied into the image and a deploy.sh
file is copied into the image (where Balena CLI commands are executed).
When the container is run and deploy.sh
is invoked, the CLI output logs list [Build] Built 3 services in 0 seconds
followed by [Error] Build failed. No such file or directory: /dev/fd/12
Could anyone point me in the right direction to debug this scenario?