From f3c03a53ba7b99ed1c92932a88ae3e5d291265d2 Mon Sep 17 00:00:00 2001 From: Peeter Piegaze <1153481+ppiegaze@users.noreply.github.com> Date: Tue, 25 Jun 2024 13:00:36 +0200 Subject: [PATCH] Remove ImageSpec experiment warning (#5510) Signed-off-by: Peeter Piegaze <1153481+ppiegaze@users.noreply.github.com> --- docs/user_guide/customizing_dependencies/imagespec.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/user_guide/customizing_dependencies/imagespec.md b/docs/user_guide/customizing_dependencies/imagespec.md index 7718c1646a..ccdd52fe28 100644 --- a/docs/user_guide/customizing_dependencies/imagespec.md +++ b/docs/user_guide/customizing_dependencies/imagespec.md @@ -6,10 +6,6 @@ .. tags:: Containerization, Intermediate ``` -:::{note} -This is an experimental feature, which is subject to change the API in the future. -::: - `ImageSpec` is a way to specify how to build a container image without a Dockerfile. The `ImageSpec` by default will be converted to an [Envd](https://envd.tensorchord.ai/) config, and the [Envd builder](https://github.com/flyteorg/flytekit/blob/master/plugins/flytekit-envd/flytekitplugins/envd/image_builder.py#L12-L34) will build the image for you. However, you can also register your own builder to build the image using other tools.