Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Using a local dynamodb on a bitbucket pipeline

Sebastian Phelps
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
July 2, 2018

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?

1 answer

0 votes
lassian
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
July 23, 2018

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

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events