File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ Since the configuration JSON that gets hashed references hashes of each layer in
129129 Sets the current working directory of the entrypoint process in the container.
130130 This value acts as a default and is replaced by a working directory specified when creating a container.
131131
132- - ** rootfs** * object, REQUIRED
132+ - ** rootfs** * object* , REQUIRED
133133
134134 The rootfs key references the layer content addresses used by the image.
135135 This makes the image config hash depend on the filesystem hash.
@@ -143,15 +143,15 @@ Since the configuration JSON that gets hashed references hashes of each layer in
143143
144144 An array of layer content hashes (` DiffIDs ` ), in order from bottom-most to top-most.
145145
146- - ** history** * array of object * , REQUIRED
146+ - ** history** * array of objects * , OPTIONAL
147147
148148 Describes the history of each layer.
149149 The array is ordered from bottom-most layer to top-most layer.
150150 The object has the following fields:
151151
152152 - ** created** * string* , OPTIONAL
153153
154- Creation time, expressed as a ISO-8601 formatted combined date and time
154+ Creation time, expressed as an ISO-8601 formatted combined date and time
155155
156156 - ** author** * string* , OPTIONAL
157157
You can’t perform that action at this time.
0 commit comments