Bump to 5.2.1
This commit is contained in:
parent
776169b16b
commit
947d278973
@ -2,7 +2,7 @@ FROM alpine:3.6
|
|||||||
|
|
||||||
# Some ENV variables
|
# Some ENV variables
|
||||||
ENV PATH="/mattermost/bin:${PATH}"
|
ENV PATH="/mattermost/bin:${PATH}"
|
||||||
ENV MM_VERSION=5.2.0
|
ENV MM_VERSION=5.2.1
|
||||||
|
|
||||||
# Build argument to set Mattermost edition
|
# Build argument to set Mattermost edition
|
||||||
ARG edition=enterprise
|
ARG edition=enterprise
|
||||||
@ -33,9 +33,9 @@ RUN mkdir -p /mattermost/data \
|
|||||||
# Get ready for production
|
# Get ready for production
|
||||||
RUN addgroup -g ${PGID} mattermost \
|
RUN addgroup -g ${PGID} mattermost \
|
||||||
&& adduser -D -u ${PUID} -G mattermost -h /mattermost -D mattermost \
|
&& adduser -D -u ${PUID} -G mattermost -h /mattermost -D mattermost \
|
||||||
&& chown -R mattermost:mattermost /mattermost /config.json.save
|
&& chown -R mattermost:mattermost /mattermost /config.json.save
|
||||||
|
|
||||||
USER mattermost
|
USER mattermost
|
||||||
|
|
||||||
#Healthcheck to make sure container is ready
|
#Healthcheck to make sure container is ready
|
||||||
HEALTHCHECK CMD curl --fail http://localhost:8000 || exit 1
|
HEALTHCHECK CMD curl --fail http://localhost:8000 || exit 1
|
||||||
|
@ -17,7 +17,7 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: mattermost-app
|
- name: mattermost-app
|
||||||
image: "mattermost/mattermost-prod-app:4.7.0"
|
image: "mattermost/mattermost-prod-app:5.2.1"
|
||||||
env:
|
env:
|
||||||
- name: DB_HOST
|
- name: DB_HOST
|
||||||
valueFrom:
|
valueFrom:
|
||||||
|
Reference in New Issue
Block a user