[GH-ISSUE #136] ambar-startup missing #135

Closed
opened 2026-02-27 15:55:12 +03:00 by kerem · 12 comments
Owner

Originally created by @kevin939 on GitHub (Mar 15, 2018).
Original GitHub issue: https://github.com/RD17/ambar/issues/136

I tried to install ambar as described in the installation guide - failed as it couldn't fetch the docker image (it appears to be missing from the repository)

Originally created by @kevin939 on GitHub (Mar 15, 2018). Original GitHub issue: https://github.com/RD17/ambar/issues/136 I tried to install ambar as described in the installation guide - failed as it couldn't fetch the docker image (it appears to be missing from the repository)
kerem 2026-02-27 15:55:12 +03:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@sochix commented on GitHub (Mar 15, 2018):

Hello,
it's our fault.

Please, update ambar.py and try again.

<!-- gh-comment-id:373395038 --> @sochix commented on GitHub (Mar 15, 2018): Hello, it's our fault. Please, update ambar.py and try again.
Author
Owner

@kevin939 commented on GitHub (Mar 15, 2018):

Hi, Thank you for the fast response. Unfortunately I get the same problem:

Trying to pull repository docker.io/ambar/ambar-startup ...
repository docker.io/ambar/ambar-startup not found: does not exist or no pull access
Traceback (most recent call last):
File "./ambar.py", line 233, in
install()
File "./ambar.py", line 191, in install
pullStartupImage()
File "./ambar.py", line 126, in pullStartupImage
runShellCommandStrict("docker pull {0}/{1}".format(DOCKER_REPO, STARTUP_IMAGE))
File "./ambar.py", line 64, in runShellCommandStrict
subprocess.check_call(command, shell = True)
File "/usr/lib64/python3.6/subprocess.py", line 291, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command 'docker pull ambar/ambar-startup:latest' returned non-zero exit status 1.

cheers

Kevin

From: Ilya Pirozhenko [mailto:notifications@github.com]
Sent: 15 March 2018 14:29
To: RD17/ambar ambar@noreply.github.com
Cc: Hughes, Kevin Kevin.Hughes@uk.fujitsu.com; Author author@noreply.github.com
Subject: Re: [RD17/ambar] ambar-startup missing (#136)

Hello,
it's our fault.

Please, try again.


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHubhttps://github.com/RD17/ambar/issues/136#issuecomment-373395038, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AjrGfPGf30GgO_XVjOK1mBLTXNrkx0L6ks5tenqvgaJpZM4SsFfM.

Unless otherwise stated, this email has been sent from Fujitsu Services Limited (registered in England No 96056); Fujitsu EMEA PLC (registered in England No 2216100) both with registered offices at: 22 Baker Street, London W1U 3BW; PFU (EMEA) Limited, (registered in England No 1578652) and Fujitsu Laboratories of Europe Limited (registered in England No. 4153469) both with registered offices at: Hayes Park Central, Hayes End Road, Hayes, Middlesex, UB4 8FE.
This email is only for the use of its intended recipient. Its contents are subject to a duty of confidence and may be privileged. Fujitsu does not guarantee that this email has not been intercepted and amended or that it is virus-free.

<!-- gh-comment-id:373414395 --> @kevin939 commented on GitHub (Mar 15, 2018): Hi, Thank you for the fast response. Unfortunately I get the same problem: Trying to pull repository docker.io/ambar/ambar-startup ... repository docker.io/ambar/ambar-startup not found: does not exist or no pull access Traceback (most recent call last): File "./ambar.py", line 233, in <module> install() File "./ambar.py", line 191, in install pullStartupImage() File "./ambar.py", line 126, in pullStartupImage runShellCommandStrict("docker pull {0}/{1}".format(DOCKER_REPO, STARTUP_IMAGE)) File "./ambar.py", line 64, in runShellCommandStrict subprocess.check_call(command, shell = True) File "/usr/lib64/python3.6/subprocess.py", line 291, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command 'docker pull ambar/ambar-startup:latest' returned non-zero exit status 1. cheers Kevin From: Ilya Pirozhenko [mailto:notifications@github.com] Sent: 15 March 2018 14:29 To: RD17/ambar <ambar@noreply.github.com> Cc: Hughes, Kevin <Kevin.Hughes@uk.fujitsu.com>; Author <author@noreply.github.com> Subject: Re: [RD17/ambar] ambar-startup missing (#136) Hello, it's our fault. Please, try again. — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub<https://github.com/RD17/ambar/issues/136#issuecomment-373395038>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AjrGfPGf30GgO_XVjOK1mBLTXNrkx0L6ks5tenqvgaJpZM4SsFfM>. Unless otherwise stated, this email has been sent from Fujitsu Services Limited (registered in England No 96056); Fujitsu EMEA PLC (registered in England No 2216100) both with registered offices at: 22 Baker Street, London W1U 3BW; PFU (EMEA) Limited, (registered in England No 1578652) and Fujitsu Laboratories of Europe Limited (registered in England No. 4153469) both with registered offices at: Hayes Park Central, Hayes End Road, Hayes, Middlesex, UB4 8FE. This email is only for the use of its intended recipient. Its contents are subject to a duty of confidence and may be privileged. Fujitsu does not guarantee that this email has not been intercepted and amended or that it is virus-free.
Author
Owner

@sochix commented on GitHub (Mar 15, 2018):

Can you please remove all Ambar files (ambar.py, /opt/ambar, etc/ambar) and try again? If something fails please paste your ambar.py here

<!-- gh-comment-id:373415710 --> @sochix commented on GitHub (Mar 15, 2018): Can you please remove all Ambar files (ambar.py, /opt/ambar, etc/ambar) and try again? If something fails please paste your ambar.py here
Author
Owner

@kevin939 commented on GitHub (Mar 15, 2018):

Hi, removed them all

[root@apxdev-xx-1 kh]# rm /opt/ambar
rm: cannot remove ‘/opt/ambar’: No such file or directory
[root@apxdev-xx-1 kh]# rm /etc/ambar
rm: cannot remove ‘/etc/ambar’: No such file or directory
[root@apxdev-xx-1 kh]# rm ambar.py
rm: cannot remove ‘ambar.py’: No such file or directory
[root@apxdev-xx-1 kh]# rm /etc/ambar.yml
rm: cannot remove ‘/etc/ambar.yml’: No such file or directory

downloaded the latest amber.py:

wget -O ambar.py https://static.ambar.cloud/ambar.py
chmod +x ambar.py

[root@apxdev-xx-1 kh]# ./ambar.py install
Docker version 1.13.1, build 774336d/1.13.1
Please specify path to store Ambar data (Default: /opt/ambar). Type "Y" to confirm or type in another path
/root/kh/ambar
Please specify language analyzer (Default: ambar_en). Type "Y" to confirm or type in another language analyzer
y
Assigning IP address to Ambar, type "Y" to confirm or type in another IP address...
y
Assigning 80 port address to Ambar, type "Y" to confirm or type in another port...
y
Trying to pull repository docker.io/ambar/ambar-startup ...
repository docker.io/ambar/ambar-startup not found: does not exist or no pull access
Traceback (most recent call last):
File "./ambar.py", line 231, in
install()
File "./ambar.py", line 190, in install
pullStartupImage()
File "./ambar.py", line 125, in pullStartupImage
runShellCommandStrict("docker pull {0}/{1}".format(DOCKER_REPO, STARTUP_IMAGE))
File "./ambar.py", line 64, in runShellCommandStrict
subprocess.check_call(command, shell = True)
File "/usr/lib64/python3.6/subprocess.py", line 291, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command 'docker pull ambar/ambar-startup:latest' returned non-zero exit status 1.

hope that helps

cheers

Kevin

From: Ilya Pirozhenko [mailto:notifications@github.com]
Sent: 15 March 2018 15:26
To: RD17/ambar ambar@noreply.github.com
Cc: Hughes, Kevin Kevin.Hughes@uk.fujitsu.com; Author author@noreply.github.com
Subject: Re: [RD17/ambar] ambar-startup missing (#136)

Can you please remove all Ambar files (ambar.py, /opt/ambar, etc/ambar) and try again? If something fails please paste your ambar.py here


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHubhttps://github.com/RD17/ambar/issues/136#issuecomment-373415710, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AjrGfO1NSjJeoJHerxGvpzyaU_Fda_ZKks5teof3gaJpZM4SsFfM.

Unless otherwise stated, this email has been sent from Fujitsu Services Limited (registered in England No 96056); Fujitsu EMEA PLC (registered in England No 2216100) both with registered offices at: 22 Baker Street, London W1U 3BW; PFU (EMEA) Limited, (registered in England No 1578652) and Fujitsu Laboratories of Europe Limited (registered in England No. 4153469) both with registered offices at: Hayes Park Central, Hayes End Road, Hayes, Middlesex, UB4 8FE.
This email is only for the use of its intended recipient. Its contents are subject to a duty of confidence and may be privileged. Fujitsu does not guarantee that this email has not been intercepted and amended or that it is virus-free.

<!-- gh-comment-id:373418428 --> @kevin939 commented on GitHub (Mar 15, 2018): Hi, removed them all [root@apxdev-xx-1 kh]# rm /opt/ambar rm: cannot remove ‘/opt/ambar’: No such file or directory [root@apxdev-xx-1 kh]# rm /etc/ambar rm: cannot remove ‘/etc/ambar’: No such file or directory [root@apxdev-xx-1 kh]# rm ambar.py rm: cannot remove ‘ambar.py’: No such file or directory [root@apxdev-xx-1 kh]# rm /etc/ambar.yml rm: cannot remove ‘/etc/ambar.yml’: No such file or directory downloaded the latest amber.py: wget -O ambar.py https://static.ambar.cloud/ambar.py chmod +x ambar.py [root@apxdev-xx-1 kh]# ./ambar.py install Docker version 1.13.1, build 774336d/1.13.1 Please specify path to store Ambar data (Default: /opt/ambar). Type "Y" to confirm or type in another path /root/kh/ambar Please specify language analyzer (Default: ambar_en). Type "Y" to confirm or type in another language analyzer y Assigning IP address to Ambar, type "Y" to confirm or type in another IP address... y Assigning 80 port address to Ambar, type "Y" to confirm or type in another port... y Trying to pull repository docker.io/ambar/ambar-startup ... repository docker.io/ambar/ambar-startup not found: does not exist or no pull access Traceback (most recent call last): File "./ambar.py", line 231, in <module> install() File "./ambar.py", line 190, in install pullStartupImage() File "./ambar.py", line 125, in pullStartupImage runShellCommandStrict("docker pull {0}/{1}".format(DOCKER_REPO, STARTUP_IMAGE)) File "./ambar.py", line 64, in runShellCommandStrict subprocess.check_call(command, shell = True) File "/usr/lib64/python3.6/subprocess.py", line 291, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command 'docker pull ambar/ambar-startup:latest' returned non-zero exit status 1. hope that helps cheers Kevin From: Ilya Pirozhenko [mailto:notifications@github.com] Sent: 15 March 2018 15:26 To: RD17/ambar <ambar@noreply.github.com> Cc: Hughes, Kevin <Kevin.Hughes@uk.fujitsu.com>; Author <author@noreply.github.com> Subject: Re: [RD17/ambar] ambar-startup missing (#136) Can you please remove all Ambar files (ambar.py, /opt/ambar, etc/ambar) and try again? If something fails please paste your ambar.py here — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub<https://github.com/RD17/ambar/issues/136#issuecomment-373415710>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AjrGfO1NSjJeoJHerxGvpzyaU_Fda_ZKks5teof3gaJpZM4SsFfM>. Unless otherwise stated, this email has been sent from Fujitsu Services Limited (registered in England No 96056); Fujitsu EMEA PLC (registered in England No 2216100) both with registered offices at: 22 Baker Street, London W1U 3BW; PFU (EMEA) Limited, (registered in England No 1578652) and Fujitsu Laboratories of Europe Limited (registered in England No. 4153469) both with registered offices at: Hayes Park Central, Hayes End Road, Hayes, Middlesex, UB4 8FE. This email is only for the use of its intended recipient. Its contents are subject to a duty of confidence and may be privileged. Fujitsu does not guarantee that this email has not been intercepted and amended or that it is virus-free.
Author
Owner

@sochix commented on GitHub (Mar 15, 2018):

It was another bug on our side, please download ambar.py and try again

<!-- gh-comment-id:373431297 --> @sochix commented on GitHub (Mar 15, 2018): It was another bug on our side, please download ambar.py and try again
Author
Owner

@kevin939 commented on GitHub (Mar 15, 2018):

Hi, better but still a problem:

Trying to pull repository docker.io/ambar/ambar-crawler ...
latest: Pulling from docker.io/ambar/ambar-crawler
Digest: sha256:121dd9d1ce739a255d4b9a764acb0a133a206a46a2e12a389a3f3100e23c4512
Status: Image is up to date for docker.io/ambar/ambar-crawler:latest
Trying to pull repository docker.io/ambar/ambar-pipeline ...
latest: Pulling from docker.io/ambar/ambar-pipeline
Digest: sha256:54fd53343f535a1bb7474822a847c85f40b5505907357184796818b202dd9913
Status: Image is up to date for docker.io/ambar/ambar-pipeline:latest
ERROR: The Compose file '/root/kh/docker-compose.yml' is invalid because:
Unsupported config option for services.redis: 'sysctls'
services.webapi.depends_on contains an invalid type, it should be an array
services.proxy.depends_on contains an invalid type, it should be an array
services.frontend.depends_on contains an invalid type, it should be an array
Traceback (most recent call last):
File "./ambar.py", line 283, in
install(configuration)
File "./ambar.py", line 202, in install
pullImages(configuration)
File "./ambar.py", line 134, in pullImages
runShellCommandStrict("docker-compose -f {0}/docker-compose.yml pull".format(PATH))
File "./ambar.py", line 64, in runShellCommandStrict
subprocess.check_call(command, shell = True)
File "/usr/lib64/python3.6/subprocess.py", line 291, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command 'docker-compose -f /root/kh/docker-compose.yml pull' returned non-zero exit status 1.

cheers

Kevin

From: Ilya Pirozhenko [mailto:notifications@github.com]
Sent: 15 March 2018 16:08
To: RD17/ambar ambar@noreply.github.com
Cc: Hughes, Kevin Kevin.Hughes@uk.fujitsu.com; Author author@noreply.github.com
Subject: Re: [RD17/ambar] ambar-startup missing (#136)

It was another bug on our side, please download ambar.py and try again


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHubhttps://github.com/RD17/ambar/issues/136#issuecomment-373431297, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AjrGfMXXAguPPWaqLTKFUk1-oj0PDqcOks5tepH9gaJpZM4SsFfM.

Unless otherwise stated, this email has been sent from Fujitsu Services Limited (registered in England No 96056); Fujitsu EMEA PLC (registered in England No 2216100) both with registered offices at: 22 Baker Street, London W1U 3BW; PFU (EMEA) Limited, (registered in England No 1578652) and Fujitsu Laboratories of Europe Limited (registered in England No. 4153469) both with registered offices at: Hayes Park Central, Hayes End Road, Hayes, Middlesex, UB4 8FE.
This email is only for the use of its intended recipient. Its contents are subject to a duty of confidence and may be privileged. Fujitsu does not guarantee that this email has not been intercepted and amended or that it is virus-free.

<!-- gh-comment-id:373435382 --> @kevin939 commented on GitHub (Mar 15, 2018): Hi, better but still a problem: Trying to pull repository docker.io/ambar/ambar-crawler ... latest: Pulling from docker.io/ambar/ambar-crawler Digest: sha256:121dd9d1ce739a255d4b9a764acb0a133a206a46a2e12a389a3f3100e23c4512 Status: Image is up to date for docker.io/ambar/ambar-crawler:latest Trying to pull repository docker.io/ambar/ambar-pipeline ... latest: Pulling from docker.io/ambar/ambar-pipeline Digest: sha256:54fd53343f535a1bb7474822a847c85f40b5505907357184796818b202dd9913 Status: Image is up to date for docker.io/ambar/ambar-pipeline:latest ERROR: The Compose file '/root/kh/docker-compose.yml' is invalid because: Unsupported config option for services.redis: 'sysctls' services.webapi.depends_on contains an invalid type, it should be an array services.proxy.depends_on contains an invalid type, it should be an array services.frontend.depends_on contains an invalid type, it should be an array Traceback (most recent call last): File "./ambar.py", line 283, in <module> install(configuration) File "./ambar.py", line 202, in install pullImages(configuration) File "./ambar.py", line 134, in pullImages runShellCommandStrict("docker-compose -f {0}/docker-compose.yml pull".format(PATH)) File "./ambar.py", line 64, in runShellCommandStrict subprocess.check_call(command, shell = True) File "/usr/lib64/python3.6/subprocess.py", line 291, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command 'docker-compose -f /root/kh/docker-compose.yml pull' returned non-zero exit status 1. cheers Kevin From: Ilya Pirozhenko [mailto:notifications@github.com] Sent: 15 March 2018 16:08 To: RD17/ambar <ambar@noreply.github.com> Cc: Hughes, Kevin <Kevin.Hughes@uk.fujitsu.com>; Author <author@noreply.github.com> Subject: Re: [RD17/ambar] ambar-startup missing (#136) It was another bug on our side, please download ambar.py and try again — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub<https://github.com/RD17/ambar/issues/136#issuecomment-373431297>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AjrGfMXXAguPPWaqLTKFUk1-oj0PDqcOks5tepH9gaJpZM4SsFfM>. Unless otherwise stated, this email has been sent from Fujitsu Services Limited (registered in England No 96056); Fujitsu EMEA PLC (registered in England No 2216100) both with registered offices at: 22 Baker Street, London W1U 3BW; PFU (EMEA) Limited, (registered in England No 1578652) and Fujitsu Laboratories of Europe Limited (registered in England No. 4153469) both with registered offices at: Hayes Park Central, Hayes End Road, Hayes, Middlesex, UB4 8FE. This email is only for the use of its intended recipient. Its contents are subject to a duty of confidence and may be privileged. Fujitsu does not guarantee that this email has not been intercepted and amended or that it is virus-free.
Author
Owner

@sochix commented on GitHub (Mar 15, 2018):

Seems like you have a wrong version of docker or docker-compose

We recommend to use:

Docker version 17.06.2-ce, build cec0b72
docker-compose version 1.16.1, build 6d1ac21
<!-- gh-comment-id:373436123 --> @sochix commented on GitHub (Mar 15, 2018): Seems like you have a wrong version of docker or docker-compose We recommend to use: ``` Docker version 17.06.2-ce, build cec0b72 docker-compose version 1.16.1, build 6d1ac21 ```
Author
Owner

@kevin939 commented on GitHub (Mar 15, 2018):

We are running on Centos 7.x (x=4). The docker comes from RedHat and identifies itself as the 1.3 and they claim it’s the “latest”......will try the docker repositories

cheers

Keivn

From: Ilya Pirozhenko [mailto:notifications@github.com]
Sent: 15 March 2018 16:22
To: RD17/ambar ambar@noreply.github.com
Cc: Hughes, Kevin Kevin.Hughes@uk.fujitsu.com; Author author@noreply.github.com
Subject: Re: [RD17/ambar] ambar-startup missing (#136)

Seems like you have a wrong version of docker or docker-compose

We recommend to use:

Docker version 17.06.2-ce, build cec0b72

docker-compose version 1.16.1, build 6d1ac21


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHubhttps://github.com/RD17/ambar/issues/136#issuecomment-373436123, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AjrGfKCWlMkNGd17A-44_MtJiFXR_6Bpks5tepU7gaJpZM4SsFfM.

Unless otherwise stated, this email has been sent from Fujitsu Services Limited (registered in England No 96056); Fujitsu EMEA PLC (registered in England No 2216100) both with registered offices at: 22 Baker Street, London W1U 3BW; PFU (EMEA) Limited, (registered in England No 1578652) and Fujitsu Laboratories of Europe Limited (registered in England No. 4153469) both with registered offices at: Hayes Park Central, Hayes End Road, Hayes, Middlesex, UB4 8FE.
This email is only for the use of its intended recipient. Its contents are subject to a duty of confidence and may be privileged. Fujitsu does not guarantee that this email has not been intercepted and amended or that it is virus-free.

<!-- gh-comment-id:373438863 --> @kevin939 commented on GitHub (Mar 15, 2018): We are running on Centos 7.x (x=4). The docker comes from RedHat and identifies itself as the 1.3 and they claim it’s the “latest”......will try the docker repositories cheers Keivn From: Ilya Pirozhenko [mailto:notifications@github.com] Sent: 15 March 2018 16:22 To: RD17/ambar <ambar@noreply.github.com> Cc: Hughes, Kevin <Kevin.Hughes@uk.fujitsu.com>; Author <author@noreply.github.com> Subject: Re: [RD17/ambar] ambar-startup missing (#136) Seems like you have a wrong version of docker or docker-compose We recommend to use: Docker version 17.06.2-ce, build cec0b72 docker-compose version 1.16.1, build 6d1ac21 — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub<https://github.com/RD17/ambar/issues/136#issuecomment-373436123>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AjrGfKCWlMkNGd17A-44_MtJiFXR_6Bpks5tepU7gaJpZM4SsFfM>. Unless otherwise stated, this email has been sent from Fujitsu Services Limited (registered in England No 96056); Fujitsu EMEA PLC (registered in England No 2216100) both with registered offices at: 22 Baker Street, London W1U 3BW; PFU (EMEA) Limited, (registered in England No 1578652) and Fujitsu Laboratories of Europe Limited (registered in England No. 4153469) both with registered offices at: Hayes Park Central, Hayes End Road, Hayes, Middlesex, UB4 8FE. This email is only for the use of its intended recipient. Its contents are subject to a duty of confidence and may be privileged. Fujitsu does not guarantee that this email has not been intercepted and amended or that it is virus-free.
Author
Owner

@kevin939 commented on GitHub (Mar 15, 2018):

I uninstalled/installed following the instructions here: https://docs.docker.com/install/linux/docker-ce/centos/#install-docker-ce-1

docker --version
Docker version 17.12.1-ce, build 7390fc6

I regret there is no difference:

latest: Pulling from ambar/ambar-crawler
Digest: sha256:121dd9d1ce739a255d4b9a764acb0a133a206a46a2e12a389a3f3100e23c4512
Status: Downloaded newer image for ambar/ambar-crawler:latest
latest: Pulling from ambar/ambar-pipeline
Digest: sha256:54fd53343f535a1bb7474822a847c85f40b5505907357184796818b202dd9913
Status: Downloaded newer image for ambar/ambar-pipeline:latest
ERROR: The Compose file '/root/kh/docker-compose.yml' is invalid because:
Unsupported config option for services.redis: 'sysctls'
services.webapi.depends_on contains an invalid type, it should be an array
services.proxy.depends_on contains an invalid type, it should be an array
services.frontend.depends_on contains an invalid type, it should be an array
Traceback (most recent call last):
File "./ambar.py", line 283, in
install(configuration)
File "./ambar.py", line 202, in install
pullImages(configuration)
File "./ambar.py", line 134, in pullImages
runShellCommandStrict("docker-compose -f {0}/docker-compose.yml pull".format(PATH))
File "./ambar.py", line 64, in runShellCommandStrict
subprocess.check_call(command, shell = True)
File "/usr/lib64/python3.6/subprocess.py", line 291, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command 'docker-compose -f /root/kh/docker-compose.yml pull' returned non-zero exit status 1.

From: Ilya Pirozhenko [mailto:notifications@github.com]
Sent: 15 March 2018 16:22
To: RD17/ambar ambar@noreply.github.com
Cc: Hughes, Kevin Kevin.Hughes@uk.fujitsu.com; Author author@noreply.github.com
Subject: Re: [RD17/ambar] ambar-startup missing (#136)

Seems like you have a wrong version of docker or docker-compose

We recommend to use:

Docker version 17.06.2-ce, build cec0b72

docker-compose version 1.16.1, build 6d1ac21


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHubhttps://github.com/RD17/ambar/issues/136#issuecomment-373436123, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AjrGfKCWlMkNGd17A-44_MtJiFXR_6Bpks5tepU7gaJpZM4SsFfM.

Unless otherwise stated, this email has been sent from Fujitsu Services Limited (registered in England No 96056); Fujitsu EMEA PLC (registered in England No 2216100) both with registered offices at: 22 Baker Street, London W1U 3BW; PFU (EMEA) Limited, (registered in England No 1578652) and Fujitsu Laboratories of Europe Limited (registered in England No. 4153469) both with registered offices at: Hayes Park Central, Hayes End Road, Hayes, Middlesex, UB4 8FE.
This email is only for the use of its intended recipient. Its contents are subject to a duty of confidence and may be privileged. Fujitsu does not guarantee that this email has not been intercepted and amended or that it is virus-free.

<!-- gh-comment-id:373441023 --> @kevin939 commented on GitHub (Mar 15, 2018): I uninstalled/installed following the instructions here: https://docs.docker.com/install/linux/docker-ce/centos/#install-docker-ce-1 docker --version Docker version 17.12.1-ce, build 7390fc6 I regret there is no difference: latest: Pulling from ambar/ambar-crawler Digest: sha256:121dd9d1ce739a255d4b9a764acb0a133a206a46a2e12a389a3f3100e23c4512 Status: Downloaded newer image for ambar/ambar-crawler:latest latest: Pulling from ambar/ambar-pipeline Digest: sha256:54fd53343f535a1bb7474822a847c85f40b5505907357184796818b202dd9913 Status: Downloaded newer image for ambar/ambar-pipeline:latest ERROR: The Compose file '/root/kh/docker-compose.yml' is invalid because: Unsupported config option for services.redis: 'sysctls' services.webapi.depends_on contains an invalid type, it should be an array services.proxy.depends_on contains an invalid type, it should be an array services.frontend.depends_on contains an invalid type, it should be an array Traceback (most recent call last): File "./ambar.py", line 283, in <module> install(configuration) File "./ambar.py", line 202, in install pullImages(configuration) File "./ambar.py", line 134, in pullImages runShellCommandStrict("docker-compose -f {0}/docker-compose.yml pull".format(PATH)) File "./ambar.py", line 64, in runShellCommandStrict subprocess.check_call(command, shell = True) File "/usr/lib64/python3.6/subprocess.py", line 291, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command 'docker-compose -f /root/kh/docker-compose.yml pull' returned non-zero exit status 1. From: Ilya Pirozhenko [mailto:notifications@github.com] Sent: 15 March 2018 16:22 To: RD17/ambar <ambar@noreply.github.com> Cc: Hughes, Kevin <Kevin.Hughes@uk.fujitsu.com>; Author <author@noreply.github.com> Subject: Re: [RD17/ambar] ambar-startup missing (#136) Seems like you have a wrong version of docker or docker-compose We recommend to use: Docker version 17.06.2-ce, build cec0b72 docker-compose version 1.16.1, build 6d1ac21 — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub<https://github.com/RD17/ambar/issues/136#issuecomment-373436123>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AjrGfKCWlMkNGd17A-44_MtJiFXR_6Bpks5tepU7gaJpZM4SsFfM>. Unless otherwise stated, this email has been sent from Fujitsu Services Limited (registered in England No 96056); Fujitsu EMEA PLC (registered in England No 2216100) both with registered offices at: 22 Baker Street, London W1U 3BW; PFU (EMEA) Limited, (registered in England No 1578652) and Fujitsu Laboratories of Europe Limited (registered in England No. 4153469) both with registered offices at: Hayes Park Central, Hayes End Road, Hayes, Middlesex, UB4 8FE. This email is only for the use of its intended recipient. Its contents are subject to a duty of confidence and may be privileged. Fujitsu does not guarantee that this email has not been intercepted and amended or that it is virus-free.
Author
Owner

@kevin939 commented on GitHub (Mar 16, 2018):

Hi, I started again - completely uninstalled docker and cleaned everything removing all previous images. Downloaded and installed docker from the docker website (docker–ce latest) and tried again. Same problem
Status: Downloaded newer image for ambar/ambar-pipeline:latest
ERROR: The Compose file '/root/kh/docker-compose.yml' is invalid because:
Unsupported config option for services.redis: 'sysctls'
services.webapi.depends_on contains an invalid type, it should be an array
services.proxy.depends_on contains an invalid type, it should be an array
services.frontend.depends_on contains an invalid type, it should be an array
Traceback (most recent call last):
File "./ambar.py", line 283, in
install(configuration)
File "./ambar.py", line 202, in install
pullImages(configuration)
File "./ambar.py", line 134, in pullImages
runShellCommandStrict("docker-compose -f {0}/docker-compose.yml pull".format(PATH))
File "./ambar.py", line 64, in runShellCommandStrict
subprocess.check_call(command, shell = True)
File "/usr/lib64/python3.6/subprocess.py", line 291, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command 'docker-compose -f /root/kh/docker-compose.yml pull' returned non-zero exit status 1.

so before I go through the uninstall/clean and install the recomened version - is there a difference between your recommended versions and the latest one I installed that would cause this problem????

cheers

Kevin

From: Ilya Pirozhenko [mailto:notifications@github.com]
Sent: 15 March 2018 16:22
To: RD17/ambar ambar@noreply.github.com
Cc: Hughes, Kevin Kevin.Hughes@uk.fujitsu.com; Author author@noreply.github.com
Subject: Re: [RD17/ambar] ambar-startup missing (#136)

Seems like you have a wrong version of docker or docker-compose

We recommend to use:

Docker version 17.06.2-ce, build cec0b72

docker-compose version 1.16.1, build 6d1ac21


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHubhttps://github.com/RD17/ambar/issues/136#issuecomment-373436123, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AjrGfKCWlMkNGd17A-44_MtJiFXR_6Bpks5tepU7gaJpZM4SsFfM.

Unless otherwise stated, this email has been sent from Fujitsu Services Limited (registered in England No 96056); Fujitsu EMEA PLC (registered in England No 2216100) both with registered offices at: 22 Baker Street, London W1U 3BW; PFU (EMEA) Limited, (registered in England No 1578652) and Fujitsu Laboratories of Europe Limited (registered in England No. 4153469) both with registered offices at: Hayes Park Central, Hayes End Road, Hayes, Middlesex, UB4 8FE.
This email is only for the use of its intended recipient. Its contents are subject to a duty of confidence and may be privileged. Fujitsu does not guarantee that this email has not been intercepted and amended or that it is virus-free.

<!-- gh-comment-id:373634135 --> @kevin939 commented on GitHub (Mar 16, 2018): Hi, I started again - completely uninstalled docker and cleaned everything removing all previous images. Downloaded and installed docker from the docker website (docker–ce latest) and tried again. Same problem Status: Downloaded newer image for ambar/ambar-pipeline:latest ERROR: The Compose file '/root/kh/docker-compose.yml' is invalid because: Unsupported config option for services.redis: 'sysctls' services.webapi.depends_on contains an invalid type, it should be an array services.proxy.depends_on contains an invalid type, it should be an array services.frontend.depends_on contains an invalid type, it should be an array Traceback (most recent call last): File "./ambar.py", line 283, in <module> install(configuration) File "./ambar.py", line 202, in install pullImages(configuration) File "./ambar.py", line 134, in pullImages runShellCommandStrict("docker-compose -f {0}/docker-compose.yml pull".format(PATH)) File "./ambar.py", line 64, in runShellCommandStrict subprocess.check_call(command, shell = True) File "/usr/lib64/python3.6/subprocess.py", line 291, in check_call raise CalledProcessError(retcode, cmd) subprocess.CalledProcessError: Command 'docker-compose -f /root/kh/docker-compose.yml pull' returned non-zero exit status 1. so before I go through the uninstall/clean and install the recomened version - is there a difference between your recommended versions and the latest one I installed that would cause this problem???? cheers Kevin From: Ilya Pirozhenko [mailto:notifications@github.com] Sent: 15 March 2018 16:22 To: RD17/ambar <ambar@noreply.github.com> Cc: Hughes, Kevin <Kevin.Hughes@uk.fujitsu.com>; Author <author@noreply.github.com> Subject: Re: [RD17/ambar] ambar-startup missing (#136) Seems like you have a wrong version of docker or docker-compose We recommend to use: Docker version 17.06.2-ce, build cec0b72 docker-compose version 1.16.1, build 6d1ac21 — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub<https://github.com/RD17/ambar/issues/136#issuecomment-373436123>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AjrGfKCWlMkNGd17A-44_MtJiFXR_6Bpks5tepU7gaJpZM4SsFfM>. Unless otherwise stated, this email has been sent from Fujitsu Services Limited (registered in England No 96056); Fujitsu EMEA PLC (registered in England No 2216100) both with registered offices at: 22 Baker Street, London W1U 3BW; PFU (EMEA) Limited, (registered in England No 1578652) and Fujitsu Laboratories of Europe Limited (registered in England No. 4153469) both with registered offices at: Hayes Park Central, Hayes End Road, Hayes, Middlesex, UB4 8FE. This email is only for the use of its intended recipient. Its contents are subject to a duty of confidence and may be privileged. Fujitsu does not guarantee that this email has not been intercepted and amended or that it is virus-free.
Author
Owner

@sochix commented on GitHub (Mar 16, 2018):

@kevin939 please send your docker and docker-compose versions

<!-- gh-comment-id:373643147 --> @sochix commented on GitHub (Mar 16, 2018): @kevin939 please send your docker and docker-compose versions
Author
Owner

@kevin939 commented on GitHub (Mar 16, 2018):

Hi, just (re)installed docker-compose.....

docker-compose version 1.20.0-rc2, build 8c4af54
Docker version 17.12.1-ce, build 7390fc6

so tried again........and it looks like it worked. So the error previously looks like it was associated with not having docker-compose installed

onward........

cheers

Kevin

From: Ilya Pirozhenko [mailto:notifications@github.com]
Sent: 16 March 2018 08:45
To: RD17/ambar ambar@noreply.github.com
Cc: Hughes, Kevin Kevin.Hughes@uk.fujitsu.com; Mention mention@noreply.github.com
Subject: Re: [RD17/ambar] ambar-startup missing (#136)

@kevin939https://github.com/kevin939 please send your docker and docker-compose versions


You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHubhttps://github.com/RD17/ambar/issues/136#issuecomment-373643147, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AjrGfHkxO6ldVlMwaPi9cVnubXZQMVpjks5te3t0gaJpZM4SsFfM.

Unless otherwise stated, this email has been sent from Fujitsu Services Limited (registered in England No 96056); Fujitsu EMEA PLC (registered in England No 2216100) both with registered offices at: 22 Baker Street, London W1U 3BW; PFU (EMEA) Limited, (registered in England No 1578652) and Fujitsu Laboratories of Europe Limited (registered in England No. 4153469) both with registered offices at: Hayes Park Central, Hayes End Road, Hayes, Middlesex, UB4 8FE.
This email is only for the use of its intended recipient. Its contents are subject to a duty of confidence and may be privileged. Fujitsu does not guarantee that this email has not been intercepted and amended or that it is virus-free.

<!-- gh-comment-id:373648524 --> @kevin939 commented on GitHub (Mar 16, 2018): Hi, just (re)installed docker-compose..... docker-compose version 1.20.0-rc2, build 8c4af54 Docker version 17.12.1-ce, build 7390fc6 so tried again........and it looks like it worked. So the error previously looks like it was associated with not having docker-compose installed onward........ cheers Kevin From: Ilya Pirozhenko [mailto:notifications@github.com] Sent: 16 March 2018 08:45 To: RD17/ambar <ambar@noreply.github.com> Cc: Hughes, Kevin <Kevin.Hughes@uk.fujitsu.com>; Mention <mention@noreply.github.com> Subject: Re: [RD17/ambar] ambar-startup missing (#136) @kevin939<https://github.com/kevin939> please send your docker and docker-compose versions — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub<https://github.com/RD17/ambar/issues/136#issuecomment-373643147>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AjrGfHkxO6ldVlMwaPi9cVnubXZQMVpjks5te3t0gaJpZM4SsFfM>. Unless otherwise stated, this email has been sent from Fujitsu Services Limited (registered in England No 96056); Fujitsu EMEA PLC (registered in England No 2216100) both with registered offices at: 22 Baker Street, London W1U 3BW; PFU (EMEA) Limited, (registered in England No 1578652) and Fujitsu Laboratories of Europe Limited (registered in England No. 4153469) both with registered offices at: Hayes Park Central, Hayes End Road, Hayes, Middlesex, UB4 8FE. This email is only for the use of its intended recipient. Its contents are subject to a duty of confidence and may be privileged. Fujitsu does not guarantee that this email has not been intercepted and amended or that it is virus-free.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ambar#135
No description provided.