The Linux images contributed to the Docker repository tend to be much more bare than full installs, so indeed tools like this end up missing. I imagine an Ubuntu Docker image, Fedora, etc., might have the same problems.
But it's correct this this curl/wget is a dependency and that we should mention it. Please keep collecting these and we will update our guides. On Tue, Oct 31, 2017 at 7:10 PM, Vishwanath Jayaraman < [email protected]> wrote: > I see the below error message (highlighted in RED) when I run the > instructions from http://ariatosca.incubator.apache.org/getting-started/ > on CentOS 7 container. > > > nuc5cpyh@ubuntu5cpyh:~$ docker-compose logs aria > Attaching to nuc5cpyh_aria_1 > aria_1 | Storing service template my-service-template... > aria_1 | Service template my-service-template stored > aria_1 | Creating new service from service template my-service-template... > aria_1 | Service created. The service's name is my-service > aria_1 | Starting execution. Press Ctrl+C cancel > aria_1 | Starting 'install' workflow execution > aria_1 | web_app_1 Standard.configure started... > aria_1 | Executing: /tmp/tmpEZxG1f-configure.sh > aria_1 | Creating HTTP server root directory at /tmp/python-simple-http- > webserver > aria_1 | Downloading blueprint resources... > aria_1 | Execution done (exit_code=0): /tmp/tmpEZxG1f-configure.sh > aria_1 | web_app_1 Standard.configure successful > aria_1 | web_app_1 Standard.start started... > aria_1 | Executing: /tmp/tmpPNcm4A-start.sh > aria_1 | Starting HTTP server from /tmp/python-simple-http-webserver > aria_1 | Starting SimpleHTTPServer > aria_1 | Waiting for server to launch on port 9090 > aria_1 | Both curl, wget were not found in path > aria_1 | Execution done (exit_code=1): /tmp/tmpPNcm4A-start.sh > aria_1 | web_app_1 Standard.start failed > > > > The dependencies section of ubuntu/centos in the getting started page > needs to be updated to instruct that curl and wget needs to be installed. > > > However, I notice that the above messages in RED still show up even after > installing curl and wget. > > > Any comments? > > Getting Started with ARIA TOSCA • Apache ARIA TOSCA<http://ariatosca. > incubator.apache.org/getting-started/> > ariatosca.incubator.apache.org > The source package comes along with relevant examples, documentation, > requirements.txt (for installing specifically the frozen dependencies’ > versions with which ... > > > > > Vish >
