mirror of
https://github.com/hassio-addons/addon-ubuntu-base.git
synced 2025-05-07 12:21:24 +00:00
Compare commits
3 commits
Author | SHA1 | Date | |
---|---|---|---|
|
f8692505e7 | ||
|
ea22ce677c | ||
|
fcff9a022f |
2 changed files with 3 additions and 3 deletions
|
@ -31,7 +31,7 @@ Home Assistant Community Add-ons.
|
|||
While Home Assistant provides base images, the images provided by this
|
||||
repository contain some extras:
|
||||
|
||||
- Based on Ubuntu Bionic (slim)
|
||||
- Based on the latest Ubuntu LTS
|
||||
- Adds [s6] as a process supervisor.
|
||||
- Adds `jq` & `curl`, since every add-on uses them.
|
||||
- Adds Docker [Label Schema][label-schema] support.
|
||||
|
|
|
@ -25,7 +25,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
|||
|
||||
# Install base system
|
||||
ARG BUILD_ARCH=amd64
|
||||
ARG BASHIO_VERSION="v0.16.2"
|
||||
ARG BASHIO_VERSION="v0.16.3"
|
||||
ARG S6_OVERLAY_VERSION="3.2.0.2"
|
||||
ARG TEMPIO_VERSION="2024.11.2"
|
||||
RUN \
|
||||
|
@ -35,7 +35,7 @@ RUN \
|
|||
ca-certificates=20240203 \
|
||||
curl=8.5.0-2ubuntu10.6 \
|
||||
jq=1.7.1-3build1 \
|
||||
tzdata=2024a-2ubuntu1 \
|
||||
tzdata=2024b-0ubuntu0.24.04.1 \
|
||||
xz-utils=5.6.1+really5.4.5-1 \
|
||||
\
|
||||
&& S6_ARCH="${BUILD_ARCH}" \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue