My application uses dynamodb as its database. This db is needed for testing, so I would like a local version brought up as a container when running the tests.
Ideally I would like to define this as a service (like I can do with postgres), however it seems this is not possible yet.
I was using it by running:
- docker run -d -p 8000:8000 dwmkerr/dynamodb
this used to work fine, but it seems to now give errors:
time="2018-07-02T09:09:12.200660880Z" level=error msg="Handler for POST /v1.35/containers/create returned error: No such image: dwmkerr/dynamodb:latest"
time="2018-07-02T09:09:12Z" level=info msg="Pipelines plugin request authorization." allowed=true method=GET plugin=pipelines uri=/v1.35/info
time="2018-07-02T09:09:12Z" level=info msg="Pipelines plugin request authorization." allowed=true method=POST plugin=pipelines uri="/v1.35/images/create?fromImage=dwmkerr%2Fdynamodb&tag=latest"
time="2018-07-02T09:09:12.324218844Z" level=warning msg="Error getting v2 registry: Get http://10.155.116.64:5000/v2/: dial tcp 10.155.116.64:5000: getsockopt: connection refused"
time="2018-07-02T09:09:12.324325043Z" level=info msg="Attempting next endpoint for pull after error: Get http://10.155.116.64:5000/v2/: dial tcp 10.155.116.64:5000: getsockopt: connection refused"
Is there something different I can do to make this work?
Hi Sebastian,
Is this still occuring? If so can you please raise a support case via https://support.atlassian.com/contact (so that we can investigate further).
Kind Regards,
Nathan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.