Skip to content

Commit b944008

Browse files
mishushakovdobrac
andauthored
Added compatibility warning for templates created using .fromDockerfile (#9)
Co-authored-by: Jakub Dobry <jakub.dobry8@gmail.com>
1 parent d7c187b commit b944008

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

template/migration.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,14 @@ template = (
7979

8080
</CodeGroup>
8181

82+
<Info>
83+
Only a limited set of instructions are supported and converted to equivalent template.
84+
85+
Compatible instructions:
86+
87+
`FROM`, `RUN`, `COPY`, `ADD`, `WORKDIR`, `USER`, `ENV`, `ARG`, `CMD`, `ENTRYPOINT`
88+
</Info>
89+
8290
After the template definition, you can create the build scripts as described in the [Quickstart](/template/quickstart#create-a-development-build-script) section.
8391

8492

0 commit comments

Comments
 (0)