From ea1f4256893256a244d7cf356b2274ae75d85e17 Mon Sep 17 00:00:00 2001 From: Xuanwo Date: Sat, 29 Apr 2023 18:10:53 +0800 Subject: [PATCH] ci: Use microsoft rust devcontainer instead --- .devcontainer/devcontainer.json | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 7253f761cd2f..d11211f78b00 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,19 +1,10 @@ { "name": "OpenDAL", - "image": "ghcr.io/apache/opendal-devtools:latest", - "mounts": [ - "source=${localEnv:HOME}/.cargo/registry,target=/opt/rust/cargo/registry,type=bind,consistency=cached" - ], - "remoteUser": "builder", - "updateRemoteUserUID": true, - "postAttachCommand": "bash", + "image": "mcr.microsoft.com/devcontainers/rust:bullseye", "customizations": { "vscode": { "extensions": [ - "cschleiden.vscode-github-actions", - "rust-lang.rust-analyzer", - "serayuzgur.crates", - "vadimcn.vscode-lldb" + "rust-lang.rust-analyzer" ], "settings": { "editor.formatOnSave": true,