We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
agent
I have a workflow that specifies an entrypoint, during execution the following error is shown
Additional property entrypoint is not allowed
Woodpecker 2.3.0, docker.io/woodpeckerci/woodpecker-agent:v2.3.0
Pipeline snippet
cache-baseimages: image: gcr.io/kaniko-project/warmer entrypoint: - /kaniko/warmer - --dockerfile=./Dockerfile
next
The text was updated successfully, but these errors were encountered:
related #3269
Sorry, something went wrong.
i am also interested in this -- i can't run buildpacks right now because this image doesn't have /bin/sh:
/bin/sh
https://github.com/buildpacks/pack/blob/main/Dockerfile
Is there a workaround in the meantime?
You would have to create a plugin from the underlying docker image as plugins are using predefined commands and entrypoints.
# wget https://raw.githubusercontent.com/buildpacks/pack/main/Dockerfile # sed -i 's\FROM ${base_image}\FROM gcr.io/distroless/static:debug\' Dockerfile # docker build -f Dockerfile .
😆
Successfully merging a pull request may close this issue.
Component
agent
Describe the bug
I have a workflow that specifies an entrypoint, during execution the following error is shown
Additional property entrypoint is not allowed
System Info
Additional context
Pipeline snippet
Validations
next
version already [https://woodpecker-ci.org/faq#which-version-of-woodpecker-should-i-use]The text was updated successfully, but these errors were encountered: