Remote Development Container does not start
Hi, what a lovely idea to integrate VS Code into gitlab. I currently have issues starting the remote development container.
docker run --rm --name my-environment -p 3443:3443 -v "${CERTS_DIR}/fullchain.pem:/gitlab-rd-web-ide/certs/fullchain.pem" -v "${CERTS_DIR}/privkey.pem:/gitlab-rd-web-ide/certs/privkey.pem" -v "${PROJECTS_DIR}:/projects" registry.gitlab.com/gitlab-com/create-stage/editor-poc/remote-development/gitlab-rd-web-ide-docker:0.1-alpha --log-level info --domain "${DOMAIN}" --ignore-version-mismatch
==============================================
Until this notice is removed, this container
should be considered to be in alpha stage
(https://about.gitlab.com/handbook/product/gitlab-the-product/#alpha-beta-ga).
As such it is not encouraged to run it in
production just yet unless you feel capable of
debugging yourself any issue that may arise.
==============================================
Ignoring VS Code client-server version mismatch
/gitlab-rd-web-ide/vscode-reh/node[26]: ../src/node_platform.cc:61:std::unique_ptr<long unsigned int> node::WorkerThreadsTaskRunner::DelayedTaskScheduler::Start(): Assertion `(0) == (uv_thread_create(t.get(), start_thread, this))' failed.
1: 0xb09980 node::Abort() [/gitlab-rd-web-ide/vscode-reh/node]
2: 0xb099fe [/gitlab-rd-web-ide/vscode-reh/node]
3: 0xb78f9e [/gitlab-rd-web-ide/vscode-reh/node]
4: 0xb79066 node::NodePlatform::NodePlatform(int, v8::TracingController*) [/gitlab-rd-web-ide/vscode-reh/node]
5: 0xaccf49 node::InitializeOncePerProcess(int, char**, node::InitializationSettingsFlags, node::ProcessFlags::Flags) [/gitlab-rd-web-ide/vscode-reh/node]
6: 0xacd1f9 node::Start(int, char**) [/gitlab-rd-web-ide/vscode-reh/node]
7: 0x7f55ed3cc550 [/lib/x86_64-linux-gnu/libc.so.6]
8: 0x7f55ed3cc609 __libc_start_main [/lib/x86_64-linux-gnu/libc.so.6]
9: 0xa4076c [/gitlab-rd-web-ide/vscode-reh/node]
Aborted (core dumped)
I haven't taken a deeper look into the code, but if there are any hints I would be happy to support here.
Edited by 🤖 GitLab Bot 🤖