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
85c2d797
Commit
85c2d797
authored
May 27, 2021
by
paulqualls
Browse files
Fixed env refs for ArtifactID
parent
6f14fa79
Pipeline
#281355
failed with stages
in 1 minute and 22 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
4 deletions
+8
-4
Dockerfile
Dockerfile
+8
-4
No files found.
Dockerfile
View file @
85c2d797
...
...
@@ -3,9 +3,8 @@
# ARG BASE_TAG=8.3
ARG
MM_SERVER_VERSION=5.34.2
ARG
PLUGIN_ID=mil.dso.p1.mattermost-admin-plugin
ARG
PLUGIN_VERSION=1.0.3-rc
ARG
PLUGIN_ARTIFACT=mil.dso.p1.mattermost-admin-plugin-1.0.3-rc.tar.gz
# FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} AS builder
# WORKDIR /tmp
...
...
@@ -16,7 +15,11 @@ ARG PLUGIN_ARTIFACT=mil.dso.p1.mattermost-admin-plugin-1.0.3-rc.tar.gz
# RUN tar xvf linux_amd64.tar
FROM
registry1.dso.mil/ironbank/opensource/mattermost/mattermost:${MM_SERVER_VERSION}
ARG
PLUGIN_ARTIFACT=mil.dso.p1.mattermost-admin-plugin-1.0.3-rc.tar.gz
ARG
PLUGIN_VERSION=1.0.3-rc
ARG
PLUGIN_ID=mil.dso.p1.mattermost-admin-plugin
ENV
PLUGIN_ARTIFACT=${PLUGIN_ID}-${PLUGIN_VERSION}
# ENV PLUGIN_ARTIFACT=${PLUGIN_ARTIFACT}
# FROM registry1.dso.mil/ironbank/docker/scratch:ironbank
# RUN echo $PLUGIN_ID
# ENV PLUGIN_ID=${PLUGIN_ID}
...
...
@@ -29,6 +32,7 @@ WORKDIR /scripts
COPY
call_mm_plugin_installer.sh .
COPY
install-mattermost-plugin.sh .
# COPY *.tar.gz .
COPY
${PLUGIN_ARTIFACT}.tar.gz .
# COPY --from=builder /tmp/${PLUGIN_ID}-${PLUGIN_VERSION}}.tar.gz .
# COPY --from=builder /tmp/install-mattermost-plugin.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