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 # Changelog
## 1.76.16 ## 1.76.17
- Initial Home Assistant add-on release - 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 - Exposes `download_folder` as a configurable path in the add-on UI
- Supports amd64 and aarch64 - Supports amd64 and aarch64

View File

@@ -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:v1.76.16 FROM ghcr.io/lklynet/aurral:1.76.17
ARG BUILD_VERSION ARG BUILD_VERSION
ARG BUILD_ARCH ARG BUILD_ARCH
@@ -15,8 +15,6 @@ LABEL \
io.hass.version="${BUILD_VERSION}" \ io.hass.version="${BUILD_VERSION}" \
maintainer="petruknw" 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 \ ENV AURRAL_DATA_DIR=/config/data \
DOWNLOAD_FOLDER=/share/aurral/downloads \ DOWNLOAD_FOLDER=/share/aurral/downloads \
WEEKLY_FLOW_FOLDER=/share/aurral/downloads/weekly-flow WEEKLY_FLOW_FOLDER=/share/aurral/downloads/weekly-flow

View File

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

View File

@@ -1,5 +1,5 @@
name: Aurral name: Aurral
version: "1.76.16" 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

View File

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