aurral: pin to v1.76.17, drop redundant entrypoint chmod

This commit is contained in:
petruknw
2026-05-21 14:35:20 +10:00
parent acfa99e20b
commit 0a51e2f279
4 changed files with 6 additions and 7 deletions

View File

@@ -2,7 +2,7 @@
# Home Assistant Add-on: Aurral
# Wraps the upstream ghcr.io/lklynet/aurral image.
# ==============================================================
FROM ghcr.io/lklynet/aurral:latest
FROM ghcr.io/lklynet/aurral:v1.76.17
ARG BUILD_VERSION
ARG BUILD_ARCH
@@ -24,5 +24,4 @@ ENV AURRAL_DATA_DIR=/config/data \
COPY rootfs /
RUN chmod a+x /etc/services.d/aurral/run \
&& chmod a+x /usr/local/bin/docker-entrypoint.sh \
&& mkdir -p /config/data

View File

@@ -1,7 +1,7 @@
{
"build_from": {
"aarch64": "ghcr.io/lklynet/aurral:latest",
"amd64": "ghcr.io/lklynet/aurral:latest"
"aarch64": "ghcr.io/lklynet/aurral:v1.76.17",
"amd64": "ghcr.io/lklynet/aurral:v1.76.17"
},
"squash": false,
"labels": {

View File

@@ -1,5 +1,5 @@
name: Aurral
version: "1.76.12"
version: "1.76.17"
slug: aurral
description: >-
Self-hosted music discovery, request management, flows, and playlist

View File

@@ -1,8 +1,8 @@
{
"last_update": "20-05-2026",
"last_update": "21-05-2026",
"repository": "alexbelgium/hassio-addons",
"slug": "aurral",
"source": "github",
"upstream_repo": "lklynet/aurral",
"upstream_version": "1.76.12"
"upstream_version": "1.76.17"
}