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
714e9e95
Commit
714e9e95
authored
Apr 28, 2021
by
paulqualls
Browse files
Adding new items for building mmctl connection
parent
8917ce3b
Pipeline
#236981
passed with stages
in 7 minutes and 54 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
4 deletions
+17
-4
Dockerfile
Dockerfile
+17
-4
linux_amd64.tar
linux_amd64.tar
+0
-0
mattermost-admin-plugin-1.0.2-rc.tar.gz
mattermost-admin-plugin-1.0.2-rc.tar.gz
+0
-0
No files found.
Dockerfile
View file @
714e9e95
...
@@ -4,20 +4,33 @@ ARG BASE_TAG=8.3
...
@@ -4,20 +4,33 @@ ARG BASE_TAG=8.3
FROM
${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} AS builder
FROM
${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} AS builder
WORKDIR
/
ap
p
WORKDIR
/
tm
p
COPY
mattermost-admin-plugin-1.0.2-rc.tar.gz .
COPY
mattermost-admin-plugin-1.0.2-rc.tar.gz .
RUN
tar
xzvf mattermost-admin-plugin-1.0.2-rc.tar.gz
#
RUN tar xzvf 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/
docker/scratch:ironbank
FROM
registry1.dso.mil/ironbank/
google/golang/golang-1.16:1.16
COPY
--from=builder /app/ .
# FROM registry1.dso.mil/ironbank/docker/scratch:ironbank
WORKDIR
/bin
COPY
--from=builder /tmp/mmctl .
WORKDIR
/plugin
COPY
--from=builder /tmp/mattermost-admin-plugin-1.0.2-rc.tar.gz .
USER
1001
USER
1001
# ENTRYPOINT [ "/bin/mmctl" ]
ENTRYPOINT
["tail", "-f", "/dev/null"]
# CMD ["version"]
HEALTHCHECK
NONE
HEALTHCHECK
NONE
linux_amd64.tar
0 → 100644
View file @
714e9e95
File added
mattermost-admin-plugin-1.0.2-rc.tar.gz
0 → 100644
View file @
714e9e95
File added
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