From 13884525a5240283955c7d3d321c89d472051ae7 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 14 Feb 2025 11:15:38 +0100 Subject: [PATCH] Add BUILD_VERSION env --- addons_updater/Dockerfile | 1 + arpspoof/Dockerfile | 1 + autobrr/Dockerfile | 1 + baikal/Dockerfile | 1 + battybirdnet-pi/Dockerfile | 1 + bazarr/Dockerfile | 1 + binance-trading-bot/Dockerfile | 1 + birdnet-go/Dockerfile | 1 + booksonic_air/Dockerfile | 1 + browserless_chrome/Dockerfile | 1 + calibre/Dockerfile | 1 + calibre_web/Dockerfile | 1 + changedetection.io/Dockerfile | 1 + cloudcommander/Dockerfile | 1 + codex/Dockerfile | 1 + comixed/Dockerfile | 1 + elasticsearch/Dockerfile | 1 + emby/Dockerfile | 1 + enedisgateway2mqtt/Dockerfile | 1 + enedisgateway2mqtt_dev/Dockerfile | 1 + epicgamesfree/Dockerfile | 1 + filebrowser/Dockerfile | 1 + fireflyiii/Dockerfile | 1 + fireflyiii_data_importer/Dockerfile | 1 + fireflyiii_fints_importer/Dockerfile | 1 + flaresolverr/Dockerfile | 1 + flexget/Dockerfile | 1 + free_games_claimer/Dockerfile | 1 + gazpar2mqtt/Dockerfile | 1 + gitea/Dockerfile | 1 + grampsweb/Dockerfile | 1 + grav/Dockerfile | 1 + guacamole/Dockerfile | 1 + immich/Dockerfile | 1 + inadyn/Dockerfile | 1 + jackett/Dockerfile | 1 + jellyfin/Dockerfile | 1 + jellyseerr/Dockerfile | 1 + joal/Dockerfile | 1 + joplin/Dockerfile | 1 + kometa/Dockerfile | 1 + lidarr/Dockerfile | 1 + linkwarden/Dockerfile | 1 + mealie/Dockerfile | 1 + monica/Dockerfile | 1 + mylar3/Dockerfile | 1 + navidrome/Dockerfile | 1 + netalertx/Dockerfile | 1 + nextcloud/Dockerfile | 1 + nzbget/Dockerfile | 1 + omada/Dockerfile | 1 + omada_v3/Dockerfile | 1 + ombi/Dockerfile | 1 + openproject/Dockerfile | 1 + organizr/Dockerfile | 1 + overseerr/Dockerfile | 1 + papermerge/Dockerfile | 1 + photoprism/Dockerfile | 1 + piwigo/Dockerfile | 1 + plex/Dockerfile | 1 + portainer/Dockerfile | 1 + portainer_agent/Dockerfile | 1 + postgres/Dockerfile | 1 + prowlarr/Dockerfile | 1 + qbittorrent/Dockerfile | 1 + radarr/Dockerfile | 1 + readarr/Dockerfile | 1 + requestrr/Dockerfile | 1 + resiliosync/Dockerfile | 1 + sabnzbd/Dockerfile | 1 + scrutiny/Dockerfile | 1 + scrutiny_fa/Dockerfile | 1 + seafile/Dockerfile | 1 + signalk/Dockerfile | 1 + sonarr/Dockerfile | 1 + sponsorblockcast/Dockerfile | 1 + tandoor_recipes/Dockerfile | 1 + tdarr/Dockerfile | 1 + teamspeak/Dockerfile | 1 + transmission/Dockerfile | 1 + transmission_openvpn/Dockerfile | 1 + ubooquity/Dockerfile | 1 + unpackerr/Dockerfile | 1 + webtop/Dockerfile | 1 + webtop_kde/Dockerfile | 1 + webtrees/Dockerfile | 1 + wger/Dockerfile | 1 + whatsapper/Dockerfile | 1 + whoogle/Dockerfile | 1 + xteve/Dockerfile | 1 + zoneminder/Dockerfile | 1 + zzz_archived_bitwarden/Dockerfile | 1 + zzz_archived_code-server/Dockerfile | 1 + zzz_archived_paperless_ngx/Dockerfile | 1 + zzz_archived_plex_meta_manager/Dockerfile | 1 + 95 files changed, 95 insertions(+) diff --git a/addons_updater/Dockerfile b/addons_updater/Dockerfile index bdb63048c..99870acac 100644 --- a/addons_updater/Dockerfile +++ b/addons_updater/Dockerfile @@ -86,6 +86,7 @@ ARG BUILD_NAME ARG BUILD_REF ARG BUILD_REPOSITORY ARG BUILD_VERSION +ENV BUILD_VERSION="${BUILD_VERSION}" LABEL \ io.hass.name="${BUILD_NAME}" \ io.hass.description="${BUILD_DESCRIPTION}" \ diff --git a/arpspoof/Dockerfile b/arpspoof/Dockerfile index 3aa3ea688..f39051000 100644 --- a/arpspoof/Dockerfile +++ b/arpspoof/Dockerfile @@ -81,6 +81,7 @@ ARG BUILD_NAME ARG BUILD_REF ARG BUILD_REPOSITORY ARG BUILD_VERSION +ENV BUILD_VERSION="${BUILD_VERSION}" LABEL \ io.hass.name="${BUILD_NAME}" \ io.hass.description="${BUILD_DESCRIPTION}" \ diff --git a/autobrr/Dockerfile b/autobrr/Dockerfile index c40723045..a17ad4895 100644 --- a/autobrr/Dockerfile +++ b/autobrr/Dockerfile @@ -90,6 +90,7 @@ ARG BUILD_NAME ARG BUILD_REF ARG BUILD_REPOSITORY ARG BUILD_VERSION +ENV BUILD_VERSION="${BUILD_VERSION}" LABEL \ io.hass.name="${BUILD_NAME}" \ io.hass.description="${BUILD_DESCRIPTION}" \ diff --git a/baikal/Dockerfile b/baikal/Dockerfile index 8505d4335..f1baafe9d 100644 --- a/baikal/Dockerfile +++ b/baikal/Dockerfile @@ -87,6 +87,7 @@ ARG BUILD_NAME ARG BUILD_REF ARG BUILD_REPOSITORY ARG BUILD_VERSION +ENV BUILD_VERSION="${BUILD_VERSION}" LABEL \ io.hass.name="${BUILD_NAME}" \ io.hass.description="${BUILD_DESCRIPTION}" \ diff --git a/battybirdnet-pi/Dockerfile b/battybirdnet-pi/Dockerfile index 124d01df0..8b21e50f1 100644 --- a/battybirdnet-pi/Dockerfile +++ b/battybirdnet-pi/Dockerfile @@ -172,6 +172,7 @@ ARG BUILD_NAME ARG BUILD_REF ARG BUILD_REPOSITORY ARG BUILD_VERSION +ENV BUILD_VERSION="${BUILD_VERSION}" LABEL \ io.hass.name="${BUILD_NAME}" \ io.hass.description="${BUILD_DESCRIPTION}" \ diff --git a/bazarr/Dockerfile b/bazarr/Dockerfile index 39318ad1b..34e07232d 100644 --- a/bazarr/Dockerfile +++ b/bazarr/Dockerfile @@ -82,6 +82,7 @@ ARG BUILD_NAME ARG BUILD_REF ARG BUILD_REPOSITORY ARG BUILD_VERSION +ENV BUILD_VERSION="${BUILD_VERSION}" LABEL \ io.hass.name="${BUILD_NAME}" \ io.hass.description="${BUILD_DESCRIPTION}" \ diff --git a/binance-trading-bot/Dockerfile b/binance-trading-bot/Dockerfile index 3e703bdb9..91b56a493 100644 --- a/binance-trading-bot/Dockerfile +++ b/binance-trading-bot/Dockerfile @@ -103,6 +103,7 @@ ARG BUILD_NAME ARG BUILD_REF ARG BUILD_REPOSITORY ARG BUILD_VERSION +ENV BUILD_VERSION="${BUILD_VERSION}" LABEL \ io.hass.name="${BUILD_NAME}" \ io.hass.description="${BUILD_DESCRIPTION}" \ diff --git a/birdnet-go/Dockerfile b/birdnet-go/Dockerfile index 700da0dba..0b618d39f 100644 --- a/birdnet-go/Dockerfile +++ b/birdnet-go/Dockerfile @@ -83,6 +83,7 @@ ARG BUILD_NAME ARG BUILD_REF ARG BUILD_REPOSITORY ARG BUILD_VERSION +ENV BUILD_VERSION="${BUILD_VERSION}" LABEL \ io.hass.name="${BUILD_NAME}" \ io.hass.description="${BUILD_DESCRIPTION}" \ diff --git a/booksonic_air/Dockerfile b/booksonic_air/Dockerfile index 05d5b9559..267041f3a 100644 --- a/booksonic_air/Dockerfile +++ b/booksonic_air/Dockerfile @@ -94,6 +94,7 @@ ARG BUILD_NAME ARG BUILD_REF ARG BUILD_REPOSITORY ARG BUILD_VERSION +ENV BUILD_VERSION="${BUILD_VERSION}" LABEL \ io.hass.name="${BUILD_NAME}" \ io.hass.description="${BUILD_DESCRIPTION}" \ diff --git a/browserless_chrome/Dockerfile b/browserless_chrome/Dockerfile index 6546363d1..78a0ae543 100644 --- a/browserless_chrome/Dockerfile +++ b/browserless_chrome/Dockerfile @@ -81,6 +81,7 @@ ARG BUILD_NAME ARG BUILD_REF ARG BUILD_REPOSITORY ARG BUILD_VERSION +ENV BUILD_VERSION="${BUILD_VERSION}" LABEL \ io.hass.name="${BUILD_NAME}" \ io.hass.description="${BUILD_DESCRIPTION}" \ diff --git a/calibre/Dockerfile b/calibre/Dockerfile index 211ef942f..d68776ecd 100644 --- a/calibre/Dockerfile +++ b/calibre/Dockerfile @@ -97,6 +97,7 @@ ARG BUILD_NAME ARG BUILD_REF ARG BUILD_REPOSITORY ARG BUILD_VERSION +ENV BUILD_VERSION="${BUILD_VERSION}" LABEL \ io.hass.name="${BUILD_NAME}" \ io.hass.description="${BUILD_DESCRIPTION}" \ diff --git a/calibre_web/Dockerfile b/calibre_web/Dockerfile index fbdfd1f1f..e47a570c4 100644 --- a/calibre_web/Dockerfile +++ b/calibre_web/Dockerfile @@ -102,6 +102,7 @@ ARG BUILD_NAME ARG BUILD_REF ARG BUILD_REPOSITORY ARG BUILD_VERSION +ENV BUILD_VERSION="${BUILD_VERSION}" LABEL \ io.hass.name="${BUILD_NAME}" \ io.hass.description="${BUILD_DESCRIPTION}" \ diff --git a/changedetection.io/Dockerfile b/changedetection.io/Dockerfile index 4d964107a..0300d74e6 100644 --- a/changedetection.io/Dockerfile +++ b/changedetection.io/Dockerfile @@ -88,6 +88,7 @@ ARG BUILD_NAME ARG BUILD_REF ARG BUILD_REPOSITORY ARG BUILD_VERSION +ENV BUILD_VERSION="${BUILD_VERSION}" LABEL \ io.hass.name="${BUILD_NAME}" \ io.hass.description="${BUILD_DESCRIPTION}" \ diff --git a/cloudcommander/Dockerfile b/cloudcommander/Dockerfile index 998301f59..a9d89b22a 100644 --- a/cloudcommander/Dockerfile +++ b/cloudcommander/Dockerfile @@ -82,6 +82,7 @@ ARG BUILD_NAME ARG BUILD_REF ARG BUILD_REPOSITORY ARG BUILD_VERSION +ENV BUILD_VERSION="${BUILD_VERSION}" LABEL \ io.hass.name="${BUILD_NAME}" \ io.hass.description="${BUILD_DESCRIPTION}" \ diff --git a/codex/Dockerfile b/codex/Dockerfile index 3509c847b..52d207e3c 100644 --- a/codex/Dockerfile +++ b/codex/Dockerfile @@ -82,6 +82,7 @@ ARG BUILD_NAME ARG BUILD_REF ARG BUILD_REPOSITORY ARG BUILD_VERSION +ENV BUILD_VERSION="${BUILD_VERSION}" LABEL \ io.hass.name="${BUILD_NAME}" \ io.hass.description="${BUILD_DESCRIPTION}" \ diff --git a/comixed/Dockerfile b/comixed/Dockerfile index 8b4e39f54..5e61dd160 100644 --- a/comixed/Dockerfile +++ b/comixed/Dockerfile @@ -98,6 +98,7 @@ ARG BUILD_NAME ARG BUILD_REF ARG BUILD_REPOSITORY ARG BUILD_VERSION +ENV BUILD_VERSION="${BUILD_VERSION}" LABEL \ io.hass.name="${BUILD_NAME}" \ io.hass.description="${BUILD_DESCRIPTION}" \ diff --git a/elasticsearch/Dockerfile b/elasticsearch/Dockerfile index e208c0511..226d6c9e1 100644 --- a/elasticsearch/Dockerfile +++ b/elasticsearch/Dockerfile @@ -90,6 +90,7 @@ ARG BUILD_NAME ARG BUILD_REF ARG BUILD_REPOSITORY ARG BUILD_VERSION +ENV BUILD_VERSION="${BUILD_VERSION}" LABEL \ io.hass.name="${BUILD_NAME}" \ io.hass.description="${BUILD_DESCRIPTION}" \ diff --git a/emby/Dockerfile b/emby/Dockerfile index dd5bbbf67..28e038140 100644 --- a/emby/Dockerfile +++ b/emby/Dockerfile @@ -81,6 +81,7 @@ ARG BUILD_NAME ARG BUILD_REF ARG BUILD_REPOSITORY ARG BUILD_VERSION +ENV BUILD_VERSION="${BUILD_VERSION}" LABEL \ io.hass.name="${BUILD_NAME}" \ io.hass.description="${BUILD_DESCRIPTION}" \ diff --git a/enedisgateway2mqtt/Dockerfile b/enedisgateway2mqtt/Dockerfile index b1bd642f3..3831a4c2b 100644 --- a/enedisgateway2mqtt/Dockerfile +++ b/enedisgateway2mqtt/Dockerfile @@ -81,6 +81,7 @@ ARG BUILD_NAME ARG BUILD_REF ARG BUILD_REPOSITORY ARG BUILD_VERSION +ENV BUILD_VERSION="${BUILD_VERSION}" LABEL \ io.hass.name="${BUILD_NAME}" \ io.hass.description="${BUILD_DESCRIPTION}" \ diff --git a/enedisgateway2mqtt_dev/Dockerfile b/enedisgateway2mqtt_dev/Dockerfile index a3129e753..1ff3506ba 100644 --- a/enedisgateway2mqtt_dev/Dockerfile +++ b/enedisgateway2mqtt_dev/Dockerfile @@ -81,6 +81,7 @@ ARG BUILD_NAME ARG BUILD_REF ARG BUILD_REPOSITORY ARG BUILD_VERSION +ENV BUILD_VERSION="${BUILD_VERSION}" LABEL \ io.hass.name="${BUILD_NAME}" \ io.hass.description="${BUILD_DESCRIPTION}" \ diff --git a/epicgamesfree/Dockerfile b/epicgamesfree/Dockerfile index 57c8dd52a..729942121 100644 --- a/epicgamesfree/Dockerfile +++ b/epicgamesfree/Dockerfile @@ -85,6 +85,7 @@ ARG BUILD_NAME ARG BUILD_REF ARG BUILD_REPOSITORY ARG BUILD_VERSION +ENV BUILD_VERSION="${BUILD_VERSION}" LABEL \ io.hass.name="${BUILD_NAME}" \ io.hass.description="${BUILD_DESCRIPTION}" \ diff --git a/filebrowser/Dockerfile b/filebrowser/Dockerfile index b9585e46f..da36f162b 100644 --- a/filebrowser/Dockerfile +++ b/filebrowser/Dockerfile @@ -83,6 +83,7 @@ ARG BUILD_NAME ARG BUILD_REF ARG BUILD_REPOSITORY ARG BUILD_VERSION +ENV BUILD_VERSION="${BUILD_VERSION}" LABEL \ io.hass.name="${BUILD_NAME}" \ io.hass.description="${BUILD_DESCRIPTION}" \ diff --git a/fireflyiii/Dockerfile b/fireflyiii/Dockerfile index 371308776..9dd80ca74 100644 --- a/fireflyiii/Dockerfile +++ b/fireflyiii/Dockerfile @@ -108,6 +108,7 @@ ARG BUILD_NAME ARG BUILD_REF ARG BUILD_REPOSITORY ARG BUILD_VERSION +ENV BUILD_VERSION="${BUILD_VERSION}" LABEL \ io.hass.name="${BUILD_NAME}" \ io.hass.description="${BUILD_DESCRIPTION}" \ diff --git a/fireflyiii_data_importer/Dockerfile b/fireflyiii_data_importer/Dockerfile index baad5115b..ece4752a5 100644 --- a/fireflyiii_data_importer/Dockerfile +++ b/fireflyiii_data_importer/Dockerfile @@ -130,6 +130,7 @@ ARG BUILD_NAME ARG BUILD_REF ARG BUILD_REPOSITORY ARG BUILD_VERSION +ENV BUILD_VERSION="${BUILD_VERSION}" LABEL \ io.hass.name="${BUILD_NAME}" \ io.hass.description="${BUILD_DESCRIPTION}" \ diff --git a/fireflyiii_fints_importer/Dockerfile b/fireflyiii_fints_importer/Dockerfile index aa4884c22..99952ab32 100644 --- a/fireflyiii_fints_importer/Dockerfile +++ b/fireflyiii_fints_importer/Dockerfile @@ -85,6 +85,7 @@ ARG BUILD_NAME ARG BUILD_REF ARG BUILD_REPOSITORY ARG BUILD_VERSION +ENV BUILD_VERSION="${BUILD_VERSION}" LABEL \ io.hass.name="${BUILD_NAME}" \ io.hass.description="${BUILD_DESCRIPTION}" \ diff --git a/flaresolverr/Dockerfile b/flaresolverr/Dockerfile index 37793dd1e..6c0815f1c 100644 --- a/flaresolverr/Dockerfile +++ b/flaresolverr/Dockerfile @@ -84,6 +84,7 @@ ARG BUILD_NAME ARG BUILD_REF ARG BUILD_REPOSITORY ARG BUILD_VERSION +ENV BUILD_VERSION="${BUILD_VERSION}" LABEL \ io.hass.name="${BUILD_NAME}" \ io.hass.description="${BUILD_DESCRIPTION}" \ diff --git a/flexget/Dockerfile b/flexget/Dockerfile index e138b8c46..bc80dcf7a 100644 --- a/flexget/Dockerfile +++ b/flexget/Dockerfile @@ -99,6 +99,7 @@ ARG BUILD_NAME ARG BUILD_REF ARG BUILD_REPOSITORY ARG BUILD_VERSION +ENV BUILD_VERSION="${BUILD_VERSION}" LABEL \ io.hass.name="${BUILD_NAME}" \ io.hass.description="${BUILD_DESCRIPTION}" \ diff --git a/free_games_claimer/Dockerfile b/free_games_claimer/Dockerfile index 9431d9ca1..08dbe58b0 100644 --- a/free_games_claimer/Dockerfile +++ b/free_games_claimer/Dockerfile @@ -91,6 +91,7 @@ ARG BUILD_NAME ARG BUILD_REF ARG BUILD_REPOSITORY ARG BUILD_VERSION +ENV BUILD_VERSION="${BUILD_VERSION}" LABEL \ io.hass.name="${BUILD_NAME}" \ io.hass.description="${BUILD_DESCRIPTION}" \ diff --git a/gazpar2mqtt/Dockerfile b/gazpar2mqtt/Dockerfile index 60641ca95..3fbafa023 100644 --- a/gazpar2mqtt/Dockerfile +++ b/gazpar2mqtt/Dockerfile @@ -86,6 +86,7 @@ ARG BUILD_NAME ARG BUILD_REF ARG BUILD_REPOSITORY ARG BUILD_VERSION +ENV BUILD_VERSION="${BUILD_VERSION}" LABEL \ io.hass.name="${BUILD_NAME}" \ io.hass.description="${BUILD_DESCRIPTION}" \ diff --git a/gitea/Dockerfile b/gitea/Dockerfile index 244911bde..011ce9a19 100644 --- a/gitea/Dockerfile +++ b/gitea/Dockerfile @@ -84,6 +84,7 @@ ARG BUILD_NAME ARG BUILD_REF ARG BUILD_REPOSITORY ARG BUILD_VERSION +ENV BUILD_VERSION="${BUILD_VERSION}" LABEL \ io.hass.name="${BUILD_NAME}" \ io.hass.description="${BUILD_DESCRIPTION}" \ diff --git a/grampsweb/Dockerfile b/grampsweb/Dockerfile index d00375318..fd556ea4b 100644 --- a/grampsweb/Dockerfile +++ b/grampsweb/Dockerfile @@ -80,6 +80,7 @@ ARG BUILD_NAME ARG BUILD_REF ARG BUILD_REPOSITORY ARG BUILD_VERSION +ENV BUILD_VERSION="${BUILD_VERSION}" LABEL \ io.hass.name="${BUILD_NAME}" \ io.hass.description="${BUILD_DESCRIPTION}" \ diff --git a/grav/Dockerfile b/grav/Dockerfile index cc96f8c3c..62a2a7346 100644 --- a/grav/Dockerfile +++ b/grav/Dockerfile @@ -85,6 +85,7 @@ ARG BUILD_NAME ARG BUILD_REF ARG BUILD_REPOSITORY ARG BUILD_VERSION +ENV BUILD_VERSION="${BUILD_VERSION}" LABEL \ io.hass.name="${BUILD_NAME}" \ io.hass.description="${BUILD_DESCRIPTION}" \ diff --git a/guacamole/Dockerfile b/guacamole/Dockerfile index 9eda4b087..1c71ed295 100644 --- a/guacamole/Dockerfile +++ b/guacamole/Dockerfile @@ -111,6 +111,7 @@ ARG BUILD_NAME ARG BUILD_REF ARG BUILD_REPOSITORY ARG BUILD_VERSION +ENV BUILD_VERSION="${BUILD_VERSION}" LABEL \ io.hass.name="${BUILD_NAME}" \ io.hass.description="${BUILD_DESCRIPTION}" \ diff --git a/immich/Dockerfile b/immich/Dockerfile index d6c78e0bb..a3275fc13 100644 --- a/immich/Dockerfile +++ b/immich/Dockerfile @@ -106,6 +106,7 @@ ARG BUILD_NAME ARG BUILD_REF ARG BUILD_REPOSITORY ARG BUILD_VERSION +ENV BUILD_VERSION="${BUILD_VERSION}" LABEL \ io.hass.name="${BUILD_NAME}" \ io.hass.description="${BUILD_DESCRIPTION}" \ diff --git a/inadyn/Dockerfile b/inadyn/Dockerfile index 18fc7d11f..f79914c28 100644 --- a/inadyn/Dockerfile +++ b/inadyn/Dockerfile @@ -108,6 +108,7 @@ ARG BUILD_NAME ARG BUILD_REF ARG BUILD_REPOSITORY ARG BUILD_VERSION +ENV BUILD_VERSION="${BUILD_VERSION}" LABEL \ io.hass.name="${BUILD_NAME}" \ io.hass.description="${BUILD_DESCRIPTION}" \ diff --git a/jackett/Dockerfile b/jackett/Dockerfile index 5615d4a14..474be673b 100644 --- a/jackett/Dockerfile +++ b/jackett/Dockerfile @@ -84,6 +84,7 @@ ARG BUILD_NAME ARG BUILD_REF ARG BUILD_REPOSITORY ARG BUILD_VERSION +ENV BUILD_VERSION="${BUILD_VERSION}" LABEL \ io.hass.name="${BUILD_NAME}" \ io.hass.description="${BUILD_DESCRIPTION}" \ diff --git a/jellyfin/Dockerfile b/jellyfin/Dockerfile index 7e2a5a0cc..3aadcd870 100644 --- a/jellyfin/Dockerfile +++ b/jellyfin/Dockerfile @@ -98,6 +98,7 @@ ARG BUILD_NAME ARG BUILD_REF ARG BUILD_REPOSITORY ARG BUILD_VERSION +ENV BUILD_VERSION="${BUILD_VERSION}" LABEL \ io.hass.name="${BUILD_NAME}" \ io.hass.description="${BUILD_DESCRIPTION}" \ diff --git a/jellyseerr/Dockerfile b/jellyseerr/Dockerfile index 135c906f9..d83a78a8c 100644 --- a/jellyseerr/Dockerfile +++ b/jellyseerr/Dockerfile @@ -92,6 +92,7 @@ ARG BUILD_NAME ARG BUILD_REF ARG BUILD_REPOSITORY ARG BUILD_VERSION +ENV BUILD_VERSION="${BUILD_VERSION}" LABEL \ io.hass.name="${BUILD_NAME}" \ io.hass.description="${BUILD_DESCRIPTION}" \ diff --git a/joal/Dockerfile b/joal/Dockerfile index 72f9da0de..6e0d27215 100644 --- a/joal/Dockerfile +++ b/joal/Dockerfile @@ -93,6 +93,7 @@ ARG BUILD_NAME ARG BUILD_REF ARG BUILD_REPOSITORY ARG BUILD_VERSION +ENV BUILD_VERSION="${BUILD_VERSION}" LABEL \ io.hass.name="${BUILD_NAME}" \ io.hass.description="${BUILD_DESCRIPTION}" \ diff --git a/joplin/Dockerfile b/joplin/Dockerfile index e0e9e0afd..600eba856 100644 --- a/joplin/Dockerfile +++ b/joplin/Dockerfile @@ -90,6 +90,7 @@ ARG BUILD_NAME ARG BUILD_REF ARG BUILD_REPOSITORY ARG BUILD_VERSION +ENV BUILD_VERSION="${BUILD_VERSION}" LABEL \ io.hass.name="${BUILD_NAME}" \ io.hass.description="${BUILD_DESCRIPTION}" \ diff --git a/kometa/Dockerfile b/kometa/Dockerfile index 07291ab54..21d5a0f17 100644 --- a/kometa/Dockerfile +++ b/kometa/Dockerfile @@ -96,6 +96,7 @@ ARG BUILD_NAME ARG BUILD_REF ARG BUILD_REPOSITORY ARG BUILD_VERSION +ENV BUILD_VERSION="${BUILD_VERSION}" LABEL \ io.hass.name="${BUILD_NAME}" \ io.hass.description="${BUILD_DESCRIPTION}" \ diff --git a/lidarr/Dockerfile b/lidarr/Dockerfile index bc1cd49e5..86285dc38 100644 --- a/lidarr/Dockerfile +++ b/lidarr/Dockerfile @@ -90,6 +90,7 @@ ARG BUILD_NAME ARG BUILD_REF ARG BUILD_REPOSITORY ARG BUILD_VERSION +ENV BUILD_VERSION="${BUILD_VERSION}" LABEL \ io.hass.name="${BUILD_NAME}" \ io.hass.description="${BUILD_DESCRIPTION}" \ diff --git a/linkwarden/Dockerfile b/linkwarden/Dockerfile index 6b9c9e883..7ae0fdc82 100644 --- a/linkwarden/Dockerfile +++ b/linkwarden/Dockerfile @@ -99,6 +99,7 @@ ARG BUILD_NAME ARG BUILD_REF ARG BUILD_REPOSITORY ARG BUILD_VERSION +ENV BUILD_VERSION="${BUILD_VERSION}" LABEL \ io.hass.name="${BUILD_NAME}" \ io.hass.description="${BUILD_DESCRIPTION}" \ diff --git a/mealie/Dockerfile b/mealie/Dockerfile index c31e223c7..14a216f60 100644 --- a/mealie/Dockerfile +++ b/mealie/Dockerfile @@ -113,6 +113,7 @@ ARG BUILD_NAME ARG BUILD_REF ARG BUILD_REPOSITORY ARG BUILD_VERSION +ENV BUILD_VERSION="${BUILD_VERSION}" LABEL \ io.hass.name="${BUILD_NAME}" \ io.hass.description="${BUILD_DESCRIPTION}" \ diff --git a/monica/Dockerfile b/monica/Dockerfile index 5d71799a7..87bae511a 100644 --- a/monica/Dockerfile +++ b/monica/Dockerfile @@ -86,6 +86,7 @@ ARG BUILD_NAME ARG BUILD_REF ARG BUILD_REPOSITORY ARG BUILD_VERSION +ENV BUILD_VERSION="${BUILD_VERSION}" LABEL \ io.hass.name="${BUILD_NAME}" \ io.hass.description="${BUILD_DESCRIPTION}" \ diff --git a/mylar3/Dockerfile b/mylar3/Dockerfile index 0f567912c..ed416bb58 100644 --- a/mylar3/Dockerfile +++ b/mylar3/Dockerfile @@ -86,6 +86,7 @@ ARG BUILD_NAME ARG BUILD_REF ARG BUILD_REPOSITORY ARG BUILD_VERSION +ENV BUILD_VERSION="${BUILD_VERSION}" LABEL \ io.hass.name="${BUILD_NAME}" \ io.hass.description="${BUILD_DESCRIPTION}" \ diff --git a/navidrome/Dockerfile b/navidrome/Dockerfile index 9d1396177..ac9ba6efd 100644 --- a/navidrome/Dockerfile +++ b/navidrome/Dockerfile @@ -82,6 +82,7 @@ ARG BUILD_NAME ARG BUILD_REF ARG BUILD_REPOSITORY ARG BUILD_VERSION +ENV BUILD_VERSION="${BUILD_VERSION}" LABEL \ io.hass.name="${BUILD_NAME}" \ io.hass.description="${BUILD_DESCRIPTION}" \ diff --git a/netalertx/Dockerfile b/netalertx/Dockerfile index 510ad45af..30aa0b4cb 100644 --- a/netalertx/Dockerfile +++ b/netalertx/Dockerfile @@ -86,6 +86,7 @@ ARG BUILD_NAME ARG BUILD_REF ARG BUILD_REPOSITORY ARG BUILD_VERSION +ENV BUILD_VERSION="${BUILD_VERSION}" LABEL \ io.hass.name="${BUILD_NAME}" \ io.hass.description="${BUILD_DESCRIPTION}" \ diff --git a/nextcloud/Dockerfile b/nextcloud/Dockerfile index 2e71a9d66..4b1bc10bb 100644 --- a/nextcloud/Dockerfile +++ b/nextcloud/Dockerfile @@ -136,6 +136,7 @@ ARG BUILD_NAME ARG BUILD_REF ARG BUILD_REPOSITORY ARG BUILD_VERSION +ENV BUILD_VERSION="${BUILD_VERSION}" LABEL \ io.hass.name="${BUILD_NAME}" \ io.hass.description="${BUILD_DESCRIPTION}" \ diff --git a/nzbget/Dockerfile b/nzbget/Dockerfile index a49daa756..6646507e3 100644 --- a/nzbget/Dockerfile +++ b/nzbget/Dockerfile @@ -86,6 +86,7 @@ ARG BUILD_NAME ARG BUILD_REF ARG BUILD_REPOSITORY ARG BUILD_VERSION +ENV BUILD_VERSION="${BUILD_VERSION}" LABEL \ io.hass.name="${BUILD_NAME}" \ io.hass.description="${BUILD_DESCRIPTION}" \ diff --git a/omada/Dockerfile b/omada/Dockerfile index dfaba7d6d..0aaffbfdf 100644 --- a/omada/Dockerfile +++ b/omada/Dockerfile @@ -83,6 +83,7 @@ ARG BUILD_NAME ARG BUILD_REF ARG BUILD_REPOSITORY ARG BUILD_VERSION +ENV BUILD_VERSION="${BUILD_VERSION}" LABEL \ io.hass.name="${BUILD_NAME}" \ io.hass.description="${BUILD_DESCRIPTION}" \ diff --git a/omada_v3/Dockerfile b/omada_v3/Dockerfile index f13871f7a..949a5ebd5 100644 --- a/omada_v3/Dockerfile +++ b/omada_v3/Dockerfile @@ -90,6 +90,7 @@ ARG BUILD_NAME ARG BUILD_REF ARG BUILD_REPOSITORY ARG BUILD_VERSION +ENV BUILD_VERSION="${BUILD_VERSION}" LABEL \ io.hass.name="${BUILD_NAME}" \ io.hass.description="${BUILD_DESCRIPTION}" \ diff --git a/ombi/Dockerfile b/ombi/Dockerfile index 62db4355d..384999593 100644 --- a/ombi/Dockerfile +++ b/ombi/Dockerfile @@ -87,6 +87,7 @@ ARG BUILD_NAME ARG BUILD_REF ARG BUILD_REPOSITORY ARG BUILD_VERSION +ENV BUILD_VERSION="${BUILD_VERSION}" LABEL \ io.hass.name="${BUILD_NAME}" \ io.hass.description="${BUILD_DESCRIPTION}" \ diff --git a/openproject/Dockerfile b/openproject/Dockerfile index 674b9a078..a951ff271 100644 --- a/openproject/Dockerfile +++ b/openproject/Dockerfile @@ -92,6 +92,7 @@ ARG BUILD_NAME ARG BUILD_REF ARG BUILD_REPOSITORY ARG BUILD_VERSION +ENV BUILD_VERSION="${BUILD_VERSION}" LABEL \ io.hass.name="${BUILD_NAME}" \ io.hass.description="${BUILD_DESCRIPTION}" \ diff --git a/organizr/Dockerfile b/organizr/Dockerfile index 2098f9d61..c7f56eae1 100644 --- a/organizr/Dockerfile +++ b/organizr/Dockerfile @@ -81,6 +81,7 @@ ARG BUILD_NAME ARG BUILD_REF ARG BUILD_REPOSITORY ARG BUILD_VERSION +ENV BUILD_VERSION="${BUILD_VERSION}" LABEL \ io.hass.name="${BUILD_NAME}" \ io.hass.description="${BUILD_DESCRIPTION}" \ diff --git a/overseerr/Dockerfile b/overseerr/Dockerfile index 4539b162d..97f4aa882 100644 --- a/overseerr/Dockerfile +++ b/overseerr/Dockerfile @@ -87,6 +87,7 @@ ARG BUILD_NAME ARG BUILD_REF ARG BUILD_REPOSITORY ARG BUILD_VERSION +ENV BUILD_VERSION="${BUILD_VERSION}" LABEL \ io.hass.name="${BUILD_NAME}" \ io.hass.description="${BUILD_DESCRIPTION}" \ diff --git a/papermerge/Dockerfile b/papermerge/Dockerfile index 1c4a068f4..28317fe85 100644 --- a/papermerge/Dockerfile +++ b/papermerge/Dockerfile @@ -98,6 +98,7 @@ ARG BUILD_NAME ARG BUILD_REF ARG BUILD_REPOSITORY ARG BUILD_VERSION +ENV BUILD_VERSION="${BUILD_VERSION}" LABEL \ io.hass.name="${BUILD_NAME}" \ io.hass.description="${BUILD_DESCRIPTION}" \ diff --git a/photoprism/Dockerfile b/photoprism/Dockerfile index dbc6a7062..142ce88ed 100644 --- a/photoprism/Dockerfile +++ b/photoprism/Dockerfile @@ -92,6 +92,7 @@ ARG BUILD_NAME ARG BUILD_REF ARG BUILD_REPOSITORY ARG BUILD_VERSION +ENV BUILD_VERSION="${BUILD_VERSION}" LABEL \ io.hass.name="${BUILD_NAME}" \ io.hass.description="${BUILD_DESCRIPTION}" \ diff --git a/piwigo/Dockerfile b/piwigo/Dockerfile index 7fc171be7..485b605c0 100644 --- a/piwigo/Dockerfile +++ b/piwigo/Dockerfile @@ -94,6 +94,7 @@ ARG BUILD_NAME ARG BUILD_REF ARG BUILD_REPOSITORY ARG BUILD_VERSION +ENV BUILD_VERSION="${BUILD_VERSION}" LABEL \ io.hass.name="${BUILD_NAME}" \ io.hass.description="${BUILD_DESCRIPTION}" \ diff --git a/plex/Dockerfile b/plex/Dockerfile index 8eb41ba8f..455753b92 100644 --- a/plex/Dockerfile +++ b/plex/Dockerfile @@ -101,6 +101,7 @@ ARG BUILD_NAME ARG BUILD_REF ARG BUILD_REPOSITORY ARG BUILD_VERSION +ENV BUILD_VERSION="${BUILD_VERSION}" LABEL \ io.hass.name="${BUILD_NAME}" \ io.hass.description="${BUILD_DESCRIPTION}" \ diff --git a/portainer/Dockerfile b/portainer/Dockerfile index 5b29829c3..22bb8d7f8 100644 --- a/portainer/Dockerfile +++ b/portainer/Dockerfile @@ -107,6 +107,7 @@ ARG BUILD_NAME ARG BUILD_REF ARG BUILD_REPOSITORY ARG BUILD_VERSION +ENV BUILD_VERSION="${BUILD_VERSION}" LABEL \ io.hass.name="${BUILD_NAME}" \ io.hass.description="${BUILD_DESCRIPTION}" \ diff --git a/portainer_agent/Dockerfile b/portainer_agent/Dockerfile index 18b063084..1d142ced0 100644 --- a/portainer_agent/Dockerfile +++ b/portainer_agent/Dockerfile @@ -95,6 +95,7 @@ ARG BUILD_NAME ARG BUILD_REF ARG BUILD_REPOSITORY ARG BUILD_VERSION +ENV BUILD_VERSION="${BUILD_VERSION}" LABEL \ io.hass.name="${BUILD_NAME}" \ io.hass.description="${BUILD_DESCRIPTION}" \ diff --git a/postgres/Dockerfile b/postgres/Dockerfile index d2a47523b..2d2fa4f4e 100644 --- a/postgres/Dockerfile +++ b/postgres/Dockerfile @@ -90,6 +90,7 @@ ARG BUILD_NAME ARG BUILD_REF ARG BUILD_REPOSITORY ARG BUILD_VERSION +ENV BUILD_VERSION="${BUILD_VERSION}" LABEL \ io.hass.name="${BUILD_NAME}" \ io.hass.description="${BUILD_DESCRIPTION}" \ diff --git a/prowlarr/Dockerfile b/prowlarr/Dockerfile index 92237e990..a830ba686 100644 --- a/prowlarr/Dockerfile +++ b/prowlarr/Dockerfile @@ -90,6 +90,7 @@ ARG BUILD_NAME ARG BUILD_REF ARG BUILD_REPOSITORY ARG BUILD_VERSION +ENV BUILD_VERSION="${BUILD_VERSION}" LABEL \ io.hass.name="${BUILD_NAME}" \ io.hass.description="${BUILD_DESCRIPTION}" \ diff --git a/qbittorrent/Dockerfile b/qbittorrent/Dockerfile index fa2107b33..1a75c7ddb 100644 --- a/qbittorrent/Dockerfile +++ b/qbittorrent/Dockerfile @@ -147,6 +147,7 @@ ARG BUILD_NAME ARG BUILD_REF ARG BUILD_REPOSITORY ARG BUILD_VERSION +ENV BUILD_VERSION="${BUILD_VERSION}" LABEL \ io.hass.name="${BUILD_NAME}" \ io.hass.description="${BUILD_DESCRIPTION}" \ diff --git a/radarr/Dockerfile b/radarr/Dockerfile index d6cd808ac..06f0651c4 100644 --- a/radarr/Dockerfile +++ b/radarr/Dockerfile @@ -91,6 +91,7 @@ ARG BUILD_NAME ARG BUILD_REF ARG BUILD_REPOSITORY ARG BUILD_VERSION +ENV BUILD_VERSION="${BUILD_VERSION}" LABEL \ io.hass.name="${BUILD_NAME}" \ io.hass.description="${BUILD_DESCRIPTION}" \ diff --git a/readarr/Dockerfile b/readarr/Dockerfile index 6c59f1722..662c58fa1 100644 --- a/readarr/Dockerfile +++ b/readarr/Dockerfile @@ -87,6 +87,7 @@ ARG BUILD_NAME ARG BUILD_REF ARG BUILD_REPOSITORY ARG BUILD_VERSION +ENV BUILD_VERSION="${BUILD_VERSION}" LABEL \ io.hass.name="${BUILD_NAME}" \ io.hass.description="${BUILD_DESCRIPTION}" \ diff --git a/requestrr/Dockerfile b/requestrr/Dockerfile index 2d7901e91..5973f3b17 100644 --- a/requestrr/Dockerfile +++ b/requestrr/Dockerfile @@ -90,6 +90,7 @@ ARG BUILD_NAME ARG BUILD_REF ARG BUILD_REPOSITORY ARG BUILD_VERSION +ENV BUILD_VERSION="${BUILD_VERSION}" LABEL \ io.hass.name="${BUILD_NAME}" \ io.hass.description="${BUILD_DESCRIPTION}" \ diff --git a/resiliosync/Dockerfile b/resiliosync/Dockerfile index 214c17458..28f540b86 100644 --- a/resiliosync/Dockerfile +++ b/resiliosync/Dockerfile @@ -111,6 +111,7 @@ ARG BUILD_NAME ARG BUILD_REF ARG BUILD_REPOSITORY ARG BUILD_VERSION +ENV BUILD_VERSION="${BUILD_VERSION}" LABEL \ io.hass.name="${BUILD_NAME}" \ io.hass.description="${BUILD_DESCRIPTION}" \ diff --git a/sabnzbd/Dockerfile b/sabnzbd/Dockerfile index a49daa756..6646507e3 100644 --- a/sabnzbd/Dockerfile +++ b/sabnzbd/Dockerfile @@ -86,6 +86,7 @@ ARG BUILD_NAME ARG BUILD_REF ARG BUILD_REPOSITORY ARG BUILD_VERSION +ENV BUILD_VERSION="${BUILD_VERSION}" LABEL \ io.hass.name="${BUILD_NAME}" \ io.hass.description="${BUILD_DESCRIPTION}" \ diff --git a/scrutiny/Dockerfile b/scrutiny/Dockerfile index 357b163e7..0af301740 100644 --- a/scrutiny/Dockerfile +++ b/scrutiny/Dockerfile @@ -81,6 +81,7 @@ ARG BUILD_NAME ARG BUILD_REF ARG BUILD_REPOSITORY ARG BUILD_VERSION +ENV BUILD_VERSION="${BUILD_VERSION}" LABEL \ io.hass.name="${BUILD_NAME}" \ io.hass.description="${BUILD_DESCRIPTION}" \ diff --git a/scrutiny_fa/Dockerfile b/scrutiny_fa/Dockerfile index b14c6813e..0a2f7daa2 100644 --- a/scrutiny_fa/Dockerfile +++ b/scrutiny_fa/Dockerfile @@ -78,6 +78,7 @@ ARG BUILD_NAME ARG BUILD_REF ARG BUILD_REPOSITORY ARG BUILD_VERSION +ENV BUILD_VERSION="${BUILD_VERSION}" LABEL \ io.hass.name="${BUILD_NAME}" \ io.hass.description="${BUILD_DESCRIPTION}" \ diff --git a/seafile/Dockerfile b/seafile/Dockerfile index e4b6437c0..fcb2a557a 100644 --- a/seafile/Dockerfile +++ b/seafile/Dockerfile @@ -86,6 +86,7 @@ ARG BUILD_NAME ARG BUILD_REF ARG BUILD_REPOSITORY ARG BUILD_VERSION +ENV BUILD_VERSION="${BUILD_VERSION}" LABEL \ io.hass.name="${BUILD_NAME}" \ io.hass.description="${BUILD_DESCRIPTION}" \ diff --git a/signalk/Dockerfile b/signalk/Dockerfile index 6ed473e2e..c5f74abf2 100644 --- a/signalk/Dockerfile +++ b/signalk/Dockerfile @@ -91,6 +91,7 @@ ARG BUILD_NAME ARG BUILD_REF ARG BUILD_REPOSITORY ARG BUILD_VERSION +ENV BUILD_VERSION="${BUILD_VERSION}" LABEL \ io.hass.name="${BUILD_NAME}" \ io.hass.description="${BUILD_DESCRIPTION}" \ diff --git a/sonarr/Dockerfile b/sonarr/Dockerfile index 570ce6dc6..424bbf643 100644 --- a/sonarr/Dockerfile +++ b/sonarr/Dockerfile @@ -91,6 +91,7 @@ ARG BUILD_NAME ARG BUILD_REF ARG BUILD_REPOSITORY ARG BUILD_VERSION +ENV BUILD_VERSION="${BUILD_VERSION}" LABEL \ io.hass.name="${BUILD_NAME}" \ io.hass.description="${BUILD_DESCRIPTION}" \ diff --git a/sponsorblockcast/Dockerfile b/sponsorblockcast/Dockerfile index 5b04e4262..fba36d3c4 100644 --- a/sponsorblockcast/Dockerfile +++ b/sponsorblockcast/Dockerfile @@ -86,6 +86,7 @@ ARG BUILD_NAME ARG BUILD_REF ARG BUILD_REPOSITORY ARG BUILD_VERSION +ENV BUILD_VERSION="${BUILD_VERSION}" LABEL \ io.hass.name="${BUILD_NAME}" \ io.hass.description="${BUILD_DESCRIPTION}" \ diff --git a/tandoor_recipes/Dockerfile b/tandoor_recipes/Dockerfile index 9df81a8df..0b668e2eb 100644 --- a/tandoor_recipes/Dockerfile +++ b/tandoor_recipes/Dockerfile @@ -81,6 +81,7 @@ ARG BUILD_NAME ARG BUILD_REF ARG BUILD_REPOSITORY ARG BUILD_VERSION +ENV BUILD_VERSION="${BUILD_VERSION}" LABEL \ io.hass.name="${BUILD_NAME}" \ io.hass.description="${BUILD_DESCRIPTION}" \ diff --git a/tdarr/Dockerfile b/tdarr/Dockerfile index db633a068..488d7c020 100644 --- a/tdarr/Dockerfile +++ b/tdarr/Dockerfile @@ -76,6 +76,7 @@ ARG BUILD_NAME ARG BUILD_REF ARG BUILD_REPOSITORY ARG BUILD_VERSION +ENV BUILD_VERSION="${BUILD_VERSION}" LABEL \ io.hass.name="${BUILD_NAME}" \ io.hass.description="${BUILD_DESCRIPTION}" \ diff --git a/teamspeak/Dockerfile b/teamspeak/Dockerfile index 4e5725c2a..b81c225f9 100644 --- a/teamspeak/Dockerfile +++ b/teamspeak/Dockerfile @@ -89,6 +89,7 @@ ARG BUILD_NAME ARG BUILD_REF ARG BUILD_REPOSITORY ARG BUILD_VERSION +ENV BUILD_VERSION="${BUILD_VERSION}" LABEL \ io.hass.name="${BUILD_NAME}" \ io.hass.description="${BUILD_DESCRIPTION}" \ diff --git a/transmission/Dockerfile b/transmission/Dockerfile index e9f882dae..9bec521ee 100644 --- a/transmission/Dockerfile +++ b/transmission/Dockerfile @@ -98,6 +98,7 @@ ARG BUILD_NAME ARG BUILD_REF ARG BUILD_REPOSITORY ARG BUILD_VERSION +ENV BUILD_VERSION="${BUILD_VERSION}" LABEL \ io.hass.name="${BUILD_NAME}" \ io.hass.description="${BUILD_DESCRIPTION}" \ diff --git a/transmission_openvpn/Dockerfile b/transmission_openvpn/Dockerfile index a61bbcc2f..b9a719fc4 100644 --- a/transmission_openvpn/Dockerfile +++ b/transmission_openvpn/Dockerfile @@ -86,6 +86,7 @@ ARG BUILD_NAME ARG BUILD_REF ARG BUILD_REPOSITORY ARG BUILD_VERSION +ENV BUILD_VERSION="${BUILD_VERSION}" LABEL \ io.hass.name="${BUILD_NAME}" \ io.hass.description="${BUILD_DESCRIPTION}" \ diff --git a/ubooquity/Dockerfile b/ubooquity/Dockerfile index 074e9ea92..2c101a45e 100644 --- a/ubooquity/Dockerfile +++ b/ubooquity/Dockerfile @@ -101,6 +101,7 @@ ARG BUILD_NAME ARG BUILD_REF ARG BUILD_REPOSITORY ARG BUILD_VERSION +ENV BUILD_VERSION="${BUILD_VERSION}" LABEL \ io.hass.name="${BUILD_NAME}" \ io.hass.description="${BUILD_DESCRIPTION}" \ diff --git a/unpackerr/Dockerfile b/unpackerr/Dockerfile index f7ef130f9..9bd9d55c2 100644 --- a/unpackerr/Dockerfile +++ b/unpackerr/Dockerfile @@ -80,6 +80,7 @@ ARG BUILD_NAME ARG BUILD_REF ARG BUILD_REPOSITORY ARG BUILD_VERSION +ENV BUILD_VERSION="${BUILD_VERSION}" LABEL \ io.hass.name="${BUILD_NAME}" \ io.hass.description="${BUILD_DESCRIPTION}" \ diff --git a/webtop/Dockerfile b/webtop/Dockerfile index a341e8e6e..548582460 100644 --- a/webtop/Dockerfile +++ b/webtop/Dockerfile @@ -97,6 +97,7 @@ ARG BUILD_NAME ARG BUILD_REF ARG BUILD_REPOSITORY ARG BUILD_VERSION +ENV BUILD_VERSION="${BUILD_VERSION}" LABEL \ io.hass.name="${BUILD_NAME}" \ io.hass.description="${BUILD_DESCRIPTION}" \ diff --git a/webtop_kde/Dockerfile b/webtop_kde/Dockerfile index 4acfb3061..d8db7cfda 100644 --- a/webtop_kde/Dockerfile +++ b/webtop_kde/Dockerfile @@ -112,6 +112,7 @@ ARG BUILD_NAME ARG BUILD_REF ARG BUILD_REPOSITORY ARG BUILD_VERSION +ENV BUILD_VERSION="${BUILD_VERSION}" LABEL \ io.hass.name="${BUILD_NAME}" \ io.hass.description="${BUILD_DESCRIPTION}" \ diff --git a/webtrees/Dockerfile b/webtrees/Dockerfile index 8da7177c3..d0aae56c2 100644 --- a/webtrees/Dockerfile +++ b/webtrees/Dockerfile @@ -103,6 +103,7 @@ ARG BUILD_NAME ARG BUILD_REF ARG BUILD_REPOSITORY ARG BUILD_VERSION +ENV BUILD_VERSION="${BUILD_VERSION}" LABEL \ io.hass.name="${BUILD_NAME}" \ io.hass.description="${BUILD_DESCRIPTION}" \ diff --git a/wger/Dockerfile b/wger/Dockerfile index 073f8ef87..2c113ff21 100644 --- a/wger/Dockerfile +++ b/wger/Dockerfile @@ -92,6 +92,7 @@ ARG BUILD_NAME ARG BUILD_REF ARG BUILD_REPOSITORY ARG BUILD_VERSION +ENV BUILD_VERSION="${BUILD_VERSION}" LABEL \ io.hass.name="${BUILD_NAME}" \ io.hass.description="${BUILD_DESCRIPTION}" \ diff --git a/whatsapper/Dockerfile b/whatsapper/Dockerfile index 2b7d72516..23aeb25ff 100644 --- a/whatsapper/Dockerfile +++ b/whatsapper/Dockerfile @@ -83,6 +83,7 @@ ARG BUILD_NAME ARG BUILD_REF ARG BUILD_REPOSITORY ARG BUILD_VERSION +ENV BUILD_VERSION="${BUILD_VERSION}" LABEL \ io.hass.name="${BUILD_NAME}" \ io.hass.description="${BUILD_DESCRIPTION}" \ diff --git a/whoogle/Dockerfile b/whoogle/Dockerfile index b7586cdf8..b08492f4d 100644 --- a/whoogle/Dockerfile +++ b/whoogle/Dockerfile @@ -86,6 +86,7 @@ ARG BUILD_NAME ARG BUILD_REF ARG BUILD_REPOSITORY ARG BUILD_VERSION +ENV BUILD_VERSION="${BUILD_VERSION}" LABEL \ io.hass.name="${BUILD_NAME}" \ io.hass.description="${BUILD_DESCRIPTION}" \ diff --git a/xteve/Dockerfile b/xteve/Dockerfile index 54de3737d..52b521514 100644 --- a/xteve/Dockerfile +++ b/xteve/Dockerfile @@ -88,6 +88,7 @@ ARG BUILD_NAME ARG BUILD_REF ARG BUILD_REPOSITORY ARG BUILD_VERSION +ENV BUILD_VERSION="${BUILD_VERSION}" LABEL \ io.hass.name="${BUILD_NAME}" \ io.hass.description="${BUILD_DESCRIPTION}" \ diff --git a/zoneminder/Dockerfile b/zoneminder/Dockerfile index d82722e46..126e675bb 100644 --- a/zoneminder/Dockerfile +++ b/zoneminder/Dockerfile @@ -91,6 +91,7 @@ ARG BUILD_NAME ARG BUILD_REF ARG BUILD_REPOSITORY ARG BUILD_VERSION +ENV BUILD_VERSION="${BUILD_VERSION}" LABEL \ io.hass.name="${BUILD_NAME}" \ io.hass.description="${BUILD_DESCRIPTION}" \ diff --git a/zzz_archived_bitwarden/Dockerfile b/zzz_archived_bitwarden/Dockerfile index a3e6f6e2c..ae95c2586 100644 --- a/zzz_archived_bitwarden/Dockerfile +++ b/zzz_archived_bitwarden/Dockerfile @@ -93,6 +93,7 @@ ARG BUILD_NAME ARG BUILD_REF ARG BUILD_REPOSITORY ARG BUILD_VERSION +ENV BUILD_VERSION="${BUILD_VERSION}" LABEL \ io.hass.name="${BUILD_NAME}" \ io.hass.description="${BUILD_DESCRIPTION}" \ diff --git a/zzz_archived_code-server/Dockerfile b/zzz_archived_code-server/Dockerfile index 26133702b..2fae5d0b9 100644 --- a/zzz_archived_code-server/Dockerfile +++ b/zzz_archived_code-server/Dockerfile @@ -88,6 +88,7 @@ ARG BUILD_NAME ARG BUILD_REF ARG BUILD_REPOSITORY ARG BUILD_VERSION +ENV BUILD_VERSION="${BUILD_VERSION}" LABEL \ io.hass.name="${BUILD_NAME}" \ io.hass.description="${BUILD_DESCRIPTION}" \ diff --git a/zzz_archived_paperless_ngx/Dockerfile b/zzz_archived_paperless_ngx/Dockerfile index 226f5788b..b4135ac2f 100644 --- a/zzz_archived_paperless_ngx/Dockerfile +++ b/zzz_archived_paperless_ngx/Dockerfile @@ -93,6 +93,7 @@ ARG BUILD_NAME ARG BUILD_REF ARG BUILD_REPOSITORY ARG BUILD_VERSION +ENV BUILD_VERSION="${BUILD_VERSION}" LABEL \ io.hass.name="${BUILD_NAME}" \ io.hass.description="${BUILD_DESCRIPTION}" \ diff --git a/zzz_archived_plex_meta_manager/Dockerfile b/zzz_archived_plex_meta_manager/Dockerfile index b85d4aa03..4945463b0 100644 --- a/zzz_archived_plex_meta_manager/Dockerfile +++ b/zzz_archived_plex_meta_manager/Dockerfile @@ -96,6 +96,7 @@ ARG BUILD_NAME ARG BUILD_REF ARG BUILD_REPOSITORY ARG BUILD_VERSION +ENV BUILD_VERSION="${BUILD_VERSION}" LABEL \ io.hass.name="${BUILD_NAME}" \ io.hass.description="${BUILD_DESCRIPTION}" \