mirror of
https://github.com/hassio-addons/addon-debian-base.git
synced 2025-05-07 12:41:31 +00:00
Compare commits
9 commits
Author | SHA1 | Date | |
---|---|---|---|
|
78d251cafe | ||
|
8a9369e3a5 | ||
|
16555d24c1 | ||
|
01d7a11274 | ||
|
63a1c66a2f | ||
|
409ebb45f5 | ||
|
0d060600e6 | ||
|
577ba448d2 | ||
|
538cec509c |
4 changed files with 13 additions and 13 deletions
|
@ -1,6 +1,6 @@
|
|||
# MIT License
|
||||
|
||||
Copyright (c) 2017-2024 Franck Nijhof
|
||||
Copyright (c) 2017-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
|
||||
|
|
|
@ -96,7 +96,7 @@ our [GitHub Repository][repository].
|
|||
|
||||
MIT License
|
||||
|
||||
Copyright (c) 2017-2024 Franck Nijhof
|
||||
Copyright (c) 2017-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-debian-base/issues
|
||||
[label-schema]: http://label-schema.org/
|
||||
[license-shield]: https://img.shields.io/github/license/hassio-addons/addon-debian-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
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
ARG BUILD_FROM=debian:12.8-slim
|
||||
ARG BUILD_FROM=debian:12.10-slim
|
||||
# hadolint ignore=DL3006
|
||||
FROM ${BUILD_FROM}
|
||||
|
||||
|
@ -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.4"
|
||||
ARG S6_OVERLAY_VERSION="3.2.0.2"
|
||||
ARG TEMPIO_VERSION="2024.11.2"
|
||||
RUN \
|
||||
|
@ -34,10 +34,10 @@ RUN \
|
|||
&& apt-get install -y --no-install-recommends \
|
||||
bash=5.2.15-2+b7 \
|
||||
ca-certificates=20230311 \
|
||||
curl=7.88.1-10+deb12u8 \
|
||||
curl=7.88.1-10+deb12u12 \
|
||||
jq=1.6-2.1 \
|
||||
tzdata=2024b-0+deb12u1 \
|
||||
xz-utils=5.4.1-0.2 \
|
||||
tzdata=2025b-0+deb12u1 \
|
||||
xz-utils=5.4.1-1 \
|
||||
\
|
||||
&& c_rehash \
|
||||
\
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
---
|
||||
build_from:
|
||||
aarch64: arm64v8/debian:12.8-slim
|
||||
amd64: amd64/debian:12.8-slim
|
||||
armhf: arm32v5/debian:12.8-slim
|
||||
armv7: arm32v7/debian:12.8-slim
|
||||
i386: i386/debian:12.8-slim
|
||||
aarch64: arm64v8/debian:12.10-slim
|
||||
amd64: amd64/debian:12.10-slim
|
||||
armhf: arm32v5/debian:12.10-slim
|
||||
armv7: arm32v7/debian:12.10-slim
|
||||
i386: i386/debian:12.10-slim
|
||||
codenotary:
|
||||
signer: codenotary@frenck.dev
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue