Skip to content

Commit

Permalink
Merge pull request #1361 from chainguard-dev/feb-8
Browse files Browse the repository at this point in the history
Video landing page, index.html, header
  • Loading branch information
ltagliaferri authored Feb 9, 2024
2 parents 00a4626 + c558905 commit 05e87e1
Show file tree
Hide file tree
Showing 4 changed files with 53 additions and 11 deletions.
6 changes: 3 additions & 3 deletions content/chainguard/chainguard-images/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: "Images"
description: "Suite of minimalist images powered by Wolfi"
type: "article"
date: 2022-09-05T08:49:15+00:00
lastmod: 2022-09-05T08:49:15+00:00
lastmod: 2024-02-08T08:49:15+00:00
draft: false
images: []
weight: 001
Expand Down Expand Up @@ -38,9 +38,9 @@ tutorials: [
url: "/chainguard/chainguard-images/reference/python/"
},
{
title: "Ruby",
title: "NGINX",
description: "",
url: "/chainguard/chainguard-images/reference/ruby/"
url: "/chainguard/chainguard-images/reference/nginx/"
},
{
title: "JDK (Java)",
Expand Down
45 changes: 43 additions & 2 deletions content/chainguard/chainguard-images/videos/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,50 @@ linktitle: "Videos"
description: "Video tutorials"
type: "article"
date: 2023-07-07T08:48:45+00:00
lastmod: 2023-08-22T08:48:45+00:00
lastmod: 2024-02-08T08:49:15+00:00
draft: false
images: []
weight: 950
toc: true
topic: true
banner: {
image: "/icon-video.svg",
title: "Migrating Go Applications to Chainguard",
subtitle: "Improve security and reduce file size with a Go Chainguard Image",
cta: "Watch now",
link: "/chainguard/chainguard-images/videos/migrating_go/"
}
sectiontitle: "User Videos"
tutorials: [
{
title: "Minimal Images for Apps with Runtimes",
description: "",
url: "/chainguard/chainguard-images/videos/minimal-runtime-images/"
},
{
title: "Using the Chainguard Static Base Image",
description: "",
url: "/chainguard/chainguard-images/videos/static-base-image/"
},
{
title: "Chainguard Security Advisories and the Diff API",
description: "",
url: "/chainguard/chainguard-images/videos/security_advisories/"
},
{
title: "Debugging Distroless Containers ",
description: "",
url: "/chainguard/chainguard-images/videos/debugging_distroless/"
},
{
title: "Up-to-Date Images with Digestabot",
description: "",
url: "/chainguard/chainguard-images/videos/digestabot/"
},
{
title: "Getting Software Versions from Chainguard Images",
description: "",
url: "/chainguard/chainguard-images/videos/version-info-chainguard-images/"
},
]

---
12 changes: 6 additions & 6 deletions layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ <h5 class="caption-title">Chainguard Images</h5>
</a>
</div>
<div>
<a href="/open-source/wolfi/wolfi-with-dockerfiles/" rel="noreference" class="a--original">
<a href="https://go.chainguard.dev/learning-labs" rel="noreference" class="a--original">
<div class="card-background image-card">
<svg width="84" height="67" viewBox="0 0 84 67" fill="none" xmlns="http://www.w3.org/2000/svg"
alt="Article Icon">
Expand All @@ -86,8 +86,8 @@ <h5 class="caption-title">Chainguard Images</h5>
</defs>
</svg>
</div>
<h5 class="caption-title">Wolfi</h5>
<p class="caption">Get up and running with minimal, distroless images by using Dockerfiles</p>
<h5 class="caption-title">Learning Labs</h5>
<p class="caption">Sign up and attend our next session</p>
</a>
</div>
<div>
Expand Down Expand Up @@ -197,7 +197,7 @@ <h4 class="section-title mb-2">Reach 'inbox zero' for your CVEs</h4>
</a>
</div>
<div class="basics-card">
<a href="/chainguard/chainguard-images/using-the-tag-history-api/">
<a href="/chainguard/chainguard-images/using-the-image-diff-api/">
<div style="display: flex; gap: 12px;">
<div class="d-block">
<div class="form-check-input">
Expand All @@ -210,9 +210,9 @@ <h4 class="section-title mb-2">Reach 'inbox zero' for your CVEs</h4>
</div>
<div class="d-flex flex-column">
<div class="caption-title mb-2">
Tag History API
Diff API
</div>
<div class="caption">How to use the Chainguard Images Tag History API to fetch the tag history of image variants
<div class="caption">How to use the Chainguard Images Diff API to compare changes between image builds
</div>
</div>
</div>
Expand Down
1 change: 1 addition & 0 deletions layouts/partials/head/script-header.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
base-uri 'self';
">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<script id="6senseWebTag" src="https://j.6sc.co/j/edd32455-d420-405e-a9ba-ca4b02be04d3.js"></script>
{{ if .Site.Params.options.darkMode -}}
{{ $darkModeInit := resources.Get "js/darkmode-init.js" | js.Build | minify | fingerprint "sha512" -}}
<script src="{{ $darkModeInit.RelPermalink }}" integrity="{{ $darkModeInit.Data.Integrity }}" crossorigin="anonymous" defer></script>
Expand Down

0 comments on commit 05e87e1

Please sign in to comment.