Skip to content

Commit

Permalink
fix chisel word's case in different places
Browse files Browse the repository at this point in the history
  • Loading branch information
akbarkz committed Dec 8, 2023
1 parent 8eafafe commit f729226
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions templates/containers/chiselled/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% extends "containers/chiselled/_base_chiselled.html" %}

{% block title %}Ultra-small Ubuntu-based distroless containers - Chiselled Ubuntu{% endblock %}
{% block title %}Ultra-small Ubuntu-based distroless containers - chiselled Ubuntu{% endblock %}
{% block meta_description %}Get started with chiselled Ubuntu: ultra-small Ubuntu container images. Build Distroless
containers with 6x smaller attack surface and the advantages of a vendor-supported Linux distribution.{% endblock %}

Expand Down Expand Up @@ -110,7 +110,7 @@ <h2>Production-ready, ultra-small Ubuntu containers</h2>
<div class="row--50-50">
<hr class="p-rule" />
<div class="col">
<h2>How does Chisel work</h2>
<h2>How does chisel work</h2>
</div>
<div class="col">
<div class="u-sv1"></div>
Expand Down Expand Up @@ -164,9 +164,9 @@ <h2>What industry experts say</h2>
<p>
<cite>“There has always been a need for smaller and tighter images. Developers remind us, as a base image
provider, of that on a regular basis. Chiselled images leapfrog over approaches we’ve looked at in the past.
We love the idea and implementation of Chiselled images and Canonical as a partner. When technical leaders at
Canonical shared the first demos of Chiselled images with us, we immediately wanted to be a launch partner,
and we’re thrilled that we’re shipping Ubuntu Chiselled images for .NET as part of the GA release”
We love the idea and implementation of chiselled images and Canonical as a partner. When technical leaders at
Canonical shared the first demos of chiselled images with us, we immediately wanted to be a launch partner,
and we’re thrilled that we’re shipping Ubuntu chiselled images for .NET as part of the GA release”
</cite>
</p>
<p><cite>Richard Lander, Program Manager, .NET at Microsoft</cite></p>
Expand Down Expand Up @@ -278,10 +278,13 @@ <h3 class="p-text--small-caps">Docker Hub</h3>
<a href="https://hub.docker.com/u/ubuntu">Ubuntu on Docker Hub</a>
</li>
<li class="p-list__item">
<a href="https://hub.docker.com/r/ubuntu/dotnet-runtime">Chiselled Ubuntu for Chiselled .NET</a>
<a href="https://hub.docker.com/r/ubuntu/dotnet-runtime">Chiselled Ubuntu for chiselled .NET</a>
</li>
<li class="p-list__item">
<a href="https://hub.docker.com/r/ubuntu/dotnet-deps">Chiselled Ubuntu for Chiselled .NET Deps</a>
<a href="https://hub.docker.com/r/ubuntu/dotnet-deps">Chiselled Ubuntu for chiselled .NET Deps</a>
</li>
<li class="p-list__item">
<a href="https://hub.docker.com/r/ubuntu/dotnet-aspnet">Chiselled Ubuntu for chiselled ASP.NET</a>
</li>
<li class="p-list__item">
<a href="https://hub.docker.com/r/ubuntu/jre">Chiselled Ubuntu for JRE</a>
Expand Down

0 comments on commit f729226

Please sign in to comment.