Skip to content

Commit faa06a4

Browse files
author
Natalie Arellano
committed
Minor edits
Signed-off-by: Natalie Arellano <[email protected]>
1 parent 2c1a5dc commit faa06a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/reference/spec/migration/platform-api-0.9-0.10.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Note: image extensions are not supported for Windows container images.
7777
* The new run image will be written to `analyzed.toml`
7878
* Invoke `restorer` with a new required argument (when using extensions): `-build-image`, a tag reference to the builder image in use
7979
* A new volume mount is introduced with target `/kaniko`; this volume must be writable by the `restorer` user
80-
* Invoke `extender` (new lifecycle binary) as _root_ instead of `builder`; the extender will use kaniko to apply the relevant generated Dockerfiles to the build image and then drop privileges to run the `build` phase
80+
* Invoke `extender` (new lifecycle binary) as the `root` user, instead of `builder`; the extender will use kaniko to apply the relevant generated Dockerfiles to the build image and then drop privileges to run the `build` phase
8181
* The same volume from `restore` should be mounted at `/kaniko`
8282
* Invoke `exporter` as usual
8383
* If Dockerfiles for customizing the run image were output by extensions, the `exporter` will use the run image designated by the extension process

0 commit comments

Comments
 (0)