Hello,
I am able o successfully test Docker and Dockerfile deployments on Deis workflow on s390x. However for Buildpack tests I am getting this error:
/==========================/
Creating config... Error: Not Found
/==========================/
Controller logs is not very informative: 172.17.0.12 "POST /v2/apps/test-node/config/ HTTP/1.1" 404 33 "Deis Client dev-0391c6c"
Note that I had to create a custom buildpack for this platform which I uploaded to Github.
These are the steps I performed:
- deis create
Please let me know how to debug this further.
Thanks.