Skip to content

Commit db5efd4

Browse files
committed
updating some feedback
Signed-off-by: Juan Bustamante <[email protected]>
1 parent 22e144f commit db5efd4

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
+++
2+
title="Experimental"
3+
weight=1
4+
include_summaries=true
5+
expand=false
6+
+++

content/docs/app-developer-guide/export-to-oci-layout.md renamed to content/docs/features/experimental/export-to-oci-layout.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ summary="Learn how to export your application image to disk in OCI layout format
99
<div class="author">See the <a href="https://github.com/opencontainers/image-spec/blob/main/image-layout.md">specification.</a></div>
1010
</div>
1111

12-
Exporting to OCI layout format is an **experimental** feature available on pack since version X.Y.Z
12+
Exporting to OCI layout format is an **experimental** feature available on pack since version 0.30.0
1313

1414
### 1. Enable experimental feature
1515

16-
Verify your pack version is equal or greater than 0.29.0
16+
Verify your pack version is equal or greater than 0.30.0
1717

1818
```bash
1919
pack version
@@ -33,7 +33,8 @@ experimental = true
3333
layout-repo-dir = "<$HOME>/.pack/layout-repo"
3434
```
3535

36-
The configuration shows the experimental mode was **enabled** and a local directory to save images on disk was configured to path `<$HOME>/.pack/layout-repo`.
36+
The configuration shows the experimental mode was **enabled** and a local directory to save images on disk was configured to path `<$HOME>/.pack/layout-repo`. `layout-repo-dir` is being used as a [local repository](https://github.com/buildpacks/rfcs/blob/main/text/0119-export-to-oci.md#how-it-works)
37+
to save images requires by `pack build` command in OCI layout format.
3738

3839
### 2. Build the app
3940

@@ -143,7 +144,7 @@ But [crane](https://github.com/google/go-containerregistry/tree/main/cmd/crane)
143144
```bash
144145
crane pull <your-image> <dest> --format=oci
145146
```
146-
It will give you `application/vnd.docker.distribution.manifest.list.v2+json`, which will fail
147+
It will give you `application/vnd.docker.distribution.manifest.list.v2+json`, which will fail because of the [state of our current implementation](https://github.com/buildpacks/rfcs/pull/203#discussion_r1092449172), we will improve this behavior in future versions.
147148

148149

149150

0 commit comments

Comments
 (0)