upgrade go container registry to latest master#1146
upgrade go container registry to latest master#1146tejal29 merged 2 commits intoGoogleContainerTools:masterfrom
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