mirror of
https://github.com/hassio-addons/addon-vscode.git
synced 2025-05-03 18:51:23 +00:00
🔨 Adjust upstream code-server org name (#603)
This commit is contained in:
parent
2ac7cc9d40
commit
bb730cbc76
2 changed files with 3 additions and 3 deletions
4
.github/renovate.json
vendored
4
.github/renovate.json
vendored
|
@ -102,12 +102,12 @@
|
||||||
{
|
{
|
||||||
"groupName": "Add-on base image",
|
"groupName": "Add-on base image",
|
||||||
"matchDatasources": ["docker"],
|
"matchDatasources": ["docker"],
|
||||||
"matchUpdateTypes": ["patch"],
|
"matchUpdateTypes": ["minor", "patch"],
|
||||||
"automerge": true
|
"automerge": true
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"matchDatasources": ["github-releases"],
|
"matchDatasources": ["github-releases"],
|
||||||
"matchDepNames": ["cdr/code-server"],
|
"matchDepNames": ["coder/code-server"],
|
||||||
"matchUpdateTypes": ["minor", "patch"],
|
"matchUpdateTypes": ["minor", "patch"],
|
||||||
"automerge": true
|
"automerge": true
|
||||||
},
|
},
|
||||||
|
|
|
@ -56,7 +56,7 @@ RUN \
|
||||||
&& if [[ "${BUILD_ARCH}" = "aarch64" ]]; then ARCH="arm64"; fi \
|
&& if [[ "${BUILD_ARCH}" = "aarch64" ]]; then ARCH="arm64"; fi \
|
||||||
&& if [[ "${BUILD_ARCH}" = "amd64" ]]; then ARCH="amd64"; fi \
|
&& if [[ "${BUILD_ARCH}" = "amd64" ]]; then ARCH="amd64"; fi \
|
||||||
&& curl -J -L -o /tmp/code.tar.gz \
|
&& curl -J -L -o /tmp/code.tar.gz \
|
||||||
"https://github.com/cdr/code-server/releases/download/${CODE_SERVER_VERSION}/code-server-${CODE_SERVER_VERSION#v}-linux-${ARCH}.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 \
|
&& mkdir -p /usr/local/lib/code-server \
|
||||||
&& tar zxvf \
|
&& tar zxvf \
|
||||||
/tmp/code.tar.gz \
|
/tmp/code.tar.gz \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue