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

Problems getting the cloud native buildpacks example to run because of missing builder image #151

Closed
kinkerl opened this issue Nov 27, 2019 · 6 comments
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@kinkerl
Copy link

kinkerl commented Nov 27, 2019

Expected Behavior

Follow the example in the buildpacksdirectory 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

  1. docker pull gcr.io/cncf-buildpacks-ci/tekton-cnb-test:bionic

Additional Info

@vdemeester
Copy link
Member

/kind bug
/cc @jromero @ameyer-pivotal

@sbose78
Copy link

sbose78 commented Feb 7, 2020

So, this works:
docker pull cloudfoundry/cnb:bionic

@ameyer-pivotal
Copy link
Contributor

ameyer-pivotal commented Feb 10, 2020

@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 pack suggest-builders). The Pack CLI can be found at https://github.com/buildpacks/pack. The PR will also improve the example to be more clear.

Try out the task in #175 and see if that works for you.

@jromero
Copy link
Member

jromero commented Feb 18, 2020

@vdemeester This should be resolved.

@kinkerl let us know if that is incorrect.

@vdemeester
Copy link
Member

Ah I see #175 refered this issue 👼
/close

@tekton-robot
Copy link

@vdemeester: Closing this issue.

In response to this:

Ah I see #175 refered this issue 👼
/close

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

No branches or pull requests

6 participants