-
Notifications
You must be signed in to change notification settings - Fork 582
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
Problems getting the cloud native buildpacks example to run because of missing builder image #151
Comments
/kind bug |
So, this works: |
@kinkerl That builder was just an example, not a real builder (or we had no plans to maintain that test example builder). That said, we're updating this task to conform to a later Platform API version (you can get a list of the latest builders which conform to this API by running Try out the task in #175 and see if that works for you. |
@vdemeester This should be resolved. @kinkerl let us know if that is incorrect. |
Ah I see #175 refered this issue 👼 |
@vdemeester: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Expected Behavior
Follow the example in the
buildpacks
directory and get it to run.Actual Behavior
Looks like the used builder docker image does not exist anymore. It is referenced in the task run as "gcr.io/cncf-buildpacks-ci/tekton-cnb-test:bionic" but it looks like it got removed. Is there a new home for it somewhere?
Steps to Reproduce the Problem
Additional Info
The text was updated successfully, but these errors were encountered: