From 01cd75d7006a2af7c23bb77d610361017cba90c7 Mon Sep 17 00:00:00 2001 From: Zimovskii Anatolii Date: Wed, 30 Jul 2025 16:00:23 +0300 Subject: [PATCH] [fix] mattermost --- linux/advanced/mattermost/10.0/Dockerfile | 4 ++-- linux/advanced/mattermost/10.1/Dockerfile | 4 ++-- linux/advanced/mattermost/10.10/Dockerfile | 4 ++-- linux/advanced/mattermost/10.11/Dockerfile | 4 ++-- linux/advanced/mattermost/10.2/Dockerfile | 4 ++-- linux/advanced/mattermost/10.3/Dockerfile | 4 ++-- linux/advanced/mattermost/10.4/Dockerfile | 4 ++-- linux/advanced/mattermost/10.5/Dockerfile | 4 ++-- linux/advanced/mattermost/10.6/Dockerfile | 4 ++-- linux/advanced/mattermost/10.7/Dockerfile | 4 ++-- linux/advanced/mattermost/10.8/Dockerfile | 4 ++-- linux/advanced/mattermost/10.9/Dockerfile | 4 ++-- 12 files changed, 24 insertions(+), 24 deletions(-) diff --git a/linux/advanced/mattermost/10.0/Dockerfile b/linux/advanced/mattermost/10.0/Dockerfile index 9b199f064..e14972969 100644 --- a/linux/advanced/mattermost/10.0/Dockerfile +++ b/linux/advanced/mattermost/10.0/Dockerfile @@ -1,4 +1,4 @@ -FROM mattermost/mattermost-enterprise-edition:release-10.0 as bootstrap +FROM mattermost/mattermost-enterprise-edition:10.0 as bootstrap RUN cd ./bin && \ ls -las && \ mattermost version @@ -10,7 +10,7 @@ RUN cd /tmp && \ chmod +x ./edit.py && \ ./edit.py -FROM mattermost/mattermost-enterprise-edition:release-10.0 +FROM mattermost/mattermost-enterprise-edition:10.0 LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/mattermost/10.1/Dockerfile b/linux/advanced/mattermost/10.1/Dockerfile index 22725aee2..1b4d13eaa 100644 --- a/linux/advanced/mattermost/10.1/Dockerfile +++ b/linux/advanced/mattermost/10.1/Dockerfile @@ -1,4 +1,4 @@ -FROM mattermost/mattermost-enterprise-edition:release-10.1 as bootstrap +FROM mattermost/mattermost-enterprise-edition:10.1 as bootstrap RUN cd ./bin && \ ls -las && \ mattermost version @@ -10,7 +10,7 @@ RUN cd /tmp && \ chmod +x ./edit.py && \ ./edit.py -FROM mattermost/mattermost-enterprise-edition:release-10.1 +FROM mattermost/mattermost-enterprise-edition:10.1 LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/mattermost/10.10/Dockerfile b/linux/advanced/mattermost/10.10/Dockerfile index 87c36f2f7..b4b901e64 100644 --- a/linux/advanced/mattermost/10.10/Dockerfile +++ b/linux/advanced/mattermost/10.10/Dockerfile @@ -1,4 +1,4 @@ -FROM mattermost/mattermost-enterprise-edition:release-10.10 as bootstrap +FROM mattermost/mattermost-enterprise-edition:10.10 as bootstrap RUN cd ./bin && \ ls -las && \ mattermost version @@ -10,7 +10,7 @@ RUN cd /tmp && \ chmod +x ./edit.py && \ ./edit.py -FROM mattermost/mattermost-enterprise-edition:release-10.10 +FROM mattermost/mattermost-enterprise-edition:10.10 LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/mattermost/10.11/Dockerfile b/linux/advanced/mattermost/10.11/Dockerfile index 1c8c2ba81..f80b02ed6 100644 --- a/linux/advanced/mattermost/10.11/Dockerfile +++ b/linux/advanced/mattermost/10.11/Dockerfile @@ -1,4 +1,4 @@ -FROM mattermost/mattermost-enterprise-edition:release-10.11 as bootstrap +FROM mattermost/mattermost-enterprise-edition:10.11 as bootstrap RUN cd ./bin && \ ls -las @@ -9,7 +9,7 @@ RUN cd /tmp && \ chmod +x ./edit.py && \ ./edit.py -FROM mattermost/mattermost-enterprise-edition:release-10.11 +FROM mattermost/mattermost-enterprise-edition:10.11 LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/mattermost/10.2/Dockerfile b/linux/advanced/mattermost/10.2/Dockerfile index 6f1c9ad84..e0f145082 100644 --- a/linux/advanced/mattermost/10.2/Dockerfile +++ b/linux/advanced/mattermost/10.2/Dockerfile @@ -1,4 +1,4 @@ -FROM mattermost/mattermost-enterprise-edition:release-10.2 as bootstrap +FROM mattermost/mattermost-enterprise-edition:10.2 as bootstrap RUN cd ./bin && \ ls -las && \ mattermost version @@ -10,7 +10,7 @@ RUN cd /tmp && \ chmod +x ./edit.py && \ ./edit.py -FROM mattermost/mattermost-enterprise-edition:release-10.2 +FROM mattermost/mattermost-enterprise-edition:10.2 LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/mattermost/10.3/Dockerfile b/linux/advanced/mattermost/10.3/Dockerfile index 3e0e2fc99..e1847f5ee 100644 --- a/linux/advanced/mattermost/10.3/Dockerfile +++ b/linux/advanced/mattermost/10.3/Dockerfile @@ -1,4 +1,4 @@ -FROM mattermost/mattermost-enterprise-edition:release-10.3 as bootstrap +FROM mattermost/mattermost-enterprise-edition:10.3 as bootstrap RUN cd ./bin && \ ls -las && \ mattermost version @@ -10,7 +10,7 @@ RUN cd /tmp && \ chmod +x ./edit.py && \ ./edit.py -FROM mattermost/mattermost-enterprise-edition:release-10.3 +FROM mattermost/mattermost-enterprise-edition:10.3 LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/mattermost/10.4/Dockerfile b/linux/advanced/mattermost/10.4/Dockerfile index 596c7ab0c..ac89a7c2d 100644 --- a/linux/advanced/mattermost/10.4/Dockerfile +++ b/linux/advanced/mattermost/10.4/Dockerfile @@ -1,4 +1,4 @@ -FROM mattermost/mattermost-enterprise-edition:release-10.4 as bootstrap +FROM mattermost/mattermost-enterprise-edition:10.4 as bootstrap RUN cd ./bin && \ ls -las && \ mattermost version @@ -10,7 +10,7 @@ RUN cd /tmp && \ chmod +x ./edit.py && \ ./edit.py -FROM mattermost/mattermost-enterprise-edition:release-10.4 +FROM mattermost/mattermost-enterprise-edition:10.4 LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/mattermost/10.5/Dockerfile b/linux/advanced/mattermost/10.5/Dockerfile index 66c50228c..c187d629f 100644 --- a/linux/advanced/mattermost/10.5/Dockerfile +++ b/linux/advanced/mattermost/10.5/Dockerfile @@ -1,4 +1,4 @@ -FROM mattermost/mattermost-enterprise-edition:release-10.5 as bootstrap +FROM mattermost/mattermost-enterprise-edition:10.5 as bootstrap RUN cd ./bin && \ ls -las && \ mattermost version @@ -10,7 +10,7 @@ RUN cd /tmp && \ chmod +x ./edit.py && \ ./edit.py -FROM mattermost/mattermost-enterprise-edition:release-10.5 +FROM mattermost/mattermost-enterprise-edition:10.5 LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/mattermost/10.6/Dockerfile b/linux/advanced/mattermost/10.6/Dockerfile index 54c41f836..709589842 100644 --- a/linux/advanced/mattermost/10.6/Dockerfile +++ b/linux/advanced/mattermost/10.6/Dockerfile @@ -1,4 +1,4 @@ -FROM mattermost/mattermost-enterprise-edition:release-10.6 as bootstrap +FROM mattermost/mattermost-enterprise-edition:10.6 as bootstrap RUN cd ./bin && \ ls -las && \ mattermost version @@ -10,7 +10,7 @@ RUN cd /tmp && \ chmod +x ./edit.py && \ ./edit.py -FROM mattermost/mattermost-enterprise-edition:release-10.6 +FROM mattermost/mattermost-enterprise-edition:10.6 LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/mattermost/10.7/Dockerfile b/linux/advanced/mattermost/10.7/Dockerfile index 028d66b07..e03039454 100644 --- a/linux/advanced/mattermost/10.7/Dockerfile +++ b/linux/advanced/mattermost/10.7/Dockerfile @@ -1,4 +1,4 @@ -FROM mattermost/mattermost-enterprise-edition:release-10.7 as bootstrap +FROM mattermost/mattermost-enterprise-edition:10.7 as bootstrap RUN cd ./bin && \ ls -las && \ mattermost version @@ -10,7 +10,7 @@ RUN cd /tmp && \ chmod +x ./edit.py && \ ./edit.py -FROM mattermost/mattermost-enterprise-edition:release-10.7 +FROM mattermost/mattermost-enterprise-edition:10.7 LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/mattermost/10.8/Dockerfile b/linux/advanced/mattermost/10.8/Dockerfile index ccdc590dc..77cb9e24e 100644 --- a/linux/advanced/mattermost/10.8/Dockerfile +++ b/linux/advanced/mattermost/10.8/Dockerfile @@ -1,4 +1,4 @@ -FROM mattermost/mattermost-enterprise-edition:release-10.8 as bootstrap +FROM mattermost/mattermost-enterprise-edition:10.8 as bootstrap RUN cd ./bin && \ ls -las && \ mattermost version @@ -10,7 +10,7 @@ RUN cd /tmp && \ chmod +x ./edit.py && \ ./edit.py -FROM mattermost/mattermost-enterprise-edition:release-10.8 +FROM mattermost/mattermost-enterprise-edition:10.8 LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org" diff --git a/linux/advanced/mattermost/10.9/Dockerfile b/linux/advanced/mattermost/10.9/Dockerfile index 1f5ea53a7..89e5bbc58 100644 --- a/linux/advanced/mattermost/10.9/Dockerfile +++ b/linux/advanced/mattermost/10.9/Dockerfile @@ -1,4 +1,4 @@ -FROM mattermost/mattermost-enterprise-edition:release-10.9 as bootstrap +FROM mattermost/mattermost-enterprise-edition:10.9 as bootstrap RUN cd ./bin && \ ls -las && \ mattermost version @@ -10,7 +10,7 @@ RUN cd /tmp && \ chmod +x ./edit.py && \ ./edit.py -FROM mattermost/mattermost-enterprise-edition:release-10.9 +FROM mattermost/mattermost-enterprise-edition:10.9 LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org"