Skip to content

Commit 02aa484

Browse files
author
Natalie Arellano
committed
Touch up titles & summaries
Signed-off-by: Natalie Arellano <[email protected]>
1 parent 504bdb6 commit 02aa484

File tree

5 files changed

+20
-18
lines changed

5 files changed

+20
-18
lines changed

content/docs/for-app-developers/how-to/configure-build/build-for-arm.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
+++
2-
title="Build an ARM app"
3-
weight=2
4-
summary="The basics of taking your app from source code to runnable ARM image."
2+
title="Build for ARM architecture"
3+
weight=1
54
+++
65

7-
As of today, there are no known released CNB builder images that support building ARM application images. Users can create their own ARM64 builder image by following [this guide][this guide].
6+
<!--more-->
7+
8+
As of today, there are no known released CNB builder images that support building ARM application images.
9+
10+
Users can create their own ARM64 builder image by following [this guide][this guide].
811

912
In the following tutorial, we will be performing a build "manually", in that we will be performing a build by invoking the lifecycle directly.
1013

content/docs/for-app-developers/how-to/configure-build/build-for-windows.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
+++
2-
title="Build a Windows app"
2+
title="Build for Windows containers"
33
weight=2
4-
summary="The basics of taking your Windows app from source code to runnable image."
54
+++
65

6+
<!--more-->
7+
78
> **EXPERIMENTAL** Windows support is experimental!
89
>
910
> Enable experimental mode by running: `pack config experimental true`

content/docs/for-app-developers/how-to/configure-build/build-on-podman.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
+++
2-
title="Building on Podman"
3-
weight=99
4-
summary="Use podman as an alternative to Docker with Cloud Native Buildpacks."
5-
aliases=[
6-
"/docs/using-pack/building-app/"
7-
]
2+
title="Build on Podman"
3+
weight=5
4+
summary="Use Podman as an alternative to Docker to create the containerized build environment."
85
+++
96

107
### What is Podman?

content/docs/for-app-developers/how-to/configure-build/export-to-oci-layout.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
+++
2-
title="Export to OCI layout format"
3-
weight=201
4-
summary="Export your application image to disk in OCI layout format."
2+
title="Export to OCI layout format on disk"
3+
weight=3
54
+++
65

6+
<!--more-->
7+
78
<div class="quote mb-4">
89
The OCI Image Layout is the directory structure for OCI content-addressable blobs and location-addressable references.
910
<div class="author">See the <a href="https://github.com/opencontainers/image-spec/blob/main/image-layout.md">specification.</a></div>

content/docs/for-app-developers/how-to/configure-build/use-http-proxy.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
+++
2-
title="Using Buildpacks with a Proxy"
3-
weight=8
4-
summary="Learn how to use buildpacks behind a HTTP proxy."
2+
title="Use an HTTP proxy"
3+
weight=4
4+
summary="Useful for university or corporate environments."
55
+++
66

77
Many university or corporate environments use a proxy to access HTTP and HTTPS resources on the web. Proxies introduce two constraints on buildpack built applications:

0 commit comments

Comments
 (0)