-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
upgrade go container registry to latest master #1146
Conversation
@mattmoor Feel free to build the kaniko executor image with the instructions below to proceed with your testing.
|
Things look kinda broken. Should I wait? |
yep sorry, i missed to add the |
hmm @samos123 have you seen this failure before https://travis-ci.org/github/GoogleContainerTools/kaniko/jobs/664165999?utm_medium=notification&utm_source=github_status? |
it shouldn't have run K8s tests in that test run, for some reason the TestK8s wasn't excluded correctly. I'm looking into it more. |
It's weird, this PR worked fine and also ran K8s tests separately: https://travis-ci.org/github/GoogleContainerTools/kaniko/builds/664580845?utm_source=github_status&utm_medium=notification. So not sure what's different here and why -list=Test is not returning the correct output... |
I restarted that specific job and it now succeeded, for some reason the make integration-test-misc script ran all tests instead of only the misc tests and I still don't know why. |
@tejal29 if this is ready for me to try out, I will do that tomorrow? |
@tejal29 tl;dr success! I built this image and copied it to
I then ran the Tekton TaskRun as the service account |
great Thanks @mattmoor. I will probably release this in v0.20.0 and let you know when its released. |
Perfect, thanks! |
Maybe worth a PR to the tekton Catalog when that comes out? tektoncd/catalog#235 |
Fixes #1144
Ran