s390x -> deis config:set BUILDPACK_URL leads to "Error: Not found"

11 views
Skip to first unread message

rishi.in...@gmail.com

unread,
Nov 24, 2016, 9:55:32 AM11/24/16
to Deis Users List
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:

/==========================/
/test-node# deis config:set BUILDPACK_URL=https://github.com/rishigits/nodejs-buildpack
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
- deis config:set BUILDPACK_URL=https://github.com/rishigits/nodejs-buildpack

Please let me know how to debug this further.

Thanks.

Matthew Fisher

unread,
Nov 24, 2016, 11:04:13 AM11/24/16
to rishi.in...@gmail.com, Deis Users List
Does the `test-node` app exist? 404s being returned when no app was found has been fixed in more recent versions of workflow. What version are you running?
--
You received this message because you are subscribed to the Google Groups "Deis Users List" group.
To unsubscribe from this group and stop receiving emails from it, send an email to deis-users+...@googlegroups.com.
To post to this group, send email to deis-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/deis-users/d67517ec-9317-45a4-b709-83768d0b9d3a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

rishi.in...@gmail.com

unread,
Nov 24, 2016, 12:53:37 PM11/24/16
to Deis Users List, rishi.in...@gmail.com
Yes ... app exists but I found that it required me to specify app name.  So this worked for me:

"deis config:set BUILDPACK_URL=https://github.com/rishigits/nodejs-buildpack -a peachy-nailhead"

However, another issue I have now is that for some reason pod container is unable to resolve github.com (or any external addresses):

/==================================/
-----> Fetching custom buildpack
fatal: unable to access 'https://github.com/rishigits/nodejs-buildpack/': Could not resolve host: github.com
remote: 2016/11/24 16:47:27 Error running git receive hook [Build pod exited with code 128, stopping build.]
/==================================/

I have firewall disabled on my machine.  Wonder if I need to enable something in Docker/Kubernetes so that kub container can access internet resources.

Thx.
Reply all
Reply to author
Forward
0 new messages