From 55e89d33d3ab406eadb73f4ab98277dc3a0b8ab7 Mon Sep 17 00:00:00 2001 From: Fernando Rijo Cedeno <37381190+zFernand0@users.noreply.github.com> Date: Tue, 20 Feb 2024 10:58:32 -0500 Subject: [PATCH 1/2] Add build requirement to ze-theia-slim Signed-off-by: Fernando Rijo Cedeno <37381190+zFernand0@users.noreply.github.com> --- ze/theia-slim/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ze/theia-slim/README.md b/ze/theia-slim/README.md index eed5382..4bad6e2 100644 --- a/ze/theia-slim/README.md +++ b/ze/theia-slim/README.md @@ -6,6 +6,8 @@ Based on https://github.com/theia-ide/theia-apps/tree/master/theia-docker To build the container, run `docker build .` +**Note:** You may need to provide a GITHUB_TOKEN as a build argument with at least `repo` access for classic GitHub Tokens, or (TBD for fine grained) + The following runs Theia IDE on http://localhost:3000 with the current directory as a workspace. The option of `--init` is added to fix the [defunct process problem](https://github.com/theia-ide/theia-apps/issues/195). ```bash From 17b647d0903eea2911acc9fc727292ebba37454b Mon Sep 17 00:00:00 2001 From: Fernando Rijo Cedeno <37381190+zFernand0@users.noreply.github.com> Date: Wed, 28 Feb 2024 10:35:19 -0500 Subject: [PATCH 2/2] Update README.md Signed-off-by: Fernando Rijo Cedeno <37381190+zFernand0@users.noreply.github.com> --- ze/theia-slim/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ze/theia-slim/README.md b/ze/theia-slim/README.md index 4bad6e2..8a647d7 100644 --- a/ze/theia-slim/README.md +++ b/ze/theia-slim/README.md @@ -6,7 +6,7 @@ Based on https://github.com/theia-ide/theia-apps/tree/master/theia-docker To build the container, run `docker build .` -**Note:** You may need to provide a GITHUB_TOKEN as a build argument with at least `repo` access for classic GitHub Tokens, or (TBD for fine grained) +**Note:** You may need to provide a GITHUB_TOKEN as a build argument with `repo` access The following runs Theia IDE on http://localhost:3000 with the current directory as a workspace. The option of `--init` is added to fix the [defunct process problem](https://github.com/theia-ide/theia-apps/issues/195).