Skip to content

Commit 9e2ed30

Browse files
authored
Merge pull request #707 from vbatts/perma-url
*: update runtime-spec links to v1.0.0
2 parents 4044801 + f2b1eb6 commit 9e2ed30

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

conversion.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ Externally provided inputs are considered to be a modification of the `applicati
1919
For example, externally provided inputs MAY cause an environment variable to be added, removed or changed.
2020
However an implementation-defined default SHOULD NOT result in an environment variable being removed or changed.
2121

22-
[oci-runtime-bundle]: https://github.com/opencontainers/runtime-spec/blob/v1.0.0-rc5/bundle.md
23-
[oci-runtime-config]: https://github.com/opencontainers/runtime-spec/blob/v1.0.0-rc5/config.md
22+
[oci-runtime-bundle]: https://github.com/opencontainers/runtime-spec/blob/v1.0.0/bundle.md
23+
[oci-runtime-config]: https://github.com/opencontainers/runtime-spec/blob/v1.0.0/config.md
2424

2525
## Verbatim Fields
2626

image-layout.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
* The OCI Image Layout is a slash separated layout of OCI content-addressable blobs and [location-addressable](https://en.wikipedia.org/wiki/Content-addressable_storage#Content-addressed_vs._location-addressed) references (refs).
44
* This layout MAY be used in a variety of different transport mechanisms: archive formats (e.g. tar, zip), shared filesystem environments (e.g. nfs), or networked file fetching (e.g. http, ftp, rsync).
55

6-
Given an image layout and a ref, a tool can create an [OCI Runtime Specification bundle](https://github.com/opencontainers/runtime-spec/blob/v1.0.0-rc3/bundle.md) by:
6+
Given an image layout and a ref, a tool can create an [OCI Runtime Specification bundle](https://github.com/opencontainers/runtime-spec/blob/v1.0.0/bundle.md) by:
77

88
* Following the ref to find a [manifest](manifest.md#image-manifest), possibly via an [image index](image-index.md)
99
* [Applying the filesystem layers](layer.md#applying) in the specified order
10-
* Converting the [image configuration](config.md) into an [OCI Runtime Specification `config.json`](https://github.com/opencontainers/runtime-spec/blob/v1.0.0-rc3/config.md)
10+
* Converting the [image configuration](config.md) into an [OCI Runtime Specification `config.json`](https://github.com/opencontainers/runtime-spec/blob/v1.0.0/config.md)
1111

1212
# Content
1313

0 commit comments

Comments
 (0)