Missed Team ’24? Catch up on announcements here.

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

Is there a docker image can be using?

alaxcc
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!
October 29, 2019

When I using image bitbucketpipelines/sftp-deploy:0.5.2,it's told me Unable to find image 'bitbucketpipelines/sftp-deploy:0.5.2' locally.

 

The log is here:https://bitbucket.org/fentime/fentime-crm-api/addon/pipelines/home#!/results/28/steps/%7Bed319940-0b72-467e-9938-c87136a9d4b0%7D

 

 

1 answer

0 votes
Oleksandr Kyrdan
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
October 30, 2019

Hi @alaxcc ,

It's normal for docker.
Docker tries to find the image locally but it isn't present, of course.
Then docker tries to pull the image from the remote registry:

Unable to find image 'bitbucketpipelines/sftp-deploy:0.5.2' locally

0.5.2: Pulling from bitbucketpipelines/sftp-deploy

and you should see the following output:

Status: Downloaded newer image for bitbucketpipelines/sftp-deploy:0.5.2

 

I've tried to pull it, and it is available.


Can't access your logs link. Can you provide us with more details of your pipelines configuration?

alaxcc
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!
October 30, 2019

ok,pipelines configuration just like this:

- pipe: atlassian/sftp-deploy:0.5.2
variables:
USER: '<string>'
SERVER: '<string>'
REMOTE_PATH: '<string>'
LOCAL_PATH: '<string>' # Optional.
# SSH_KEY: '<string>' # Optional.
# PASSWORD: '<string>' # Optional.
# EXTRA_ARGS: '<string>' # Optional.
# DEBUG: '<boolean>' # Optional.

 

 

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events