From 3a8364726ccedac7bae66b517f89e63e25b17504 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Phorcys=20=F0=9F=90=BE?= <57866459+phorcys420@users.noreply.github.com> Date: Tue, 25 Aug 2026 00:03:38 +0200 Subject: [PATCH] chore: add maintenance mode notice and edit discord invite Updated Discord link and added important notes for Coder and Docker usage. --- README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6bf3653c..8436d2a2 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@
-
+
@@ -7,6 +7,10 @@
# Envbuilder
+
+> [!WARNING]
+> `envbuilder` is in maintenance mode and no new features are planned, please explore alternative options.
+

_(Video created using [asciinema](https://github.com/asciinema/asciinema) and [agg](https://github.com/asciinema/agg))_
@@ -19,6 +23,17 @@ Build development environments from a Dockerfile on Docker, Kubernetes, and Open
## Getting Started
+### In Coder
+
+> [!IMPORTANT]
+> The updated way of using DevContainers within Coder is now the built-in [DevContainers CLI integration](https://coder.com/docs/@v2.36.1/admin/integrations/devcontainers#dev-containers-integration), it is heavily suggested to go with this approach.
+>
+> Feel free to join the [Coder Discord server](https://cdr.co/discord-4mHyQ3BJP8) and ask for help with finding out the best way to use DevContainers in your Coder deployment.
+
+Browse the Coder Registry for [example templates that use `envbuilder` to deploy DevContainers](https://registry.coder.com/templates?search=tag%3Adevcontainer).
+
+### Docker
+
The easiest way to get started is by running the `envbuilder` Docker container that clones a repository specified by `ENVBUILDER_GIT_URL`, builds the image from a Dockerfile or `devcontainer.json`, and runs the `$ENVBUILDER_INIT_SCRIPT` in the freshly built container.
> **Tips**: