221 lines
11 KiB
HTML
221 lines
11 KiB
HTML
<!-- Features -->
|
|
<div class="product-tour" ng-if="kind == '' || kind == 'features'">
|
|
<div class="tour-section row tour-header">
|
|
<div class="col-md-12">
|
|
<div class="tour-section-title">The most advanced repository insight available</div>
|
|
<div class="tour-section-description">
|
|
Features and benefits that make working with Docker repositories awesome
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<div class="tour-section row">
|
|
<div class="col-md-7"><img src="/static/img/user-home.png" title="User Home - Quay.io" data-screenshot-url="https://quay.io/" class="img-responsive"></div>
|
|
<div class="col-md-5">
|
|
<div class="tour-section-title">Customized for you</div>
|
|
<div class="tour-section-description">
|
|
Your personal home screen shows those repositories most important to you, ordered by recent activity.
|
|
</div>
|
|
<div class="tour-section-description">Keep up to date on the status of those repositories you deem important.</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="tour-section row">
|
|
<div class="col-md-7 col-md-push-5"><img src="/static/img/repo-view.png" title="Repository View - Quay.io" data-screenshot-url="https://quay.io/repository/devtable/complex" class="img-responsive"></div>
|
|
<div class="col-md-5 col-md-pull-7">
|
|
<div class="tour-section-title">Useful views of respositories</div>
|
|
<div class="tour-section-description">
|
|
Each repository is presented with the maximum amount of useful information, including its image history, <b>markdown</b>-based description, and tags.
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="tour-section row">
|
|
<div class="col-md-7"><img src="/static/img/build-history.png" title="View Image - Quay.io"
|
|
data-screenshot-url="https://quay.io/repository/devtable/building/build"
|
|
class="img-responsive"></div>
|
|
<div class="col-md-5">
|
|
<div class="tour-section-title">Dockerfile build in the cloud</div>
|
|
<div class="tour-section-description">
|
|
Like to use <b>Dockerfiles</b> to build your images? Simply upload your Dockerfile (and any additional files it needs) and we'll build your Dockerfile into an image and push it to your repository.
|
|
</div>
|
|
<div class="tour-section-description">
|
|
If you store your Dockerfile in <i class="fa fa-github fa-lg" style="margin: 6px;"></i><b>GitHub</b>, add a <b>Build Trigger</b> to your repository and we'll start a Dockerfile build for every change you make.
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="tour-section row">
|
|
<div class="col-md-7 col-md-push-5"><img src="/static/img/repo-admin.png" title="Repository Admin - Quay.io" data-screenshot-url="https://quay.io/repository/devtable/complex/admin" class="img-responsive"></div>
|
|
<div class="col-md-5 col-md-pull-7">
|
|
<div class="tour-section-title">Share at your control</div>
|
|
<div class="tour-section-description">
|
|
Share any repository with as many (or as few) users as you choose.
|
|
</div>
|
|
<div class="tour-section-description">Need a repository only for your team? Easily <b>share</b> with your team members.</div>
|
|
<div class="tour-section-description">Need finer grain control? Mark a user as <b>read-only</b> or <b>read/write</b>.</div>
|
|
<div class="tour-section-description">Have a build script or a deploy process that needs access? Generate an <b>access token</b> to grant revocable access for pushing or pulling.</div>
|
|
<div class="tour-section-description">Want to share with the world? Make your repository <b>fully public</b>.</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="tour-section row">
|
|
<div class="col-md-7"><img src="/static/img/repo-changes.png" title="View Image - Quay.io" data-screenshot-url="https://quay.io/repository/devtable/image/..." class="img-responsive"></div>
|
|
<div class="col-md-5">
|
|
<div class="tour-section-title">Docker diff whenever you need it</div>
|
|
<div class="tour-section-description">
|
|
We wanted to know what was changing in each image of our repositories just as much as you do. So we added diffs. Now you can see exactly which files were <b>added</b>, <b>changed</b>, or <b>removed</b> for each image. We've also provided two awesome ways to view your changes, either in a filterable list, or in a drill down tree view.
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="tour-action">
|
|
<a href="/plans" ng-show="!user.anonymous">
|
|
<button class="btn btn-success">
|
|
Start free trial
|
|
</button>
|
|
</a>
|
|
<a href="/signin" ng-show="user.anonymous">
|
|
<button class="btn btn-primary">
|
|
Create account now
|
|
</button>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<!-- Organizations -->
|
|
<div class="product-tour" ng-if="kind == 'organizations'">
|
|
<div class="tour-section row tour-header">
|
|
<div class="col-md-12">
|
|
<div class="tour-section-title">Organize your repositories like you organize your company</div>
|
|
<div class="tour-section-description">
|
|
Organizations in Quay provide unique features for businesses and other
|
|
groups, including team-based sharing and fine-grained permission controls.
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="tour-section row">
|
|
<div class="col-md-7"><img src="/static/img/org-repo-list.png" data-title="Repositories - Quay.io" data-screenshot-url="https://quay.io/repository/" class="img-responsive"></div>
|
|
<div class="col-md-5">
|
|
<div class="tour-section-title">A central collection of repositories</div>
|
|
<div class="tour-section-description">
|
|
Your organization is the focal point for all activity that occurs within
|
|
your public or private repositories. Your repositories are centrally visible
|
|
and managed within the namespace of your organization. You may share
|
|
your repositories with as many users and teams as you like, without
|
|
any additional cost.
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="tour-section row">
|
|
<div class="col-md-7 col-md-push-5"><img src="/static/img/org-admin.png" data-title="buynlarge Admin - Quay.io" data-screenshot-url="https://quay.io/organization/buynlarge/admin" class="img-responsive"></div>
|
|
<div class="col-md-5 col-md-pull-7">
|
|
<div class="tour-section-title">Organization settings at a glance</div>
|
|
<div class="tour-section-description">
|
|
Your organization allows you to view your private repository count
|
|
and manage billing settings in a centralized place.
|
|
</div>
|
|
<div class="tour-section-description">
|
|
You can also see all of the users who have access to your organization
|
|
and the teams of which they are members. This allows you to audit the
|
|
access that has been granted in your organization.
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="tour-section row">
|
|
<div class="col-md-7"><img src="/static/img/org-logs.png" data-title="buynlarge Admin - Quay.io" data-screenshot-url="https://quay.io/organization/buynlarge" class="img-responsive"></div>
|
|
<div class="col-md-5">
|
|
<div class="tour-section-title">Logging for comprehensive analysis</div>
|
|
<div class="tour-section-description">
|
|
Every time a user in your organization performs an action it is logged
|
|
and categorized in a way that allows for a complete understanding of
|
|
how your repositories have been accessed and modified. Each log entry
|
|
includes the action performed, the authorization which allowed the action
|
|
to occur, and additional relevant data such as the name of the item
|
|
which was modified or accessed.
|
|
</div>
|
|
<div class="tour-section-description">
|
|
For those times when you need full control when generating reports from
|
|
your logs, we also allow you to export your logs in JSON format. These
|
|
can be ingested by custom tooling solutions allowing you to visualize
|
|
reports in whatever format you require.
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="tour-section row">
|
|
<div class="col-md-7 col-md-push-5"><img src="/static/img/org-teams.png" data-title="buynlarge - Quay.io" data-screenshot-url="https://quay.io/organization/buynlarge" class="img-responsive"></div>
|
|
<div class="col-md-5 col-md-pull-7">
|
|
<div class="tour-section-title">Teams simplify access controls</div>
|
|
<div class="tour-section-description">
|
|
Teams allow your organization to delegate access to your namespace and
|
|
repositories in a controlled fashion. Each team has permissions that
|
|
apply across the entire org, and can also be given specific levels of
|
|
access to specific repositories. A user is switching roles? No problem,
|
|
change their team membership and their access will be adjusted accordingly.
|
|
</div>
|
|
<div class="tour-section-description">
|
|
Owners of your organization, and members of other teams with
|
|
administrator privileges, have full permissions to all repositories
|
|
in the organization, as well as permissions to view and adjust the
|
|
account settings for the organization. Add users to these teams with
|
|
caution.
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="tour-section row">
|
|
<div class="col-md-7"><img src="/static/img/org-repo-admin.png" data-title="buynlarge/orgrepo - Quay.io" data-screenshot-url="https://quay.io/repository/buynlarge/orgrepo" class="img-responsive"></div>
|
|
<div class="col-md-5">
|
|
<div class="tour-section-title">Fine-grained control of sharing</div>
|
|
<div class="tour-section-description">
|
|
Repositories that you create within your organization can be assigned
|
|
fine-grained permissions just like any other repository. You can also
|
|
add teams that exist in your organization, or individual users from
|
|
inside our outside your organization.
|
|
</div>
|
|
<div class="tour-section-description">
|
|
In order to protect your intellectual property, we warn you before
|
|
you share your repositories with anyone who is not currently a member
|
|
of a team in your organization.
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="tour-action">
|
|
<a href="/organizations/new/" data-title="Starts the process to create a new organization" bs-tooltip="tooltip.title">
|
|
<button class="btn btn-success">
|
|
Create New Organization
|
|
</button>
|
|
</a>
|
|
<a href="/user/?migrate" ng-show="!user.anonymous" data-title="Starts the process to convert this account into an organization" bs-tooltip="tooltip.title">
|
|
<button class="btn btn-primary">
|
|
Convert account now
|
|
</button>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<!-- Enterprise -->
|
|
<div class="product-tour" ng-if="kind == 'enterprise'">
|
|
<div class="tour-section row tour-header">
|
|
<div class="col-md-12">
|
|
<div class="tour-section-title">Quay.io in your data center</div>
|
|
<div class="tour-section-description">
|
|
All of the power of Quay.io, easily deployed to your data center via docker.
|
|
</div>
|
|
<div class="tour-section-description">
|
|
<div class="row">
|
|
<div class="alert alert-info col-md-4 col-md-offset-4"><strong>docker run quay.io/quay/enterprise</strong></div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
</div>
|