This site is in read only mode. Please continue to browse, but replying, likes, and other actions are disabled for now.

⚠️ We've moved!

Hi there!

To reduce project dependency on 3rd party paid services the StackStorm TSC has decided to move the Q/A from this forum to Github Discussions. This will make user experience better integrated with the native Github flow, as well as the questions closer to the community where they can provide answers.

Use 🔗 Github Discussions to ask your questions.

Whiel creating docker image using docker file mentioned in github, some how url is giving 404 error

here s the link

i ahve added proxy and try to tun, giving belwo error

Installing /etc/apt/sources.list.d/StackStorm_stable.list…curl: (7) Failed to connect to packagecloud.io port 443: Connection timed out

Unable to run:
curl https://packagecloud.io/install/repositories/StackStorm/stable/config_file.list?os=Ubuntu&dist=trusty&source=script

Double check your curl installation and try again.

when i try it in browser getting 404 erros for above url.

Thanks,
uday

I’ve just tested that URL in my browser, and it works fine.

Connecting to https://packagecloud.io/install/repositories/StackStorm/stable/config_file.list?os=Ubuntu&dist=trusty&source=script returns

# this file was generated by packagecloud.io for
# the repository at https://packagecloud.io/StackStorm/stable

deb https://packagecloud.io/StackStorm/stable/ubuntu/ trusty main
deb-src https://packagecloud.io/StackStorm/stable/ubuntu/ trusty main

Same via curl:

extreme@EWC:~$ apt_url="https://packagecloud.io/install/repositories/StackStorm/stable/config_file.list?os=Ubuntu&dist=trusty&source=script"
extreme@EWC:~$ echo $apt_url
https://packagecloud.io/install/repositories/StackStorm/stable/config_file.list?os=Ubuntu&dist=trusty&source=script
extreme@EWC:~$ curl $apt_url
# this file was generated by packagecloud.io for
# the repository at https://packagecloud.io/StackStorm/stable

deb https://packagecloud.io/StackStorm/stable/ubuntu/ trusty main
deb-src https://packagecloud.io/StackStorm/stable/ubuntu/ trusty main
extreme@EWC:~$

My guess is that your local proxy configuration is messed up. This will be related to your Docker setup - it’s not related to the StackStorm proxy configuration. You’ll need to see what the right way is to pass a proxy to a Docker setup.

Is there a reason you’re building your own image, rather than just using the pre-built image?

We have convertedcomposer file to kubernetes using kcompose and tried to exicuted it, pods have been created, but when we login to stackstorm images, process are not started and not able see folders like /var/log etc and when we try to run docker images uing run comanand, its is hanging there, thoight porxy issues in conencting to internent to download repository.