Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mark the project as depreciated in the templates #1

Merged
merged 1 commit into from
Jan 14, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 7 additions & 13 deletions templates/home.html
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,18 @@ <h1>Dockerfile Project <small>dockerfile.github.io</small></h1>
</div>

<div class="lead">
<code>Dockerfile Project</code> maintains a central repository of <code>Dockerfile</code> for various popular open source software services runnable on a <a href="https://www.docker.com/">Docker</a> container. The goal of <code>Dockerfile Project</code> is to make it convenient for any developer to download pre-built <a href="https://www.docker.com/">Docker</a> images and rapidly develop, test, and deploy awesome applications.
<code>Dockerfile Project</code> maintained a central repository of <code>Dockerfile</code> for various popular open source software services runnable on a <a href="https://www.docker.com/">Docker</a> container. The goal of <code>Dockerfile Project</code> was to make it convenient for any developer to download pre-built <a href="https://www.docker.com/">Docker</a> images and rapidly develop, test, and deploy awesome applications.
</div>

<div class="well">
<span class="glyphicon glyphicon-ok"></span>&nbsp; All <strong>automated builds</strong> published to the public <a href="https://registry.hub.docker.com/">Docker Hub Registry</a> are automatically built directly from the repositories hosted on Github, and they are kept in sync and protected by <a href="https://registry.hub.docker.com/">Docker Hub Registry</a>.
<p><button type="button" class="btn btn-danger">Note</button>&nbsp;
The dockerfile.github.io project has now been depreciated, and comparable Docker files and repositories are available on the <a href="https://registry.hub.docker.com/">Docker Hub Registry</a>.</p>

<p><br></p>

<p class="text-center">For further details, see <a href="http://blog.docker.com/2015/03/updates-available-to-popular-repos-update-your-images/">the list of supported replacements</a>, and popular alternative repos.</p>
</div>

<div class="lead">
<a href="https://www.docker.com/">Docker</a> is an open platform for developers and sysadmins to build, ship, and run distributed applications, sponsored by <a href="http://www.docker.com/">Docker, Inc.</a> under the <a href="https://github.com/dotcloud/docker/blob/master/LICENSE">apache 2.0 licence</a>.
</div>

<hr>

<h4><span class="glyphicon glyphicon-thumbs-up"></span> Trusted Automated Docker Builds</h4>

<table class="table table-condensed table-hover">
<tr ng-repeat="project in projects">
<td><a href="/#/{{ project.id }}">dockerfile/<strong>{{ project.id }}</strong></a></td>
<td>{{ project.description }}</td>
</tr>
</table>
21 changes: 6 additions & 15 deletions templates/project.html
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,14 @@ <h1 class="text-center well">
docker pull <span class="text-danger">dockerfile/{{ projectId }}</span>
</h1>

<div class="text-center">
<a href="https://github.com/dockerfile/{{ projectId }}">
<span class="glyphicon glyphicon-star"></span>
GitHub Repository
</a>
&nbsp; | &nbsp;
<a href="https://registry.hub.docker.com/u/dockerfile/{{ projectId }}/">
<span class="glyphicon glyphicon-thumbs-up"></span>
Docker Hub Registry
</a>
</div>

<hr>

<div ng-bind-html="readme"></div>
<div class="well">
<p><button type="button" class="btn btn-danger">Note</button>&nbsp;
The dockerfile.github.io project, including <span class="text-danger">dockerfile/{{ projectId }}</span> has now been depreciated as of April 2015, and comparable Docker files and repositories are available on the <a href="https://registry.hub.docker.com/">Docker Hub Registry</a>.</p>

<hr>
<p><br></p>

<h2>Dockerfile used for this automated build</h2>
<pre ng-bind-html="dockerfile"></pre>
<p class="text-center">For further details, see <a href="http://blog.docker.com/2015/03/updates-available-to-popular-repos-update-your-images/">the list of supported replacements</a>, and popular alternative repos.</p>
</div>