Compare commits

...

12 commits
v9.0.4 ... main

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
Franck Nijhof
e50c601ec0
Update curl to 8.5.0-2ubuntu10.6 (#160) 2025-01-04 17:04:24 +01:00
Franck Nijhof
8f46255692
🎆 Updates maintenance/license year to 2025 (#158) 2025-01-04 17:00:30 +01:00
renovate[bot]
3de3e34968
⬆️ Migrate renovate config (#159)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
2025-01-04 16:54:08 +01:00
renovate[bot]
9968258977
⬆️ Update just-containers/s6-overlay to v3.2.0.2 (#155)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-10 11:05:51 +01:00
renovate[bot]
b39b0763fe
⬆️ Update home-assistant/tempio to v2024 (#156)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-10 10:59:14 +01:00
Franck Nijhof
ef5680510e
⬆️ Upgrades curl to 8.5.0-2ubuntu10.5 (#157) 2024-12-10 10:52:29 +01:00
renovate[bot]
c2d0de13bf
⬆️ Update just-containers/s6-overlay to v3.2.0.0 (#154)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-08 08:52:31 +02:00
renovate[bot]
d799eb64bc
⬆️ Update ubuntu Docker tag to v24 (#153)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Franck Nijhof <git@frenck.dev>
2024-05-14 19:25:03 +02:00
renovate[bot]
079167ed5c
⬆️ Update ubuntu_22_04/curl to v7.81.0-1ubuntu1.16 (#152)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-28 07:54:28 +01:00
5 changed files with 22 additions and 17 deletions

View file

@ -6,8 +6,9 @@
"labels": ["dependencies", "no-stale"],
"commitMessagePrefix": "⬆️",
"commitMessageTopic": "{{depName}}",
"regexManagers": [
"customManagers": [
{
"customType": "regex",
"fileMatch": ["/Dockerfile$", "/build.yaml$"],
"matchStringsStrategy": "any",
"matchStrings": [
@ -17,6 +18,7 @@
"datasourceTemplate": "docker"
},
{
"customType": "regex",
"fileMatch": ["/Dockerfile$"],
"matchStrings": [
"ARG BASHIO_VERSION=[\"']?(?<currentValue>.+?)[\"']?\\s+"
@ -26,6 +28,7 @@
"versioningTemplate": "semver"
},
{
"customType": "regex",
"fileMatch": ["/Dockerfile$"],
"matchStrings": [
"ARG S6_OVERLAY_VERSION=[\"']?(?<currentValue>.+?)[\"']?\\s+"
@ -36,6 +39,7 @@
"extractVersionTemplate": "^v(?<version>.*)$"
},
{
"customType": "regex",
"fileMatch": ["/Dockerfile$"],
"matchStrings": [
"ARG TEMPIO_VERSION=[\"']?(?<currentValue>.+?)[\"']?\\s+"
@ -45,6 +49,7 @@
"versioningTemplate": "loose"
},
{
"customType": "regex",
"fileMatch": ["/Dockerfile$"],
"matchStringsStrategy": "any",
"matchStrings": [

View file

@ -1,6 +1,6 @@
# MIT License
Copyright (c) 2018-2024 Franck Nijhof
Copyright (c) 2018-2025 Franck Nijhof
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

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.
@ -96,7 +96,7 @@ our [GitHub Repository][repository].
MIT License
Copyright (c) 2018-2024 Franck Nijhof
Copyright (c) 2018-2025 Franck Nijhof
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
@ -138,7 +138,7 @@ SOFTWARE.
[issue]: https://github.com/hassio-addons/addon-ubuntu-base/issues
[label-schema]: http://label-schema.org/
[license-shield]: https://img.shields.io/github/license/hassio-addons/addon-ubuntu-base.svg
[maintenance-shield]: https://img.shields.io/maintenance/yes/2024.svg
[maintenance-shield]: https://img.shields.io/maintenance/yes/2025.svg
[patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png
[patreon]: https://www.patreon.com/frenck
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg

View file

@ -1,4 +1,4 @@
ARG BUILD_FROM=ubuntu:jammy
ARG BUILD_FROM=ubuntu:noble
# hadolint ignore=DL3006
FROM ${BUILD_FROM}
@ -25,18 +25,18 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# Install base system
ARG BUILD_ARCH=amd64
ARG BASHIO_VERSION="v0.16.2"
ARG S6_OVERLAY_VERSION="3.1.6.2"
ARG TEMPIO_VERSION="2021.09.0"
ARG BASHIO_VERSION="v0.16.3"
ARG S6_OVERLAY_VERSION="3.2.0.2"
ARG TEMPIO_VERSION="2024.11.2"
RUN \
apt-get update \
\
&& apt-get install -y --no-install-recommends \
ca-certificates=20230311ubuntu0.22.04.1 \
curl=7.81.0-1ubuntu1.15 \
jq=1.6-2.1ubuntu3 \
tzdata=2024a-0ubuntu0.22.04 \
xz-utils=5.2.5-2ubuntu1 \
ca-certificates=20240203 \
curl=8.5.0-2ubuntu10.6 \
jq=1.7.1-3build1 \
tzdata=2024b-0ubuntu0.24.04.1 \
xz-utils=5.6.1+really5.4.5-1 \
\
&& S6_ARCH="${BUILD_ARCH}" \
&& if [ "${BUILD_ARCH}" = "i386" ]; then S6_ARCH="i686"; \

View file

@ -1,7 +1,7 @@
---
build_from:
aarch64: arm64v8/ubuntu:jammy
amd64: amd64/ubuntu:jammy
armv7: arm32v7/ubuntu:jammy
aarch64: arm64v8/ubuntu:noble
amd64: amd64/ubuntu:noble
armv7: arm32v7/ubuntu:noble
codenotary:
signer: codenotary@frenck.dev