mirror of
https://github.com/hassio-addons/addon-vscode.git
synced 2025-05-07 04:31:24 +00:00
Compare commits
No commits in common. "main" and "v5.18.4" have entirely different histories.
3 changed files with 7 additions and 8 deletions
|
@ -1,4 +1,4 @@
|
|||
ARG BUILD_FROM=ghcr.io/hassio-addons/debian-base:7.8.2
|
||||
ARG BUILD_FROM=ghcr.io/hassio-addons/debian-base:7.8.0
|
||||
# hadolint ignore=DL3006
|
||||
FROM ${BUILD_FROM}
|
||||
|
||||
|
@ -20,8 +20,8 @@ COPY vscode.extensions /root/vscode.extensions
|
|||
|
||||
# Setup base system
|
||||
ARG BUILD_ARCH=amd64
|
||||
ARG CODE_SERVER_VERSION="v4.99.4"
|
||||
ARG HA_CLI_VERSION="4.38.0"
|
||||
ARG CODE_SERVER_VERSION="v4.98.2"
|
||||
ARG HA_CLI_VERSION="4.37.0"
|
||||
# hadolint ignore=SC2181, DL3008
|
||||
RUN \
|
||||
apt-get update \
|
||||
|
@ -41,7 +41,6 @@ RUN \
|
|||
openssh-client=1:9.2p1-2+deb12u5 \
|
||||
openssl=3.0.15-1~deb12u1 \
|
||||
python3-dev=3.11.2-1+b1 \
|
||||
python3-venv=3.11.2-1+b1 \
|
||||
python3=3.11.2-1+b1 \
|
||||
unzip=6.0-28 \
|
||||
uuid-runtime=2.38.1-5+deb12u1 \
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
build_from:
|
||||
aarch64: ghcr.io/hassio-addons/debian-base:7.8.2
|
||||
amd64: ghcr.io/hassio-addons/debian-base:7.8.2
|
||||
aarch64: ghcr.io/hassio-addons/debian-base:7.8.0
|
||||
amd64: ghcr.io/hassio-addons/debian-base:7.8.0
|
||||
codenotary:
|
||||
base_image: codenotary@frenck.dev
|
||||
signer: codenotary@frenck.dev
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
esphome==2025.4.1
|
||||
yamllint==1.37.1
|
||||
esphome==2025.3.2
|
||||
yamllint==1.37.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue