aurral: fix image tag format (1.76.17 not v1.76.17)

This commit is contained in:
petruknw
2026-05-21 15:28:46 +10:00
parent ec19bdc97a
commit 59e3dc1625
5 changed files with 7 additions and 9 deletions

View File

@@ -1,8 +1,8 @@
# Changelog
## 1.76.16
## 1.76.17
- Initial Home Assistant add-on release
- Wraps upstream `ghcr.io/lklynet/aurral:v1.76.16`
- Wraps upstream `ghcr.io/lklynet/aurral:1.76.17`
- Exposes `download_folder` as a configurable path in the add-on UI
- Supports amd64 and aarch64

View File

@@ -2,7 +2,7 @@
# Home Assistant Add-on: Aurral
# Wraps the upstream ghcr.io/lklynet/aurral image.
# ==============================================================
FROM ghcr.io/lklynet/aurral:v1.76.16
FROM ghcr.io/lklynet/aurral:1.76.17
ARG BUILD_VERSION
ARG BUILD_ARCH
@@ -15,8 +15,6 @@ LABEL \
io.hass.version="${BUILD_VERSION}" \
maintainer="petruknw"
# Bake paths into the image so they're available before any shell runs.
# The run script will override DOWNLOAD_FOLDER with the user's configured value.
ENV AURRAL_DATA_DIR=/config/data \
DOWNLOAD_FOLDER=/share/aurral/downloads \
WEEKLY_FLOW_FOLDER=/share/aurral/downloads/weekly-flow

View File

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

View File

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

View File

@@ -4,5 +4,5 @@
"slug": "aurral",
"source": "github",
"upstream_repo": "lklynet/aurral",
"upstream_version": "1.76.16"
"upstream_version": "1.76.17"
}