mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-07-30 09:50:31 +02:00
aurral: pin to v1.76.17, drop redundant entrypoint chmod
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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": {
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user