Merge ~sajoupa/charm-k8s-mattermost:master into charm-k8s-mattermost:master

Proposed by Laurent Sesquès
Status: Merged
Approved by: Laurent Sesquès
Approved revision: 9ba24ed84d80fd4534444da836b5aa51c7040a94
Merged at revision: be8ed3d237d945e3849a3df095e2ca2ae77406b0
Proposed branch: ~sajoupa/charm-k8s-mattermost:master
Merge into: charm-k8s-mattermost:master
Diff against target: 45 lines (+5/-5)
1 file modified
Dockerfile (+5/-5)
Reviewer Review Type Date Requested Status
Benjamin Allot Approve
🤖 prod-jenkaas-is (community) continuous-integration Needs Fixing
Canonical IS Reviewers Pending
Review via email: mp+409436@code.launchpad.net

Commit message

update mattermost to 5.39.0

To post a comment you must log in.
Revision history for this message
🤖 Canonical IS Merge Bot (canonical-is-mergebot) wrote :

This merge proposal is being monitored by mergebot. Change the status to Approved to merge.

Revision history for this message
🤖 prod-jenkaas-is (prod-jenkaas-is) wrote :

A CI job is currently in progress. A follow up comment will be added when it completes.

Revision history for this message
🤖 prod-jenkaas-is (prod-jenkaas-is) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
Benjamin Allot (ballot) wrote :

LGTM.

Having all the version of the plugin as variables would make such change easier IMO.

review: Approve
Revision history for this message
🤖 Canonical IS Merge Bot (canonical-is-mergebot) wrote :

Change successfully merged at revision be8ed3d237d945e3849a3df095e2ca2ae77406b0

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
diff --git a/Dockerfile b/Dockerfile
index 4547dcf..ae831fd 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -7,7 +7,7 @@ ARG edition=enterprise
7ARG image_flavour=default7ARG image_flavour=default
8ARG mattermost_gid=20008ARG mattermost_gid=2000
9ARG mattermost_uid=20009ARG mattermost_uid=2000
10ARG mattermost_version=5.33.310ARG mattermost_version=5.39.0
11ARG mattermost_webapp=mattermost-webapp.tar.gz11ARG mattermost_webapp=mattermost-webapp.tar.gz
1212
13LABEL org.label-schema.version=${mattermost_version}13LABEL org.label-schema.version=${mattermost_version}
@@ -39,12 +39,12 @@ RUN mkdir -p /mattermost/data /mattermost/plugins /mattermost/client/plugins &&
3939
40# Enable prepackaged plugin40# Enable prepackaged plugin
41RUN if [ "$image_flavour" = canonical ]; then \41RUN if [ "$image_flavour" = canonical ]; then \
42 tar -C /mattermost/plugins -xvzf /mattermost/prepackaged_plugins/mattermost-plugin-autolink-v1.2.1-linux-amd64.tar.gz ; \42 tar -C /mattermost/plugins -xvzf /mattermost/prepackaged_plugins/mattermost-plugin-autolink-v1.2.2-linux-amd64.tar.gz ; \
43 fi43 fi
4444
45# Enable prepackaged plugin45# Enable prepackaged plugin
46RUN if [ "$image_flavour" = canonical ]; then \46RUN if [ "$image_flavour" = canonical ]; then \
47 tar -C /mattermost/plugins -xvzf /mattermost/prepackaged_plugins/mattermost-plugin-github-v2.0.0-linux-amd64.tar.gz ; \47 tar -C /mattermost/plugins -xvzf /mattermost/prepackaged_plugins/mattermost-plugin-github-v2.0.1-linux-amd64.tar.gz ; \
48 fi48 fi
4949
50# Enable prepackaged plugin50# Enable prepackaged plugin
@@ -63,14 +63,14 @@ RUN if [ "$image_flavour" = canonical ]; then \
63RUN if [ "$image_flavour" = canonical ]; then \63RUN if [ "$image_flavour" = canonical ]; then \
64 cd /mattermost/plugins && \64 cd /mattermost/plugins && \
65 set -o pipefail && \65 set -o pipefail && \
66 curl -L https://github.com/moussetc/mattermost-plugin-giphy/releases/download/v2.0.0/com.github.moussetc.mattermost.plugin.giphy-2.0.0.tar.gz | tar -xvz ; \66 curl -L https://github.com/moussetc/mattermost-plugin-giphy/releases/download/v2.1.0/com.github.moussetc.mattermost.plugin.giphy-2.1.0.tar.gz | tar -xvz ; \
67 fi67 fi
6868
69# Download and enable third-party plugin69# Download and enable third-party plugin
70RUN if [ "$image_flavour" = canonical ]; then \70RUN if [ "$image_flavour" = canonical ]; then \
71 cd /mattermost/plugins && \71 cd /mattermost/plugins && \
72 set -o pipefail && \72 set -o pipefail && \
73 curl -L https://github.com/scottleedavis/mattermost-plugin-remind/releases/download/0.4.4/com.github.scottleedavis.mattermost-plugin-remind-0.4.4.tar.gz | tar -xvz ; \73 curl -L https://github.com/scottleedavis/mattermost-plugin-remind/releases/download/v0.4.5/com.github.scottleedavis.mattermost-plugin-remind-0.4.5.tar.gz | tar -xvz ; \
74 fi74 fi
7575
76# Canonical's custom webapp76# Canonical's custom webapp

Subscribers

People subscribed via source and target branches