-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Images section reorganization, 2024 (#1979)
## Type of change <!-- Please be sure to add the appropriate label to your PR. --> This PR is a massive reorganization of the Images section on academy. ### What should this PR do? <!-- Does this PR resolve an issue? Please include a reference to it. --> resolves chainguard-dev/internal#4492 ### Why are we making this change? <!-- What larger problem does this PR address? --> The images section continues to grow and has become rather unwieldy in recent months. This is an attempt to streamline information and improve discoverability. ### What are the acceptance criteria? <!-- What should be happening for this PR to be accepted? Please list criteria. --> <!-- Do any stakeholders need to be tagged in this review? If so, please add them. --> I did my best to implement the team's suggestions so far. I also tried to be diligent about adding aliases for each doc I moved. I think a close look at everything is in order. ### How should this PR be tested? <!-- What should your reviewer do to test this PR? Please list steps. --> Just click around and let me know if I missed anything important! preview link: https://deploy-preview-1979--ornate-narwhal-088216.netlify.app/chainguard/chainguard-images/ --------- Signed-off-by: Mark Drake <[email protected]>
- Loading branch information
Showing
92 changed files
with
385 additions
and
182 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
--- | ||
title: "About Chainguard Images" | ||
linktitle: "About" | ||
description: "Conceptual articles and resources on Chainguard Images" | ||
type: "article" | ||
date: 2024-12-19T08:49:15+00:00 | ||
lastmod: 2024-12-19T08:49:15+00:00 | ||
draft: false | ||
images: [] | ||
weight: 015 | ||
topic: true | ||
banner: { | ||
image: "/icon-box-fill.svg", | ||
title: "Chainguard Shared Responsibility Model", | ||
cta: "Read more", | ||
link: "/chainguard/chainguard-images/about/shared-responsibility-model/" | ||
} | ||
sectiontitle: "More on Chainguard Images" | ||
tutorials: [ | ||
{ | ||
title: "Getting Started with Distroless", | ||
description: "", | ||
url: "/chainguard/chainguard-images/about/getting-started-distroless/" | ||
}, | ||
{ | ||
title: "How Chainguard Images are Tested", | ||
description: "", | ||
url: "/chainguard/chainguard-images/about/images-testing/" | ||
}, | ||
{ | ||
title: "Why Our Images Have Low-to-No CVEs", | ||
description: "", | ||
url: "/chainguard/chainguard-images/about/zerocve/" | ||
}, | ||
{ | ||
title: "Images for Compiled Programs", | ||
description: "", | ||
url: "/chainguard/chainguard-images/working-with-images/about/images-compiled-programs/compiled-programs" | ||
}, | ||
{ | ||
title: "Dev vs. Production Images", | ||
description: "", | ||
url: "/chainguard/chainguard-images/about/differences-development-production/" | ||
}, | ||
{ | ||
title: "Product Release Lifecycle", | ||
description: "", | ||
url: "/chainguard/chainguard-images/about/versions/" | ||
}, | ||
] | ||
|
||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ images: [] | |
menu: | ||
docs: | ||
parent: "chainguard-images" | ||
weight: 015 | ||
weight: 060 | ||
toc: true | ||
--- | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
--- | ||
title: "Chainguard Images Features" | ||
linktitle: "Features" | ||
aliases: | ||
- /chainguard/chainguard-images/images-features | ||
- /chainguard/chainguard-images/images-features | ||
description: "Resources on Chainguard Images' features and how to use them" | ||
type: "article" | ||
date: 2024-12-19T08:49:15+00:00 | ||
lastmod: 2024-12-19T08:49:15+00:00 | ||
draft: false | ||
images: [] | ||
weight: 020 | ||
topic: true | ||
banner: { | ||
image: "/icon-box-fill.svg", | ||
title: "FIPS-enabled Images", | ||
cta: "Read more", | ||
link: "/chainguard/chainguard-images/features/fips-images/" | ||
} | ||
sectiontitle: "Chainguard Images Features & Resources" | ||
tutorials: [ | ||
{ | ||
title: "Image STIGs", | ||
description: "", | ||
url: "/chainguard/chainguard-images/features/image-stigs/" | ||
}, | ||
{ | ||
title: "Custom Certificates", | ||
description: "", | ||
url: "/chainguard/chainguard-images/features/incert-custom-certs/" | ||
}, | ||
{ | ||
title: "Unique Tags", | ||
description: "", | ||
url: "/chainguard/chainguard-images/features/unique-tags/" | ||
}, | ||
{ | ||
title: "CVE Visualizations", | ||
description: "", | ||
url: "/chainguard/chainguard-images/features/cve_visualizations/" | ||
}, | ||
{ | ||
title: "Tag History API", | ||
description: "", | ||
url: "/chainguard/chainguard-images/features/using-the-tag-history-api/" | ||
}, | ||
{ | ||
title: "EOL Notifications", | ||
description: "", | ||
url: "/chainguard/chainguard-images/features/eol-notifications/" | ||
}, | ||
] | ||
|
||
--- |
File renamed without changes
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes
File renamed without changes
Oops, something went wrong.