mirror of
https://github.com/hassio-addons/addon-vscode.git
synced 2025-05-03 18:51:23 +00:00
Compare commits
21 commits
Author | SHA1 | Date | |
---|---|---|---|
|
d4aa8758d1 | ||
|
3e7f45870e | ||
|
6c8a091bf1 | ||
|
af654c84fa | ||
|
af38f1b5c1 | ||
|
76bf8323f7 | ||
|
5521843c6e | ||
|
a82de999c3 | ||
|
8957ad50fd | ||
|
b259150fbc | ||
|
ec80926453 | ||
|
0531db3bc4 | ||
|
df15aa9b5c | ||
|
da0e6587a5 | ||
|
8a086415ed | ||
|
8eb82786d7 | ||
|
2210709d9b | ||
|
76faed90d1 | ||
|
a01f443514 | ||
|
2129ac43e5 | ||
|
444597e467 |
3 changed files with 9 additions and 8 deletions
|
@ -1,4 +1,4 @@
|
||||||
ARG BUILD_FROM=ghcr.io/hassio-addons/debian-base:7.7.1
|
ARG BUILD_FROM=ghcr.io/hassio-addons/debian-base:7.8.2
|
||||||
# hadolint ignore=DL3006
|
# hadolint ignore=DL3006
|
||||||
FROM ${BUILD_FROM}
|
FROM ${BUILD_FROM}
|
||||||
|
|
||||||
|
@ -20,8 +20,8 @@ COPY vscode.extensions /root/vscode.extensions
|
||||||
|
|
||||||
# Setup base system
|
# Setup base system
|
||||||
ARG BUILD_ARCH=amd64
|
ARG BUILD_ARCH=amd64
|
||||||
ARG CODE_SERVER_VERSION="v4.96.4"
|
ARG CODE_SERVER_VERSION="v4.99.3"
|
||||||
ARG HA_CLI_VERSION="4.37.0"
|
ARG HA_CLI_VERSION="4.38.0"
|
||||||
# hadolint ignore=SC2181, DL3008
|
# hadolint ignore=SC2181, DL3008
|
||||||
RUN \
|
RUN \
|
||||||
apt-get update \
|
apt-get update \
|
||||||
|
@ -34,13 +34,14 @@ RUN \
|
||||||
git=1:2.39.5-0+deb12u2 \
|
git=1:2.39.5-0+deb12u2 \
|
||||||
iputils-ping=3:20221126-1+deb12u1 \
|
iputils-ping=3:20221126-1+deb12u1 \
|
||||||
locales=2.36-9+deb12u7 \
|
locales=2.36-9+deb12u7 \
|
||||||
mariadb-client=1:10.11.6-0+deb12u1 \
|
mariadb-client=1:10.11.11-0+deb12u1 \
|
||||||
mosquitto-clients=2.0.11-1.2+deb12u1 \
|
mosquitto-clients=2.0.11-1.2+deb12u1 \
|
||||||
net-tools=2.10-0.1 \
|
net-tools=2.10-0.1 \
|
||||||
nmap=7.93+dfsg1-1 \
|
nmap=7.93+dfsg1-1 \
|
||||||
openssh-client=1:9.2p1-2+deb12u5 \
|
openssh-client=1:9.2p1-2+deb12u5 \
|
||||||
openssl=3.0.15-1~deb12u1 \
|
openssl=3.0.15-1~deb12u1 \
|
||||||
python3-dev=3.11.2-1+b1 \
|
python3-dev=3.11.2-1+b1 \
|
||||||
|
python3-venv=3.11.2-1+b1 \
|
||||||
python3=3.11.2-1+b1 \
|
python3=3.11.2-1+b1 \
|
||||||
unzip=6.0-28 \
|
unzip=6.0-28 \
|
||||||
uuid-runtime=2.38.1-5+deb12u1 \
|
uuid-runtime=2.38.1-5+deb12u1 \
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
build_from:
|
build_from:
|
||||||
aarch64: ghcr.io/hassio-addons/debian-base:7.7.1
|
aarch64: ghcr.io/hassio-addons/debian-base:7.8.2
|
||||||
amd64: ghcr.io/hassio-addons/debian-base:7.7.1
|
amd64: ghcr.io/hassio-addons/debian-base:7.8.2
|
||||||
codenotary:
|
codenotary:
|
||||||
base_image: codenotary@frenck.dev
|
base_image: codenotary@frenck.dev
|
||||||
signer: codenotary@frenck.dev
|
signer: codenotary@frenck.dev
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
esphome==2025.2.0
|
esphome==2025.4.1
|
||||||
yamllint==1.35.1
|
yamllint==1.37.0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue