Merge ~pjdc/charm-k8s-mattermost/+git/image-build:enable-autolink-plugin into ~mattermost-charmers/charm-k8s-mattermost/+git/image-build:master

Proposed by Paul Collins
Status: Merged
Approved by: Haw Loeung
Approved revision: e2c94149a21f34f95fa22c2ae0a2e9a56059717d
Merged at revision: 53661cc77764145b420dfb9b7450a2614d529ba9
Proposed branch: ~pjdc/charm-k8s-mattermost/+git/image-build:enable-autolink-plugin
Merge into: ~mattermost-charmers/charm-k8s-mattermost/+git/image-build:master
Diff against target: 13 lines (+2/-0)
1 file modified
Dockerfile (+2/-0)
Reviewer Review Type Date Requested Status
Haw Loeung +1 Approve
Review via email: mp+385448@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Haw Loeung (hloeung) wrote :

LGTM

review: Approve (+1)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/Dockerfile b/Dockerfile
2index 659ac01..8529727 100644
3--- a/Dockerfile
4+++ b/Dockerfile
5@@ -23,6 +23,8 @@ RUN mkdir -p /mattermost/data /mattermost/plugins /mattermost/client/plugins &&
6 addgroup --gid ${PGID} mattermost && \
7 adduser --no-create-home --disabled-password --gecos "" --uid ${PUID} --gid ${PGID} --home /mattermost mattermost
8
9+RUN tar -C /mattermost/plugins -xvzf /mattermost/prepackaged_plugins/mattermost-plugin-autolink-v1.1.2-linux-amd64.tar.gz
10+
11 RUN cd /mattermost/plugins && curl -L https://github.com/moussetc/mattermost-plugin-giphy/releases/download/v1.2.1/com.github.moussetc.mattermost.plugin.giphy-1.2.1.tar.gz | tar -xvz
12
13 HEALTHCHECK CMD curl --fail http://localhost:8065 || exit 1

Subscribers

People subscribed via source and target branches