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

Breaking usage of buildpacks betwen v0.19.6 and v0.20.0 #1388

Open
remyleone opened this issue Aug 7, 2024 · 1 comment
Open

Breaking usage of buildpacks betwen v0.19.6 and v0.20.0 #1388

remyleone opened this issue Aug 7, 2024 · 1 comment
Labels
status/awaiting-response Further information is requested type/bug Something isn't working

Comments

@remyleone
Copy link

Summary

When I try to upgrade the usage of buildpacks I got I have a problem at compile time that is not in my code.

github.com/buildpacks/lifecycle/buildpack
# github.com/buildpacks/lifecycle/buildpack
../../go/pkg/mod/github.com/buildpacks/[email protected]/buildpack/dockerfile.go:77:46: not enough arguments in call to instructions.Parse
        have (*parser.Node)
        want (*parser.Node, *linter.Linter)

Reproduction

Steps

Checkout this repository:
https://github.com/scaleway/scaleway-cli

Try to upgrade the dependency for github.com/buildpacks/lifecycle/buildpack

Current behavior
github.com/buildpacks/lifecycle/buildpack
# github.com/buildpacks/lifecycle/buildpack
../../go/pkg/mod/github.com/buildpacks/[email protected]/buildpack/dockerfile.go:77:46: not enough arguments in call to instructions.Parse
        have (*parser.Node)
        want (*parser.Node, *linter.Linter)
Expected behavior

I expect my code to compile because it didn't change and this is labelled as a minor patch.


Context

lifecycle version
platform version(s)
anything else?
@remyleone remyleone added status/triage type/bug Something isn't working labels Aug 7, 2024
@natalieparellano
Copy link
Member

Hi @remyleone - is it possible you also upgraded your buildkit version along with the lifecycle? I see this error when bumping to v0.14.x. I see v0.13.2 here but not sure if it's the right branch. Lifecycle v0.20.0 is still on v0.13.2.

@natalieparellano natalieparellano added status/awaiting-response Further information is requested and removed status/triage labels Aug 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status/awaiting-response Further information is requested type/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants