2013-09-24 22:21:14 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html ng-app="quay">
|
2013-09-23 16:37:40 +00:00
|
|
|
<head>
|
2013-10-13 20:29:00 +00:00
|
|
|
<title ng-bind="title + ' · Quay.io'">Quay - Private Docker Repository</title>
|
2013-10-10 23:06:04 +00:00
|
|
|
<base href="/">
|
|
|
|
|
2013-09-23 16:37:40 +00:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
2013-10-09 21:57:29 +00:00
|
|
|
<meta name="description" content="Hosted private docker repositories. Includes full user management and history. Free for public repositories.">
|
2013-10-09 22:33:40 +00:00
|
|
|
<meta name="google-site-verification" content="GalDznToijTsHYmLjJvE4QaB9uk_IP16aaGDz5D75T4" />
|
2013-10-10 23:06:04 +00:00
|
|
|
<meta name="fragment" content="!" />
|
2013-09-23 16:37:40 +00:00
|
|
|
|
2013-09-24 22:21:14 +00:00
|
|
|
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.min.css">
|
2013-09-26 22:48:22 +00:00
|
|
|
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.no-icons.min.css">
|
2013-09-23 16:37:40 +00:00
|
|
|
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-theme.min.css">
|
2013-10-12 17:14:46 +00:00
|
|
|
<link href='//fonts.googleapis.com/css?family=Droid+Sans:400,700' rel='stylesheet' type='text/css'>
|
2013-10-12 01:28:02 +00:00
|
|
|
<link rel="stylesheet" href="/static/lib/browser-chrome.css">
|
2013-09-24 22:21:14 +00:00
|
|
|
|
2013-09-26 21:59:20 +00:00
|
|
|
<link rel="stylesheet" href="/static/css/quay.css">
|
|
|
|
|
2013-10-13 20:50:48 +00:00
|
|
|
<!-- Icons -->
|
|
|
|
<link rel="shortcut icon" href="/static/img/favicon.ico" type="image/x-icon" />
|
|
|
|
<link rel="apple-touch-icon" href="/static/img/apple-touch-icon.png" />
|
|
|
|
<link rel="apple-touch-icon" sizes="57x57" href="/static/img/apple-touch-icon-57x57.png" />
|
|
|
|
<link rel="apple-touch-icon" sizes="60x60" href="/static/img/apple-touch-icon-60x60.png" />
|
|
|
|
<link rel="apple-touch-icon" sizes="72x72" href="/static/img/apple-touch-icon-72x72.png" />
|
|
|
|
<link rel="apple-touch-icon" sizes="76x76" href="/static/img/apple-touch-icon-76x76.png" />
|
|
|
|
<link rel="apple-touch-icon" sizes="114x114" href="/static/img/apple-touch-icon-114x114.png" />
|
|
|
|
<link rel="apple-touch-icon" sizes="120x120" href="/static/img/apple-touch-icon-120x120.png" />
|
|
|
|
<link rel="apple-touch-icon" sizes="144x144" href="/static/img/apple-touch-icon-144x144.png" />
|
|
|
|
<link rel="apple-touch-icon" sizes="152x152" href="/static/img/apple-touch-icon-152x152.png" />
|
|
|
|
<!-- /Icons -->
|
|
|
|
|
2013-09-26 21:59:20 +00:00
|
|
|
<script src="//code.jquery.com/jquery.js"></script>
|
|
|
|
<script src="//netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
|
2013-10-02 04:48:03 +00:00
|
|
|
<script src="https://checkout.stripe.com/v2/checkout.js"></script>
|
2013-09-26 21:59:20 +00:00
|
|
|
|
2013-09-24 22:21:14 +00:00
|
|
|
<script src="//ajax.googleapis.com/ajax/libs/angularjs/1.1.5/angular.min.js"></script>
|
|
|
|
<script src="//cdn.jsdelivr.net/underscorejs/1.5.2/underscore-min.js"></script>
|
|
|
|
<script src="//cdn.jsdelivr.net/restangular/1.1.3/restangular.js"></script>
|
|
|
|
|
2013-09-27 19:26:30 +00:00
|
|
|
<script src="//cdnjs.cloudflare.com/ajax/libs/moment.js/2.2.1/moment.min.js"></script>
|
2013-10-10 17:22:18 +00:00
|
|
|
<script src="//cdnjs.cloudflare.com/ajax/libs/d3/3.3.3/d3.min.js"></script>
|
|
|
|
<script src="//cdnjs.cloudflare.com/ajax/libs/zeroclipboard/1.1.7/ZeroClipboard.min.js"></script>
|
2013-10-03 19:46:22 +00:00
|
|
|
|
|
|
|
<script src="static/lib/angulartics.js"></script>
|
|
|
|
<script src="static/lib/angulartics-mixpanel.js"></script>
|
2013-10-11 05:06:04 +00:00
|
|
|
<script src="static/lib/jquery.overscroll.min.js"></script>
|
2013-10-03 19:46:22 +00:00
|
|
|
|
2013-09-27 19:26:30 +00:00
|
|
|
<script src="static/lib/angular-moment.min.js"></script>
|
2013-09-30 23:08:24 +00:00
|
|
|
<script src="static/lib/pagedown/Markdown.Converter.js"></script>
|
|
|
|
<script src="static/lib/pagedown/Markdown.Editor.js"></script>
|
|
|
|
<script src="static/lib/pagedown/Markdown.Sanitizer.js"></script>
|
2013-09-27 19:26:30 +00:00
|
|
|
|
2013-10-01 17:27:38 +00:00
|
|
|
<script src="static/lib/typeahead.min.js"></script>
|
2013-09-27 20:12:51 +00:00
|
|
|
|
2013-10-10 04:40:18 +00:00
|
|
|
<script src="static/lib/d3-tip.js" charset="utf-8"></script>
|
2013-10-12 01:28:02 +00:00
|
|
|
<script src="static/lib/browser-chrome.js"></script>
|
2013-10-10 04:40:18 +00:00
|
|
|
|
2013-09-24 22:21:14 +00:00
|
|
|
<script src="static/js/app.js"></script>
|
|
|
|
<script src="static/js/controllers.js"></script>
|
2013-10-10 04:40:18 +00:00
|
|
|
<script src="static/js/graphing.js"></script>
|
2013-09-24 22:21:14 +00:00
|
|
|
|
2013-10-03 19:55:11 +00:00
|
|
|
<!-- start Mixpanel --><script type="text/javascript">
|
2013-10-03 20:21:58 +00:00
|
|
|
var isProd = document.location.hostname === 'quay.io';
|
2013-10-03 19:55:11 +00:00
|
|
|
|
|
|
|
(function(e,b){if(!b.__SV){var a,f,i,g;window.mixpanel=b;a=e.createElement("script");a.type="text/javascript";a.async=!0;a.src=("https:"===e.location.protocol?"https:":"http:")+'//cdn.mxpnl.com/libs/mixpanel-2.2.min.js';f=e.getElementsByTagName("script")[0];f.parentNode.insertBefore(a,f);b._i=[];b.init=function(a,e,d){function f(b,h){var a=h.split(".");2==a.length&&(b=b[a[0]],h=a[1]);b[h]=function(){b.push([h].concat(Array.prototype.slice.call(arguments,0)))}}var c=b;"undefined"!==
|
2013-10-03 19:46:22 +00:00
|
|
|
typeof d?c=b[d]=[]:d="mixpanel";c.people=c.people||[];c.toString=function(b){var a="mixpanel";"mixpanel"!==d&&(a+="."+d);b||(a+=" (stub)");return a};c.people.toString=function(){return c.toString(1)+".people (stub)"};i="disable track track_pageview track_links track_forms register register_once alias unregister identify name_tag set_config people.set people.set_once people.increment people.append people.track_charge people.clear_charges people.delete_user".split(" ");for(g=0;g<i.length;g++)f(c,i[g]);
|
|
|
|
b._i.push([a,e,d])};b.__SV=1.2}})(document,window.mixpanel||[]);
|
2013-10-14 02:06:31 +00:00
|
|
|
mixpanel.init(isProd ? "50ff2b2569faa3a51c8f5724922ffb7e" : "38014a0f27e7bdc3ff8cc7cc29c869f9", { track_pageview : false, debug: !isProd });</script><!-- end Mixpanel -->
|
2013-10-03 19:46:22 +00:00
|
|
|
|
2013-09-23 16:37:40 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
2013-09-26 21:59:20 +00:00
|
|
|
<!-- Nav bar -->
|
2013-09-26 23:59:58 +00:00
|
|
|
<nav class="navbar navbar-default" role="navigation" ng-controller='HeaderCtrl'>
|
2013-09-26 21:59:20 +00:00
|
|
|
<!-- Quay -->
|
|
|
|
<div class="navbar-header">
|
2013-09-26 23:07:25 +00:00
|
|
|
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-ex1-collapse">
|
|
|
|
<span class="sr-only">Toggle navigation</span>
|
|
|
|
<span class="icon-bar"></span>
|
|
|
|
<span class="icon-bar"></span>
|
|
|
|
<span class="icon-bar"></span>
|
|
|
|
</button>
|
2013-10-13 20:13:50 +00:00
|
|
|
<a class="navbar-brand" href="/">
|
|
|
|
<img src="/static/img/quay-logo.png">
|
|
|
|
</a>
|
2013-09-26 21:59:20 +00:00
|
|
|
</div>
|
|
|
|
|
|
|
|
<!-- Collapsable stuff -->
|
|
|
|
<div class="collapse navbar-collapse navbar-ex1-collapse">
|
2013-09-26 23:07:25 +00:00
|
|
|
<ul class="nav navbar-nav">
|
2013-10-10 23:06:04 +00:00
|
|
|
<li><a ng-href="/repository/">Repositories</a></li>
|
2013-10-13 20:13:50 +00:00
|
|
|
<li><a ng-href="/guide/">Getting Started</a></li>
|
|
|
|
<li><a ng-href="/plans/">Plans & Pricing</a></li>
|
2013-09-26 23:07:25 +00:00
|
|
|
</ul>
|
2013-09-26 21:59:20 +00:00
|
|
|
|
2013-09-26 23:07:25 +00:00
|
|
|
|
2013-09-27 00:18:36 +00:00
|
|
|
<ul class="nav navbar-nav navbar-right" ng-switch on="user.anonymous">
|
2013-09-26 23:07:25 +00:00
|
|
|
<form class="navbar-form navbar-left" role="search">
|
|
|
|
<div class="form-group">
|
2013-09-27 23:21:54 +00:00
|
|
|
<input id="repoSearch" type="text" class="form-control" placeholder="Find Repo">
|
2013-09-26 23:07:25 +00:00
|
|
|
</div>
|
|
|
|
</form>
|
2013-09-27 00:18:36 +00:00
|
|
|
|
|
|
|
<li class="dropdown" ng-switch-when="false">
|
2013-09-26 23:07:25 +00:00
|
|
|
<!--<button type="button" class="btn btn-default navbar-btn">Sign in</button>-->
|
2013-09-26 21:59:20 +00:00
|
|
|
|
2013-09-27 22:15:31 +00:00
|
|
|
<a href="javascript:void(0)" class="dropdown-toggle user-dropdown" data-toggle="dropdown">
|
2013-09-30 22:02:52 +00:00
|
|
|
<img src="//www.gravatar.com/avatar/{{ user.gravatar }}?s=32&d=identicon" />
|
2013-09-27 22:15:31 +00:00
|
|
|
{{ user.username }}
|
2013-10-10 18:01:47 +00:00
|
|
|
<span class="badge" ng-show="user.askForPassword">1</span>
|
2013-09-27 22:15:31 +00:00
|
|
|
<b class="caret"></b>
|
|
|
|
</a>
|
2013-09-26 23:07:25 +00:00
|
|
|
<ul class="dropdown-menu">
|
2013-10-10 18:01:47 +00:00
|
|
|
<li>
|
2013-10-14 02:06:31 +00:00
|
|
|
<a href="/user/">
|
2013-10-10 18:01:47 +00:00
|
|
|
Account Settings
|
|
|
|
<span class="badge" ng-show="user.askForPassword">1</span>
|
|
|
|
</a>
|
|
|
|
</li>
|
2013-10-10 23:06:04 +00:00
|
|
|
<li><a href="/signout" target="_self">Sign out</a></li>
|
2013-09-26 23:07:25 +00:00
|
|
|
</ul>
|
|
|
|
</li>
|
2013-09-27 00:18:36 +00:00
|
|
|
<li ng-switch-default>
|
2013-10-10 23:06:04 +00:00
|
|
|
<a href="/signin" target="_self">Sign in</a>
|
2013-09-27 00:18:36 +00:00
|
|
|
</li>
|
2013-09-26 23:07:25 +00:00
|
|
|
</ul>
|
2013-09-26 21:59:20 +00:00
|
|
|
</div><!-- /.navbar-collapse -->
|
|
|
|
</nav>
|
|
|
|
|
2013-09-24 22:21:14 +00:00
|
|
|
<div ng-view></div>
|
2013-09-23 16:37:40 +00:00
|
|
|
</body>
|
2013-09-26 21:59:20 +00:00
|
|
|
</html>
|