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
4a75a0d9
Commit
4a75a0d9
authored
May 26, 2021
by
Ajith Gudem
Browse files
Switching to new admin plugin release
parent
66da3d82
Pipeline
#279871
failed with stages
in 1 minute and 33 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
Dockerfile
Dockerfile
+5
-4
No files found.
Dockerfile
View file @
4a75a0d9
...
...
@@ -6,9 +6,10 @@ FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} AS builder
WORKDIR
/tmp
COPY
install-mattermost-plugin.sh .
# COPY call_mm_plugin_installer.sh .
COPY
mattermost-admin-plugin-1.0.2-rc.tar.gz .
#COPY install-mattermost-plugin.sh .
COPY
call_mm_plugin_installer.sh .
# COPY mattermost-admin-plugin-1.0.2-rc.tar.gz .
COPY
mil.dso.p1.mattermost-admin-plugin-1.0.3-rc.tar.gz .
# COPY linux_amd64.tar .
# RUN tar xvf linux_amd64.tar
...
...
@@ -25,7 +26,7 @@ FROM registry1.dso.mil/ironbank/opensource/mattermost/mattermost:5.27.0
WORKDIR
/scripts
COPY
--from=builder /tmp/mattermost-admin-plugin-1.0.
2
-rc.tar.gz .
COPY
--from=builder /tmp/
mil.dso.p1.
mattermost-admin-plugin-1.0.
3
-rc.tar.gz .
COPY
--from=builder /tmp/install-mattermost-plugin.sh .
# COPY --from=builder /tmp/call_mm_plugin_installer.sh .
...
...
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