2018-03-28 16:03:18 -04:00
|
|
|
<div class="resource-view manifest-view"
|
|
|
|
resources="[repositoryResource, manifestResource]"
|
|
|
|
error-message="'Manifest not found'">
|
2015-03-20 17:46:02 -04:00
|
|
|
<div class="page-content">
|
|
|
|
<div class="cor-title">
|
|
|
|
<span class="cor-title-link">
|
|
|
|
<a class="back-link" href="/repository/{{ repository.namespace }}/{{ repository.name }}?tab=tags">
|
|
|
|
<i class="fa fa-hdd-o" style="margin-right: 4px"></i>
|
|
|
|
{{ repository.namespace }}/{{ repository.name }}
|
|
|
|
</a>
|
|
|
|
</span>
|
|
|
|
<span class="cor-title-content">
|
2018-03-28 16:03:18 -04:00
|
|
|
<i class="fa fa-file fa-lg" style="margin-right: 10px"></i>
|
|
|
|
{{ manifest.digest.substr(7, 12) }}
|
2015-03-20 17:46:02 -04:00
|
|
|
</span>
|
2013-12-17 22:56:28 -05:00
|
|
|
</div>
|
2013-10-18 22:28:46 -04:00
|
|
|
|
2017-05-29 15:39:14 -07:00
|
|
|
<cor-tab-panel orientation="vertical" cor-nav-tabs>
|
2017-04-28 17:03:38 -04:00
|
|
|
<cor-tabs>
|
|
|
|
<cor-tab tab-title="Layers" tab-id="layers">
|
2015-03-23 15:22:22 -04:00
|
|
|
<i class="fa ci-layers"></i>
|
2017-04-28 17:03:38 -04:00
|
|
|
</cor-tab>
|
|
|
|
<cor-tab tab-title="Security Scan" tab-id="vulnerabilities"
|
2018-03-28 16:03:18 -04:00
|
|
|
tab-init="loadManifestSecurity()"
|
2017-04-28 17:03:38 -04:00
|
|
|
quay-show="Features.SECURITY_SCANNER">
|
2015-11-11 15:52:30 -05:00
|
|
|
<i class="fa fa-bug"></i>
|
2017-04-28 17:03:38 -04:00
|
|
|
</cor-tab>
|
|
|
|
<cor-tab tab-title="Packages" tab-id="packages"
|
2018-03-28 16:03:18 -04:00
|
|
|
tab-init="loadManifestPackages()"
|
2017-04-28 17:03:38 -04:00
|
|
|
quay-show="Features.SECURITY_SCANNER">
|
2015-10-28 15:38:55 -04:00
|
|
|
<i class="fa ci-package"></i>
|
2017-04-28 17:03:38 -04:00
|
|
|
</cor-tab>
|
|
|
|
</cor-tabs>
|
2015-03-23 15:22:22 -04:00
|
|
|
|
2017-04-28 17:03:38 -04:00
|
|
|
<cor-tab-content>
|
2015-03-23 15:22:22 -04:00
|
|
|
<!-- Layers -->
|
2017-04-28 17:03:38 -04:00
|
|
|
<cor-tab-pane id="layers">
|
2018-03-28 16:03:18 -04:00
|
|
|
<h3>Manifest Layers</h3>
|
|
|
|
<div class="image-view-layer" repository="repository" image="manifest.image" images="manifest.image.history"></div>
|
|
|
|
<div class="image-view-layer" repository="repository" image="parent" images="manifest.image.history"
|
2015-03-23 15:22:22 -04:00
|
|
|
ng-repeat="parent in reversedHistory"></div>
|
2017-04-28 17:03:38 -04:00
|
|
|
</cor-tab-pane>
|
2015-03-23 15:22:22 -04:00
|
|
|
|
2016-02-17 14:50:37 -05:00
|
|
|
<!-- Vulnerabilities -->
|
2017-04-28 17:03:38 -04:00
|
|
|
<cor-tab-pane id="vulnerabilities" quay-show="Features.SECURITY_SCANNER">
|
|
|
|
<div quay-require="['SECURITY_SCANNER']">
|
2018-03-28 16:03:18 -04:00
|
|
|
<div class="manifest-vulnerability-view" repository="repository" manifest="manifest" is-enabled="manifestSecurityCounter"></div>
|
2017-04-28 17:03:38 -04:00
|
|
|
</div>
|
|
|
|
</cor-tab-pane>
|
2015-11-11 15:52:30 -05:00
|
|
|
|
2016-02-17 14:50:37 -05:00
|
|
|
<!-- Features -->
|
2017-04-28 17:03:38 -04:00
|
|
|
<cor-tab-pane id="packages" quay-show="Features.SECURITY_SCANNER">
|
|
|
|
<div quay-require="['SECURITY_SCANNER']">
|
2018-03-28 16:03:18 -04:00
|
|
|
<div class="manifest-feature-view" repository="repository" manifest="manifest" is-enabled="manifestPackageCounter"></div>
|
2017-04-28 17:03:38 -04:00
|
|
|
</div>
|
|
|
|
</cor-tab-pane>
|
|
|
|
</cor-tab-content>
|
|
|
|
</cor-tab-panel>
|
2013-10-18 22:28:46 -04:00
|
|
|
</div>
|
2015-03-30 17:55:04 -04:00
|
|
|
</div>
|