You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Short: "Build an OCI image that can run as a container",
26
-
Long: "Builds your current source directory and devbox configuration as a Docker container. Devbox will create a plan for your container based on your source code, and then apply the packages and stage overrides in your devbox.json. \n To learn more about how to configure your builds, see the [configuration reference](/docs/configuration_reference)",
27
-
Args: cobra.MaximumNArgs(1),
20
+
Use: "build",
21
+
Deprecated: "Please follow devbox documentation on how to build a container image around your devbox project.",
22
+
Short: "(deprecated) Build an OCI image that can run as a container",
23
+
Long: "(deprecated) Builds your current source directory and devbox configuration as a Docker container. Devbox will create a plan for your container based on your source code, and then apply the packages and stage overrides in your devbox.json. \n To learn more about how to configure your builds, see the [configuration reference](/docs/configuration_reference)",
0 commit comments