mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-08-01 10:50:32 +02:00
aurral: fix image tag format (1.76.17 not v1.76.17)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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": {
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -4,5 +4,5 @@
|
||||
"slug": "aurral",
|
||||
"source": "github",
|
||||
"upstream_repo": "lklynet/aurral",
|
||||
"upstream_version": "1.76.16"
|
||||
"upstream_version": "1.76.17"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user