build error
Job failed with exit code: 1. Reason: cache miss: [ 5/12] RUN wget -q https://go.dev/dl/go1.25.1.linux-amd64.tar.gz && tar -C /usr/local -xzf go1.25.1.linux-amd64.tar.gz && rm go1.25.1.linux-amd64.tar.gz cache miss: [ 4/12] RUN jq '. += { "extensionsGallery": { "serviceUrl": "https://marketplace.visualstudio.com/_apis/public/gallery", "cacheUrl": "https://vscode.blob.core.windows.net/gallery/index", "itemUrl": "https://marketplace.visualstudio.com/items", "controlUrl": "", "recommendationsUrl": "" } }' /usr/lib/code-server/lib/vscode/product.json > /tmp/product.json && mv /tmp/product.json /usr/lib/code-server/lib/vscode/product.json cache miss: [ 7/12] RUN mkdir -p /home/coder/.nvm && curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.3/install.sh | bash && echo 'export NVM_DIR="$HOME/.nvm"' >> /home/coder/.bashrc && echo '[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"' >> /home/coder/.bashrc && echo '[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion"' >> /home/coder/.bashrc cache miss: [ 3/12] RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends ca-certificates gnupg software-properties-common vim htop curl wget git default-jdk git-lfs bzip2 libx11-6 build-essential libsndfile-dev zip unzip jq iputils-ping python3 python3-pip sudo && apt-get clean && rm -rf /var/lib/apt/lists/* cache miss: [ 6/12] RUN echo 'export PATH=/usr/local/go/bin:$PATH' >> /home/coder/.bashrc cache miss: [12/12] WORKDIR /home/coder/workspace cache miss: [10/12] RUN code-server --install-extension ms-python.python && code-server --install-extension golang.go && code-server --install-extension tencent-cloud.coding-copilot cache miss: [ 9/12] RUN echo "alias ll='ls -alF'" >> /home/coder/.bashrc && echo "alias ls='ls --color=auto'" >> /home/coder/.bashrc cache miss: [ 8/12] RUN bash -c "source /home/coder/.nvm/nvm.sh && nvm install --lts && nvm alias default node" cache miss: [11/12] RUN mkdir -p "/home/coder/workspace" && { echo "# 开发环境说明"; echo ""; echo "本环境已预装以下工具:"; echo "- **code-server**: Web版 VS Code"; echo "- **Node.js (LTS)**: 通过 nvm 管理"; echo "- **Python 3 & pip**"; echo "- **Go (Golang)**: Go 开发环境"; echo "- **Git, Vim, curl, wget** 等常用命令行工具"; echo ""; echo "时区已设置为 \`Asia/Shanghai\`。"; } > "/home/coder/workspace/README.md" cache miss: [ 2/12] RUN ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && echo "Asia/Shanghai" > /etc/timezone {"total":16,"completed":7,"user_total":12,"user_cached":0,"user_completed":3,"user_cacheable":11,"from":1,"miss":11,"client_duration_ms":106281}
Build logs:
Fetching error logs...