UNCLASSIFIED

Commit 6c1d42f6 authored by Ajith Gudem's avatar Ajith Gudem
Browse files

Adding the core script ot the image

parent 34acab3b
Pipeline #281095 passed with stages
in 5 minutes and 24 seconds
......@@ -6,8 +6,8 @@ FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} AS builder
WORKDIR /tmp
#COPY install-mattermost-plugin.sh .
COPY call_mm_plugin_installer.sh .
COPY install-mattermost-plugin.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 .
......@@ -27,7 +27,7 @@ FROM registry1.dso.mil/ironbank/opensource/mattermost/mattermost:5.34.2
WORKDIR /scripts
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/install-mattermost-plugin.sh .
COPY --from=builder /tmp/call_mm_plugin_installer.sh .
# RUN sudo mkdir -p /home/mattermost
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment