Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Unable to find image 'bitbucketpipelines/aws-code-deploy:0.2.1' locally

drephyx_dyac March 13, 2019

Unable to find image 'bitbucketpipelines/aws-code-deploy:0.2.1' locally

1 answer

2 votes
Steffen Opel _Utoolity_
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
March 13, 2019

This just means that the 'bitbucketpipelines/aws-code-deploy' image version 0.2.1 has not yet been downloaded to your system, which usually happens automatically depending on how you invoke Docker - here's an example when I try to run this image:

λ docker run --rm -it bitbucketpipelines/aws-code-deploy:0.2.1
Unable to find image 'bitbucketpipelines/aws-code-deploy:0.2.1' locally
0.2.1: Pulling from bitbucketpipelines/aws-code-deploy
c67f3896b22c: Already exists
410e0473b28d: Already exists
6fca03832078: Pull complete
Digest: sha256:35b090f2fad506eff59c272d7becb57918f0fa04c3a9780faeb1074e84d2e3a0
Status: Downloaded newer image for bitbucketpipelines/aws-code-deploy:0.2.1
/usr/bin/pipe.sh: line 80: AWS_ACCESS_KEY_ID: AWS_ACCESS_KEY_ID variable missing.

As you can see, I got the same informal message and Docker then proceeded to download the image from the public Docker registry. Any subsequent run will not show the message again, because the image has now been cached on the system:

λ docker run --rm -it bitbucketpipelines/aws-code-deploy:0.2.1
/usr/bin/pipe.sh: line 80: AWS_ACCESS_KEY_ID: AWS_ACCESS_KEY_ID variable missing.

Docker now just runs the readily available cached image as desired (and the pipe just fails, because I do not have the expected environment variables on my local system).

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events