Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: hassio-addons/addon-base
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v13.1.1
Choose a base ref
...
head repository: hassio-addons/addon-base
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v13.1.2
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Feb 19, 2023

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    1c5b71f View commit details

Commits on Feb 20, 2023

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    0fa008c View commit details
Showing with 10 additions and 10 deletions.
  1. +5 −5 base/Dockerfile
  2. +5 −5 base/build.yaml
10 changes: 5 additions & 5 deletions base/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BUILD_FROM=alpine:3.17.1
ARG BUILD_FROM=alpine:3.17.2
# hadolint ignore=DL3006
FROM ${BUILD_FROM}

@@ -25,7 +25,7 @@ SHELL ["/bin/ash", "-o", "pipefail", "-c"]

# Install base system
ARG BUILD_ARCH=amd64
ARG S6_OVERLAY_VERSION="3.1.3.0"
ARG S6_OVERLAY_VERSION="3.1.4.0"
RUN \
set -o pipefail \
\
@@ -34,14 +34,14 @@ RUN \
xz=5.2.9-r0 \
\
&& apk add --no-cache \
libcrypto3=3.0.7-r2 \
libssl3=3.0.7-r2 \
libcrypto3=3.0.8-r0 \
libssl3=3.0.8-r0 \
musl-utils=1.2.3-r4 \
musl=1.2.3-r4 \
\
&& apk add --no-cache \
bash=5.2.15-r0 \
curl=7.87.0-r1 \
curl=7.87.0-r2 \
jq=1.6-r2 \
tzdata=2022f-r1 \
\
10 changes: 5 additions & 5 deletions base/build.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
build_from:
aarch64: arm64v8/alpine:3.17.1
amd64: amd64/alpine:3.17.1
armhf: arm32v6/alpine:3.17.1
armv7: arm32v7/alpine:3.17.1
i386: i386/alpine:3.17.1
aarch64: arm64v8/alpine:3.17.2
amd64: amd64/alpine:3.17.2
armhf: arm32v6/alpine:3.17.2
armv7: arm32v7/alpine:3.17.2
i386: i386/alpine:3.17.2
codenotary:
signer: codenotary@frenck.dev