Compare commits

...

3 commits

Author SHA1 Message Date
renovate[bot]
f8692505e7
⬆️ Update hassio-addons/bashio to v0.16.3 (#163)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-16 12:30:03 +01:00
renovate[bot]
ea22ce677c
⬆️ Update ubuntu_22_04/tzdata to 2024b-0ubuntu0.24.04.1 (#162)
* ⬆️ Update ubuntu_22_04/tzdata to v2024b-0ubuntu0.22.04

* Bump to 2024b-0ubuntu0.24.04.1

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Franck Nijhof <git@frenck.dev>
2025-02-06 22:49:21 +01:00
Jacek Jackowiak
fcff9a022f
Update README (#161) 2025-01-11 13:52:38 +01:00
2 changed files with 3 additions and 3 deletions

View file

@ -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.

View file

@ -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}" \