Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bitbucket S3 deploy not working #27

Open
rajeshdhakal opened this issue Aug 31, 2021 · 0 comments
Open

Bitbucket S3 deploy not working #27

rajeshdhakal opened this issue Aug 31, 2021 · 0 comments

Comments

@rajeshdhakal
Copy link

Bitbucket has recently upgraded the bitbucket Pipeline infrastructure and upgraded the conatinerd version from 1.4.3 to containerd 1.5.0 starting August24th. Because of this, the pipleline build for S3 deployment from BB cloud is failing . It seems like "runc" has introduced a breaking change in its validation of the VOLUME mount path to ensure it's an absolute path and reject any relative path.
So an absolute path was suggested in the image and use that in the pipleline.
Here is the bitbucket-pipelines.yml code.

#########################################################
image: cgswong/aws:aws

pipelines:
branches:
master:
- step:
script:
- aws s3 ls s3://my-favourite-bucket/folder1/file1.txt
- echo "hello world"
- echo "Thank you very much !!"
######################################################

P.S Bitbucket suggests to update the image with the absolute path.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant