Hi,
I am trying to deploy my codebase from bitbucket to elastic beanstalk environment
My pipeline as as below:
- pipe: atlassian/aws-elasticbeanstalk-deploy:0.7.0
variables:
APPLICATION_NAME: 'RF-API-V2-Staging'
ENVIRONMENT_NAME: 's1api-lumen'
ZIP_FILE: 'lumenStaging.zip'
S3_BUCKET: 'elasticbeanstalk-us-west-2-574309367192'
VERSION_LABEL: 'deploy-$BITBUCKET_BRANCH-$BITBUCKET_BUILD_NUMBER'
But it gives me error as:bitbucketpipelines/aws-elasticbeanstalk-deploy:0.7.0@sha256:ce.....
Unable to find image 'bitbucketpipelines/aws-elasticbeanstalk-deploy:0.7.0@sha25..
Could you please help here? What wrong I am doing here?
@Rajanikant Beero this is not error, we have the log message like this in every pipe when running. Please, share with us the full log of failure and will help us to understand the problem. If nothing more appears, reload the page and if then you don't see nothing more, run this step again.
Regards, Galyna
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.