diff --git a/template/migration.mdx b/template/migration.mdx index f566d1c..f4cb607 100644 --- a/template/migration.mdx +++ b/template/migration.mdx @@ -79,6 +79,14 @@ template = ( + + Only a limited set of instructions are supported and converted to equivalent template. + + Compatible instructions: + + `FROM`, `RUN`, `COPY`, `ADD`, `WORKDIR`, `USER`, `ENV`, `ARG`, `CMD`, `ENTRYPOINT` + + After the template definition, you can create the build scripts as described in the [Quickstart](/template/quickstart#create-a-development-build-script) section.