align with latest for build

Align build tags with latest to take into account intermediate ls versions
This commit is contained in:
Alexandre
2021-08-02 09:47:31 +02:00
parent 6e622d72a1
commit 8cb4129b7e
24 changed files with 69 additions and 85 deletions

View File

@@ -1,7 +1,6 @@
ARG BUILD_FROM ARG BUILD_FROM
ARG BUILD_VERSION ARG BUILD_VERSION
ARG BUILD_UPSTREAM="0.9.6" FROM ${BUILD_FROM}
FROM ${BUILD_FROM}${BUILD_UPSTREAM}
ARG BASHIO_VERSION=0.13.0 ARG BASHIO_VERSION=0.13.0
RUN \ RUN \

View File

@@ -1,8 +1,8 @@
{ {
"build_from": { "build_from": {
"armhf": "linuxserver/bazarr:arm32v7-version-v", "armhf": "linuxserver/bazarr:arm32v7-latest",
"armv7": "linuxserver/bazarr:arm32v7-version-v", "armv7": "linuxserver/bazarr:arm32v7-latest",
"aarch64": "linuxserver/bazarr:arm64v8-version-v", "aarch64": "linuxserver/bazarr:arm64v8-latest",
"amd64": "linuxserver/bazarr:amd64-version-v" "amd64": "linuxserver/bazarr:amd64-latest"
} }
} }

View File

@@ -1,6 +1,5 @@
ARG BUILD_VERSION ARG BUILD_VERSION
ARG BUILD_UPSTREAM="15.9.7" FROM coderaiser/cloudcmd:latest
FROM coderaiser/cloudcmd:$BUILD_UPSTREAM
COPY run.sh / COPY run.sh /

View File

@@ -1,7 +1,6 @@
ARG BUILD_FROM ARG BUILD_FROM
ARG BUILD_VERSION ARG BUILD_VERSION
ARG BUILD_UPSTREAM="3.11.0" FROM ${BUILD_FROM}
FROM ${BUILD_FROM}${BUILD_UPSTREAM}
# Install bashio # Install bashio
RUN apt-get update \ RUN apt-get update \

View File

@@ -1,9 +1,8 @@
{ {
"build_from": { "build_from": {
"armv7": "linuxserver/code-server:arm32v7-version-v", "armv7": "linuxserver/code-server:arm32v7-latest",
"armhf": "linuxserver/code-server:arm32v7-version-v", "armhf": "linuxserver/code-server:arm32v7-latest",
"aarch64": "linuxserver/code-server:arm64v8-version-v", "aarch64": "linuxserver/code-server:arm64v8-latest",
"amd64": "linuxserver/code-server:amd64-version-v" "amd64": "linuxserver/code-server:amd64-latest"
} }
} }

View File

@@ -1,7 +1,6 @@
ARG BUILD_FROM ARG BUILD_FROM
ARG BUILD_VERSION ARG BUILD_VERSION
ARG BUILD_UPSTREAM="0.8.2-1-ls54" FROM ${BUILD_FROM}
FROM ${BUILD_FROM}${BUILD_UPSTREAM}
# Install bashio # Install bashio
RUN apt-get update \ RUN apt-get update \
@@ -9,7 +8,7 @@ RUN apt-get update \
jq \ jq \
samba \ samba \
&& curl -J -L -o /tmp/bashio.tar.gz \ && curl -J -L -o /tmp/bashio.tar.gz \
"https://github.com/hassio-addons/bashio/archive/v0.7.1.tar.gz" \ "https://github.com/hassio-addons/bashio/archive/v0.13.0.tar.gz" \
&& mkdir /tmp/bashio \ && mkdir /tmp/bashio \
&& tar zxvf \ && tar zxvf \
/tmp/bashio.tar.gz \ /tmp/bashio.tar.gz \

View File

@@ -1,10 +1,10 @@
{ {
"build_from": { "build_from": {
"armv7": "linuxserver/doublecommander:arm32v7-", "armv7": "linuxserver/doublecommander:arm32v7-latest",
"armhf": "linuxserver/doublecommander:arm32v7-", "armhf": "linuxserver/doublecommander:arm32v7-latest",
"aarch64": "linuxserver/doublecommander:arm64v8-", "aarch64": "linuxserver/doublecommander:arm64v8-latest",
"amd64": "linuxserver/doublecommander:amd64-" "amd64": "linuxserver/doublecommander:amd64-latest"
}, },
"squash": false, "squash": false,
"args": {} "args": {}
} }

View File

@@ -1,8 +1,6 @@
ARG BUILD_FROM ARG BUILD_FROM
ARG BUILD_VERSION ARG BUILD_VERSION
ARG BUILD_UPSTREAM="4.6.4.0" FROM ${BUILD_FROM}
FROM ${BUILD_FROM}${BUILD_UPSTREAM}
ARG BASHIO_VERSION=0.13.0 ARG BASHIO_VERSION=0.13.0
ARG TEMPIO_VERSION=2021.01.0 ARG TEMPIO_VERSION=2021.01.0

View File

@@ -1,8 +1,8 @@
{ {
"build_from": { "build_from": {
"armv7": "linuxserver/emby:arm32v7-version-", "armv7": "linuxserver/emby:arm32v7-latest",
"armhf": "linuxserver/emby:arm32v7-version-", "armhf": "linuxserver/emby:arm32v7-latest",
"aarch64": "linuxserver/emby:arm64v8-version-", "aarch64": "linuxserver/emby:arm64v8-latest",
"amd64": "linuxserver/emby:amd64-version-" "amd64": "linuxserver/emby:amd64-latest"
} }
} }

View File

@@ -1,6 +1,5 @@
ARG BUILD_FROM ARG BUILD_FROM
ARG BUILD_VERSION ARG BUILD_VERSION
ARG BUILD_UPSTREAM="3.1.133"
FROM wiserain/flexget:latest FROM wiserain/flexget:latest
RUN \ RUN \

View File

@@ -1,7 +1,6 @@
ARG BUILD_FROM ARG BUILD_FROM
ARG BUILD_VERSION ARG BUILD_VERSION
ARG BUILD_UPSTREAM="0.18.515" FROM ${BUILD_FROM}
FROM ${BUILD_FROM}${BUILD_UPSTREAM}
RUN curl -J -L -o /tmp/bashio.tar.gz \ RUN curl -J -L -o /tmp/bashio.tar.gz \

View File

@@ -1,8 +1,8 @@
{ {
"build_from": { "build_from": {
"armhf": "linuxserver/jackett:arm32v7-version-v", "armhf": "linuxserver/jackett:arm32v7-latest",
"armv7": "linuxserver/jackett:arm32v7-version-v", "armv7": "linuxserver/jackett:arm32v7-latest",
"aarch64": "linuxserver/jackett:arm64v8-version-v", "aarch64": "linuxserver/jackett:arm64v8-latest",
"amd64": "linuxserver/jackett:amd64-version-v" "amd64": "linuxserver/jackett:amd64-latest"
} }
} }

View File

@@ -1,8 +1,6 @@
ARG BUILD_FROM ARG BUILD_FROM
ARG BUILD_VERSION ARG BUILD_VERSION
ARG BUILD_UPSTREAM="10.7.6-1-ls118" FROM ${BUILD_FROM}
FROM ${BUILD_FROM}${BUILD_UPSTREAM}
# Set shell # Set shell
SHELL ["/bin/bash", "-o", "pipefail", "-c"] SHELL ["/bin/bash", "-o", "pipefail", "-c"]

View File

@@ -1,8 +1,8 @@
{ {
"build_from": { "build_from": {
"armv7": "linuxserver/jellyfin:arm32v7-", "armv7": "linuxserver/jellyfin:arm32v7-latest",
"armhf": "linuxserver/jellyfin:arm32v7-", "armhf": "linuxserver/jellyfin:arm32v7-latest",
"aarch64": "linuxserver/jellyfin:arm64v8-", "aarch64": "linuxserver/jellyfin:arm64v8-latest",
"amd64": "linuxserver/jellyfin:amd64-" "amd64": "linuxserver/jellyfin:amd64-latest"
} }
} }

View File

@@ -2,7 +2,7 @@ ARG BUILD_FROM
ARG BUILD_VERSION ARG BUILD_VERSION
ARG BUILD_UPSTREAM="22.0.0" ARG BUILD_UPSTREAM="22.0.0"
FROM ${BUILD_FROM}${BUILD_UPSTREAM} FROM ${BUILD_FROM}
ENV NEXTCLOUD_PATH="/data/config/www/nextcloud" ENV NEXTCLOUD_PATH="/data/config/www/nextcloud"

View File

@@ -1,10 +1,10 @@
{ {
"squash": false, "squash": false,
"build_from": { "build_from": {
"aarch64": "linuxserver/nextcloud:arm64v8-version-", "aarch64": "linuxserver/nextcloud:arm64v8-latest",
"amd64": "linuxserver/nextcloud:amd64-version-", "amd64": "linuxserver/nextcloud:amd64-latest",
"armhf": "linuxserver/nextcloud:arm32v7-version-", "armhf": "linuxserver/nextcloud:arm32v7-latest",
"armv7": "linuxserver/nextcloud:arm32v7-version-" "armv7": "linuxserver/nextcloud:arm32v7-latest"
}, },
"args": {} "args": {}
} }

View File

@@ -1,7 +1,6 @@
ARG BUILD_FROM ARG BUILD_FROM
ARG BUILD_VERSION ARG BUILD_VERSION
ARG BUILD_UPSTREAM="4.0.1430" FROM ${BUILD_FROM}
FROM ${BUILD_FROM}${BUILD_UPSTREAM}
RUN \ RUN \
################ ################

View File

@@ -1,8 +1,8 @@
{ {
"build_from": { "build_from": {
"armhf": "linuxserver/ombi:arm32v7-version-v", "armhf": "linuxserver/ombi:arm32v7-latest",
"armv7": "linuxserver/ombi:arm32v7-version-v", "armv7": "linuxserver/ombi:arm32v7-latest",
"aarch64": "linuxserver/ombi:arm64v8-version-v", "aarch64": "linuxserver/ombi:arm64v8-latest",
"amd64": "linuxserver/ombi:amd64-version-v" "amd64": "linuxserver/ombi:amd64-latest"
} }
} }

View File

@@ -1,9 +1,8 @@
ARG BUILD_FROM ARG BUILD_FROM
ARG BUILD_VERSION ARG BUILD_VERSION
ARG BUILD_UPSTREAM="2.0.1"
ARG BASHIO_VERSION=0.13.0 ARG BASHIO_VERSION=0.13.0
FROM ${BUILD_FROM}${BUILD_UPSTREAM} FROM ${BUILD_FROM}
# Add bashio # Add bashio
RUN \ RUN \

View File

@@ -1,9 +1,8 @@
{ {
"build_from": { "build_from": {
"armv7": "linuxserver/papermerge:arm32v7-version-v", "armv7": "linuxserver/papermerge:arm32v7-latest",
"armhf": "linuxserver/papermerge:arm32v7-version-v", "armhf": "linuxserver/papermerge:arm32v7-latest",
"aarch64": "linuxserver/papermerge:arm64v8-version-v", "aarch64": "linuxserver/papermerge:arm64v8-latest",
"amd64": "linuxserver/papermerge:amd64-version-v" "amd64": "linuxserver/papermerge:amd64-latest"
} }
} }

View File

@@ -1,7 +1,6 @@
ARG BUILD_FROM ARG BUILD_FROM
ARG BUILD_VERSION ARG BUILD_VERSION
ARG BUILD_UPSTREAM="11.5.0" FROM ${BUILD_FROM}
FROM ${BUILD_FROM}${BUILD_UPSTREAM}
# Copy root filesystem # Copy root filesystem
COPY rootfs / COPY rootfs /

View File

@@ -1,8 +1,8 @@
{ {
"build_from": { "build_from": {
"armv7": "linuxserver/piwigo:arm32v7-version-", "armv7": "linuxserver/piwigo:arm32v7-latest",
"armhf": "linuxserver/piwigo:arm32v7-version-", "armhf": "linuxserver/piwigo:arm32v7-latest",
"aarch64": "linuxserver/piwigo:arm64v8-version-", "aarch64": "linuxserver/piwigo:arm64v8-latest",
"amd64": "linuxserver/piwigo:amd64-version-" "amd64": "linuxserver/piwigo:amd64-latest"
} }
} }

View File

@@ -1,9 +1,8 @@
ARG BUILD_FROM ARG BUILD_FROM
ARG BUILD_VERSION ARG BUILD_VERSION
ARG BUILD_UPSTREAM="1.23.6.4881-e2e58f321-ls65"
ARG BASHIO_VERSION=0.13.0 ARG BASHIO_VERSION=0.13.0
FROM ${BUILD_FROM}${BUILD_UPSTREAM} FROM ${BUILD_FROM}
# Set shell # Set shell
SHELL ["/bin/bash", "-o", "pipefail", "-c"] SHELL ["/bin/bash", "-o", "pipefail", "-c"]

View File

@@ -1,8 +1,8 @@
{ {
"build_from": { "build_from": {
"armv7": "linuxserver/plex:arm32v7-", "armv7": "linuxserver/plex:arm32v7-latest",
"armhf": "linuxserver/plex:arm32v7-", "armhf": "linuxserver/plex:arm32v7-latest",
"aarch64": "linuxserver/plex:arm64v8-", "aarch64": "linuxserver/plex:arm64v8-latest",
"amd64": "linuxserver/plex:amd64-" "amd64": "linuxserver/plex:amd64-latest"
} }
} }