bbrun icon indicating copy to clipboard operation
bbrun copied to clipboard

Using atlassian/pipelines-awscli generates an error

Open lovato opened this issue 5 years ago • 1 comments

That particular container, which I use on bitbucket, works perfectly nice there. But when running locally, I got an error.

Why? Because there is a mandatory entrypoint which runs and fails, perhaps because it is not inside Pipelines.

Solution: remove entrypoint on bbrun ... I am not sure if this has side effects, but by doing that, my problem was gone.

docker.js : 36 :run --rm -P --entrypoint="" -v ${pwd()}:${workDir} -w ${workDir} ${image} bash ${BUILD_SCRIPT};

lovato avatar Oct 20 '18 21:10 lovato

I had another issue the very same way about proxy... what about to add a way to pass custom parameters to docker invocation?

lovato avatar Oct 20 '18 21:10 lovato