You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/architecture/containers/components/container_configuration/index.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ The container configuration defines how a container should be run on the device.
14
14
```json
15
15
{
16
16
"architecture": "amd64",
17
-
"os": "nubix",
17
+
"os": "ocre",
18
18
"config": {
19
19
"Entrypoint": "on_init",
20
20
"Environment": [
@@ -36,7 +36,7 @@ The elements within the container configuration are defined as follows:
36
36
37
37
#### Required:
38
38
-`architecture` (*string*): CPU architecture of the binaries in this image; this value MUST be set to **wasm**. This parameter also supports an optional variant value. For example, `thumbv4`.
39
-
-`os` (*string*): Operating system which this image is built to run on; this MUST be **nubix**.
39
+
-`os` (*string*): Operating system which this image is built to run on; this MUST be **ocre**.
40
40
-`config` (*object*): Specifies the parameters used for execution
41
41
-`EntryPoint`: The WASM function to call on container start.
42
42
-`Environment`: Array of variables to set in the container environment.
-`config` (*object*): References the configuration object for this container image. Schema follows the [OCI Content Descriptor schema](https://github.com/opencontainers/image-spec/blob/main/descriptor.md). It has the
53
53
following restrictions:
54
-
-`mediaType` must be set to **application/vnd.nubixio.image.config.v1+json**.
55
-
-`layers` (*array*): List of elements that comprise this container image. Each layer is a descriptor. One and only one layer MUST be of type **application/vnd.nubixio.image.layer.v1.wasm** or **application/vnd.nubixio.image.layer.v1.wasm+aot**.
54
+
-`mediaType` must be set to **application/vnd.ocre.image.config.v1+json**.
55
+
-`layers` (*array*): List of elements that comprise this container image. Each layer is a descriptor. One and only one layer MUST be of type **application/vnd.ocre.image.layer.v1.wasm** or **application/vnd.ocre.image.layer.v1.wasm+aot**.
0 commit comments