parent
9e88b1413d
commit
54e8e72ad2
39 changed files with 76 additions and 66 deletions
|
@ -6,11 +6,11 @@
|
|||
<span bo-if="isPullError(error) && localPullInfo.isLocal">
|
||||
<span bo-if="!localPullInfo.username" class="error-message">
|
||||
Error 403: Could not pull private base image <a href="/repository/{{ localPullInfo.repo }}">{{ localPullInfo.repo }}</a> without robot account credentials. Please see
|
||||
<a href="http://docs.quay.io/issues/base-pull-issue.html" target="_blank">Setting up build trigger credentials</a> for more information.
|
||||
<a href="http://docs.quay.io/issues/base-pull-issue.html" ng-safenewtab>Setting up build trigger credentials</a> for more information.
|
||||
</span>
|
||||
<span bo-if="localPullInfo.username" class="error-message">
|
||||
Error 403: Could not pull private base image <a href="/repository/{{ localPullInfo.repo }}">{{ localPullInfo.repo }}</a> because robot account <strong>{{ localPullInfo.username}}</strong> does not have access. Please see
|
||||
<a href="http://docs.quay.io/issues/base-pull-issue.html" target="_blank">Setting up build trigger credentials</a> for more information.
|
||||
<a href="http://docs.quay.io/issues/base-pull-issue.html" ng-safenewtab>Setting up build trigger credentials</a> for more information.
|
||||
</span>
|
||||
</span>
|
||||
|
||||
|
|
Reference in a new issue