static: add v2 support details
This commit is contained in:
parent
0195eea77c
commit
ba934f81a7
2 changed files with 11 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
<span class="text">Works with</span>
|
||||
<span class="works-logo"><img src="/static/img/docker-white-custom.png"></span>
|
||||
<span class="works-logo"><img src="/static/img/rkt-horizontal-white.svg"></span>
|
||||
<span class="supports">Supports Docker and rkt images. Images are transformed on the fly, allowing you to push Docker and pull rkt.</span>
|
||||
<span class="supports">Supports Docker (v1 and v2) and rkt images. Images are transformed on the fly, allowing you to push Docker and pull rkt.</span>
|
||||
</div>
|
||||
</div>
|
||||
</div> <!-- jumbotron -->
|
||||
|
|
|
@ -528,12 +528,22 @@
|
|||
<p>Auditing is essential for everything in your CI pipeline. Actions via API and UI are tracked.</p>
|
||||
</li>
|
||||
|
||||
<li><i class="fa fa-random"></i>
|
||||
<b>Multiple Image Formats</b>
|
||||
<p>Images are transformed on the fly, allowing you to push Docker (v1 and v2) and pull rkt.</p>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="col-lg-12 col-md-12 col-sm-6 col-xs-12">
|
||||
<ul class="features-list">
|
||||
<li><i class="fa fa-calendar"></i>
|
||||
<b>Invoice History</b>
|
||||
<p>Download past invoices for your billing team or purchasing departement.</p>
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
Reference in a new issue