mirror of
https://github.com/EpicMorg/docker-scripts.git
synced 2025-08-01 10:01:46 +03:00
Revert "[fix] mattermost"
This reverts commit 01cd75d7006a2af7c23bb77d610361017cba90c7.
This commit is contained in:
parent
83e9495d17
commit
1ec3c03b84
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user