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

Using atlassian/pipelines-awscli generates an error #43

Open
lovato opened this issue Oct 20, 2018 · 1 comment
Open

Using atlassian/pipelines-awscli generates an error #43

lovato opened this issue Oct 20, 2018 · 1 comment

Comments

@lovato
Copy link
Collaborator

lovato commented Oct 20, 2018

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
Copy link
Collaborator Author

lovato commented Oct 20, 2018

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

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