mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-08-09 06:32: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
|
# Home Assistant Add-on: Aurral
|
||||||
# Wraps the upstream ghcr.io/lklynet/aurral image.
|
# 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_VERSION
|
||||||
ARG BUILD_ARCH
|
ARG BUILD_ARCH
|
||||||
@@ -24,5 +24,4 @@ ENV AURRAL_DATA_DIR=/config/data \
|
|||||||
COPY rootfs /
|
COPY rootfs /
|
||||||
|
|
||||||
RUN chmod a+x /etc/services.d/aurral/run \
|
RUN chmod a+x /etc/services.d/aurral/run \
|
||||||
&& chmod a+x /usr/local/bin/docker-entrypoint.sh \
|
|
||||||
&& mkdir -p /config/data
|
&& mkdir -p /config/data
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"build_from": {
|
"build_from": {
|
||||||
"aarch64": "ghcr.io/lklynet/aurral:latest",
|
"aarch64": "ghcr.io/lklynet/aurral:v1.76.17",
|
||||||
"amd64": "ghcr.io/lklynet/aurral:latest"
|
"amd64": "ghcr.io/lklynet/aurral:v1.76.17"
|
||||||
},
|
},
|
||||||
"squash": false,
|
"squash": false,
|
||||||
"labels": {
|
"labels": {
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
name: Aurral
|
name: Aurral
|
||||||
version: "1.76.12"
|
version: "1.76.17"
|
||||||
slug: aurral
|
slug: aurral
|
||||||
description: >-
|
description: >-
|
||||||
Self-hosted music discovery, request management, flows, and playlist
|
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",
|
"repository": "alexbelgium/hassio-addons",
|
||||||
"slug": "aurral",
|
"slug": "aurral",
|
||||||
"source": "github",
|
"source": "github",
|
||||||
"upstream_repo": "lklynet/aurral",
|
"upstream_repo": "lklynet/aurral",
|
||||||
"upstream_version": "1.76.12"
|
"upstream_version": "1.76.17"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user