UNCLASSIFIED
Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Ironbank Plugins
Mattermost Admin Plugin
Commits
fd7f238d
Commit
fd7f238d
authored
May 04, 2021
by
paulqualls
Browse files
adjusting to ironbank MM image
parent
6ebbb0ac
Pipeline
#264277
passed with stages
in 6 minutes and 12 seconds
Changes
2
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
8 deletions
+8
-8
Dockerfile
Dockerfile
+3
-3
plugins_manifest.yaml
plugins_manifest.yaml
+5
-5
No files found.
Dockerfile
View file @
fd7f238d
...
@@ -7,11 +7,11 @@ FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} AS builder
...
@@ -7,11 +7,11 @@ FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} AS builder
WORKDIR
/tmp
WORKDIR
/tmp
COPY
install-mattermost-plugin.sh .
COPY
install-mattermost-plugin.sh .
COPY
call_mm_plugin_installer.sh .
#
COPY call_mm_plugin_installer.sh .
COPY
mattermost-admin-plugin-1.0.2-rc.tar.gz .
COPY
mattermost-admin-plugin-1.0.2-rc.tar.gz .
COPY
linux_amd64.tar .
#
COPY linux_amd64.tar .
RUN
tar
xvf linux_amd64.tar
#
RUN tar xvf linux_amd64.tar
FROM
registry1.dso.mil/ironbank/opensource/mattermost/mattermost:5.27.0
FROM
registry1.dso.mil/ironbank/opensource/mattermost/mattermost:5.27.0
# FROM registry1.dso.mil/ironbank/google/golang/golang-1.16:1.16
# FROM registry1.dso.mil/ironbank/google/golang/golang-1.16:1.16
...
...
plugins_manifest.yaml
View file @
fd7f238d
...
@@ -23,11 +23,11 @@ resources:
...
@@ -23,11 +23,11 @@ resources:
validation
:
validation
:
type
:
sha256
type
:
sha256
value
:
9f300373f814db6509002a18bf7009096f76166fb9b017f0c011a2371b48b0a4
value
:
9f300373f814db6509002a18bf7009096f76166fb9b017f0c011a2371b48b0a4
-
url
:
https://github.com/mattermost/mmctl/releases/download/v5.32.0/linux_amd64.tar
#
- url: https://github.com/mattermost/mmctl/releases/download/v5.32.0/linux_amd64.tar
filename
:
linux_amd64.tar
#
filename: linux_amd64.tar
validation
:
#
validation:
type
:
sha256
#
type: sha256
value
:
408650ab5cb8eb7e59b3202308745418e6b04a354b001be76cad5e3dedfd925d
#
value: 408650ab5cb8eb7e59b3202308745418e6b04a354b001be76cad5e3dedfd925d
# Include plugin maintainer info
# Include plugin maintainer info
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment