Skip to content

Commit 24f1cb3

Browse files
author
Natalie Arellano
committed
Split features into app-developer & platform-operator
Signed-off-by: Natalie Arellano <[email protected]>
1 parent 0ff738f commit 24f1cb3

File tree

6 files changed

+17
-19
lines changed

6 files changed

+17
-19
lines changed

content/docs/features/_index.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

content/docs/features/experimental/_index.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

content/docs/features/reproducibility.md renamed to content/docs/for-app-developers/concepts/reproducibility.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,19 @@
11
+++
2-
title="Reproducibility"
3-
aliases=["/docs/reference/reproducibility"]
2+
title="Build reproducibility"
3+
weight=2
44
+++
55

6+
Given the same inputs, two builds should produce the same outputs.
7+
8+
<!--more-->
9+
610
## Summary
7-
The Cloud Native Buildpacks project aims to create "Reproducible Builds" of container images. For image creation commands (`builder create`, `buildpack package`, `build`) `pack` creates container images in a reproducible fashion. "Reproducible" is hard to define but we'll do so by example and with a few caveats:
11+
12+
The Cloud Native Buildpacks project aims to create "Reproducible Builds" of container images.
13+
14+
For image creation commands (`builder create`, `buildpack package`, `build`) `pack` creates container images in a reproducible fashion.
15+
16+
"Reproducible" is hard to define, but we'll do so by example and with a few caveats:
817

918
<!--more-->
1019

content/docs/features/bill-of-materials.md renamed to content/docs/for-app-developers/how-to/download-sbom.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
+++
2-
title="Software Bill of Materials"
3-
summary="A `Software Bill-of-Materials` (`SBoM`) gives you a layer-by-layer view of what's inside your container in a variety of formats."
2+
title="Download a Software Bill-of-Materials (SBOM)"
3+
summary="An SBOM can give you a layer-by-layer view of what's inside your application image."
4+
weight=1
45
+++
56

67
## Summary

content/docs/features/experimental/export-to-oci-layout.md renamed to content/docs/for-app-developers/how-to/export-to-oci-layout.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
+++
22
title="Export to OCI layout format"
3-
weight=3
4-
summary="Learn how to export your application image to disk in OCI layout format"
3+
weight=201
4+
summary="Export your application image to disk in OCI layout format."
55
+++
66

77
<div class="quote mb-4">
File renamed without changes.

0 commit comments

Comments
 (0)