⬆️ Update cdr/code-server to v4.126.0 #2485
ci.yaml
on: push
workflows
/
...
/
Gather app information
5s
workflows
/
...
/
JSON Lint
3s
workflows
/
...
/
Shellcheck
5s
workflows
/
...
/
YAMLLint
12s
workflows
/
...
/
Prettier
11s
workflows
/
...
/
zizmor
20s
workflows
/
...
/
Dependency review
0s
workflows
/
...
/
Lint App
10s
workflows
/
...
/
Hadolint
8s
Matrix: workflows / ci / build
Annotations
3 errors
|
workflows / ci / Build amd64
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/bash -o pipefail -c apt-get update && apt-get install -y --no-install-recommends ack=3.8.1-1 libarchive-tools=3.7.4-4 build-essential=12.12 colordiff=1.0.21-1 git=1:2.47.3-0+deb13u1 iputils-ping=3:20240905-3 locales=2.41-12 mariadb-client=1:11.8.3-0+deb13u1 mosquitto-clients=2.0.21-1 net-tools=2.10-1.3 nmap=7.95+dfsg-3 openssh-client=1:10.0p1-7 openssl=3.5.4-1~deb13u1 python3-dev=3.13.5-1 python3-venv=3.13.5-1 python3=3.13.5-1 unzip=6.0-29 uuid-runtime=2.41-5 wget=1.25.0-2 zip=3.0-15 zsh=5.9-8+b14 less=668-1 && sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen && locale-gen && curl https://bootstrap.pypa.io/get-pip.py | python3 && if [[ \"${BUILD_ARCH}\" = \"aarch64\" ]]; then ARCH=\"arm64\"; fi && if [[ \"${BUILD_ARCH}\" = \"amd64\" ]]; then ARCH=\"amd64\"; fi && curl -J -L -o /tmp/code.tar.gz \"https://github.com/coder/code-server/releases/download/${CODE_SERVER_VERSION}/code-server-${CODE_SERVER_VERSION#v}-linux-${ARCH}.tar.gz\" && mkdir -p /usr/local/lib/code-server && tar zxvf /tmp/code.tar.gz --strip 1 -C /usr/local/lib/code-server && ln -s /usr/local/lib/code-server/bin/code-server /usr/local/bin/code-server && mkdir -p /root/.code-server/extensions && uuid=$(uuidgen) && while read -r ext; do extention=\"${ext%%#*}\" vendor=\"${extention%%.*}\"; slug=\"${extention#*.}\"; version=\"${ext##*#}\"; echo \"Installing vscode extension: ${slug} by ${vendor} @ ${version} \"; echo \"https://marketplace.visualstudio.com/_apis/public/gallery/publishers/${vendor}/vsextensions/${slug}/${version}/vspackage\"; curl -JL --retry 5 -o \"/tmp/${extention}-${version}.vsix\" -H \"User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.130 Safari/537.36\" -H \"x-market-user-id: ${uuid}\" \"https://marketplace.visualstudio.com/_apis/public/gallery/publishers/${vendor}/vsextensions/${slug}/${version}/vspackage\"; mkdir -p \"/usr/local/lib/code-server/lib/vscode/extensions/${extention}-${version}\"; bsdtar --strip-components=1 -xf \"/tmp/${extention}-${version}.vsix\" -C \"/usr/local/lib/code-server/lib/vscode/extensions/${extention}-${version}\" extension; [ $? -ne 0 ] && exit 1; sleep 1; done < /root/vscode.extensions && ls -la /usr/local/lib/code-server/lib/vscode/extensions/ && curl -L -s -o /usr/bin/ha \"https://github.com/home-assistant/cli/releases/download/${HA_CLI_VERSION}/ha_${BUILD_ARCH}\" && chmod a+x /usr/bin/ha && git clone --branch master --single-branch --depth 1 \"https://github.com/robbyrussell/oh-my-zsh.git\" ~/.oh-my-zsh && git clone --branch master --single-branch --depth 1 \"https://github.com/zsh-users/zsh-autosuggestions\" ~/.oh-my-zsh/custom/plugins/zsh-autosuggestions && git clone --branch master --single-branch --depth 1 \"https://github.com/zsh-users/zsh-syntax-highlighting.git\" ~/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting && sed -i -e \"s#bin/bash#bin/zsh#\" /etc/passwd && update-alternatives --install /usr/bin/python python /usr/bin/python3 10 && pip3 install --no-cache-dir -r /tmp/requirements.txt && apt-get purge -y --auto-remove build-essential libarchive-tools python3-dev uuid-runtime && find /usr/local \\( -type d -a -name test -o -name tests -o -name '__pycache__' \\) -o \\( -type f -a -name '*.pyc' -o -name '*.pyo' \\) -exec rm -rf '{}' + && rm -fr /root/.cache /tmp/* /var/{cache,log}/* /var/li
|
|
workflows / ci / Build aarch64
The strategy configuration was canceled because "workflows.ci.build.amd64" failed
|
|
workflows / ci / Build aarch64
The operation was canceled.
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
hassio-addons~addon-vscode~THT5ZT.dockerbuild
|
26.7 KB |
sha256:0b7e54f9ee316d42097b55a865473aa47bde1396f080eb2daac32ee85658ada3
|
|