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
336daa35
Commit
336daa35
authored
Apr 23, 2021
by
tylersd
Browse files
Update Dockerfile, plugin_manifest.yaml files
parent
e02267fa
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
52 additions
and
0 deletions
+52
-0
Dockerfile
Dockerfile
+19
-0
plugin_manifest.yaml
plugin_manifest.yaml
+33
-0
No files found.
Dockerfile
0 → 100644
View file @
336daa35
ARG
BASE_REGISTRY=registry1.dso.mil/ironbank
ARG
BASE_IMAGE=redhat/ubi/ubi8
ARG
BASE_TAG=8.3
FROM
${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} AS builder
WORKDIR
/app
COPY
v1.0.2-rc.tar.gz .
RUN
tar
xzvf v1.0.2-rc.tar.gz
FROM
registry1.dso.mil/ironbank/docker/scratch:ironbank
COPY
--from=builder /app/ .
USER
1001
HEALTHCHECK
NONE
plugin_manifest.yaml
0 → 100644
View file @
336daa35
---
apiVersion
:
v1
# The repository name in repo1, excluding /ironbank-plugins
plugin-name
:
"
p1-admin-mattermost-plugin"
# The plugin version.
version
:
"
1.0.2-rc"
# Provide a list of keywords which will be associated
# with the plugin. This will allow users to search
# the ironbank website for particular plugins.
keywords
:
-
Mattermost
-
Admin
-
Plugin
# Include the plugin files to download
resources
:
-
url
:
https://code.il2.dso.mil/platform-one/enterprise-collaboration/mattermost-plugins/admin-plugin/uploads/1c9a014cd159b77ebb78c84742da4a3d/mattermost-admin-plugin-1.0.2-rc.tar.gz
filename
:
v1.0.2-rc.tar.gz
validation
:
type
:
sha256
value
:
9f300373f814db6509002a18bf7009096f76166fb9b017f0c011a2371b48b0a4
# Include plugin maintainer info
maintainers
:
-
email
:
"
tyler.dansby@centauricorp.com"
name
:
Pipelines Bo$$ Baby
2
username
:
tylersd
#https://github.com/mattermost/mattermost-plugin-jira/releases/download/v3.0.0/jira-3.0.0.tar.gz
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