From 1ec3c03b8469c87c4643db7dc310032d41e8701f Mon Sep 17 00:00:00 2001 From: Zimovskii Anatolii Date: Wed, 30 Jul 2025 16:14:58 +0300 Subject: [PATCH] Revert "[fix] mattermost" This reverts commit 01cd75d7006a2af7c23bb77d610361017cba90c7. --- 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 e14972969..9b199f064 100644 --- a/linux/advanced/mattermost/10.0/Dockerfile +++ b/linux/advanced/mattermost/10.0/Dockerfile @@ -1,4 +1,4 @@ -FROM mattermost/mattermost-enterprise-edition:10.0 as bootstrap +FROM mattermost/mattermost-enterprise-edition:release-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:10.0 +FROM mattermost/mattermost-enterprise-edition:release-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 1b4d13eaa..22725aee2 100644 --- a/linux/advanced/mattermost/10.1/Dockerfile +++ b/linux/advanced/mattermost/10.1/Dockerfile @@ -1,4 +1,4 @@ -FROM mattermost/mattermost-enterprise-edition:10.1 as bootstrap +FROM mattermost/mattermost-enterprise-edition:release-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:10.1 +FROM mattermost/mattermost-enterprise-edition:release-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 b4b901e64..87c36f2f7 100644 --- a/linux/advanced/mattermost/10.10/Dockerfile +++ b/linux/advanced/mattermost/10.10/Dockerfile @@ -1,4 +1,4 @@ -FROM mattermost/mattermost-enterprise-edition:10.10 as bootstrap +FROM mattermost/mattermost-enterprise-edition:release-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:10.10 +FROM mattermost/mattermost-enterprise-edition:release-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 f80b02ed6..1c8c2ba81 100644 --- a/linux/advanced/mattermost/10.11/Dockerfile +++ b/linux/advanced/mattermost/10.11/Dockerfile @@ -1,4 +1,4 @@ -FROM mattermost/mattermost-enterprise-edition:10.11 as bootstrap +FROM mattermost/mattermost-enterprise-edition:release-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:10.11 +FROM mattermost/mattermost-enterprise-edition:release-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 e0f145082..6f1c9ad84 100644 --- a/linux/advanced/mattermost/10.2/Dockerfile +++ b/linux/advanced/mattermost/10.2/Dockerfile @@ -1,4 +1,4 @@ -FROM mattermost/mattermost-enterprise-edition:10.2 as bootstrap +FROM mattermost/mattermost-enterprise-edition:release-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:10.2 +FROM mattermost/mattermost-enterprise-edition:release-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 e1847f5ee..3e0e2fc99 100644 --- a/linux/advanced/mattermost/10.3/Dockerfile +++ b/linux/advanced/mattermost/10.3/Dockerfile @@ -1,4 +1,4 @@ -FROM mattermost/mattermost-enterprise-edition:10.3 as bootstrap +FROM mattermost/mattermost-enterprise-edition:release-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:10.3 +FROM mattermost/mattermost-enterprise-edition:release-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 ac89a7c2d..596c7ab0c 100644 --- a/linux/advanced/mattermost/10.4/Dockerfile +++ b/linux/advanced/mattermost/10.4/Dockerfile @@ -1,4 +1,4 @@ -FROM mattermost/mattermost-enterprise-edition:10.4 as bootstrap +FROM mattermost/mattermost-enterprise-edition:release-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:10.4 +FROM mattermost/mattermost-enterprise-edition:release-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 c187d629f..66c50228c 100644 --- a/linux/advanced/mattermost/10.5/Dockerfile +++ b/linux/advanced/mattermost/10.5/Dockerfile @@ -1,4 +1,4 @@ -FROM mattermost/mattermost-enterprise-edition:10.5 as bootstrap +FROM mattermost/mattermost-enterprise-edition:release-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:10.5 +FROM mattermost/mattermost-enterprise-edition:release-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 709589842..54c41f836 100644 --- a/linux/advanced/mattermost/10.6/Dockerfile +++ b/linux/advanced/mattermost/10.6/Dockerfile @@ -1,4 +1,4 @@ -FROM mattermost/mattermost-enterprise-edition:10.6 as bootstrap +FROM mattermost/mattermost-enterprise-edition:release-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:10.6 +FROM mattermost/mattermost-enterprise-edition:release-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 e03039454..028d66b07 100644 --- a/linux/advanced/mattermost/10.7/Dockerfile +++ b/linux/advanced/mattermost/10.7/Dockerfile @@ -1,4 +1,4 @@ -FROM mattermost/mattermost-enterprise-edition:10.7 as bootstrap +FROM mattermost/mattermost-enterprise-edition:release-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:10.7 +FROM mattermost/mattermost-enterprise-edition:release-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 77cb9e24e..ccdc590dc 100644 --- a/linux/advanced/mattermost/10.8/Dockerfile +++ b/linux/advanced/mattermost/10.8/Dockerfile @@ -1,4 +1,4 @@ -FROM mattermost/mattermost-enterprise-edition:10.8 as bootstrap +FROM mattermost/mattermost-enterprise-edition:release-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:10.8 +FROM mattermost/mattermost-enterprise-edition:release-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 89e5bbc58..1f5ea53a7 100644 --- a/linux/advanced/mattermost/10.9/Dockerfile +++ b/linux/advanced/mattermost/10.9/Dockerfile @@ -1,4 +1,4 @@ -FROM mattermost/mattermost-enterprise-edition:10.9 as bootstrap +FROM mattermost/mattermost-enterprise-edition:release-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:10.9 +FROM mattermost/mattermost-enterprise-edition:release-10.9 LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" LABEL org.opencontainers.image.vendor="EpicMorg DevTeam, developer@epicm.org"