UNCLASSIFIED

You need to sign in or sign up before continuing.
Commit 9375306a authored by tylersd's avatar tylersd
Browse files

Update plugins_manifest.yaml, Dockerfile files

parent 534e116e
Pipeline #231003 passed with stages
in 1 minute and 53 seconds
...@@ -6,9 +6,9 @@ FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} AS builder ...@@ -6,9 +6,9 @@ FROM ${BASE_REGISTRY}/${BASE_IMAGE}:${BASE_TAG} AS builder
WORKDIR /app WORKDIR /app
COPY admin-plugin-1.0.2-rc.tar.gz . COPY mattermost-admin-plugin-1.0.2-rc.tar.gz .
RUN tar xzvf admin-plugin-1.0.2-rc.tar.gz RUN tar xzvf mattermost-admin-plugin-1.0.2-rc.tar.gz
FROM registry1.dso.mil/ironbank/docker/scratch:ironbank FROM registry1.dso.mil/ironbank/docker/scratch:ironbank
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
apiVersion: v1 apiVersion: v1
# The repository name in repo1, excluding /ironbank-plugins # The repository name in repo1, excluding /ironbank-plugins
plugin-name: "admin-plugin" plugin-name: "mattermost-admin-plugin"
# The plugin version. # The plugin version.
version: "1.0.2-rc" version: "1.0.2-rc"
...@@ -17,11 +17,11 @@ keywords: ...@@ -17,11 +17,11 @@ keywords:
# Include the plugin files to download # Include the plugin files to download
resources: resources:
- url: https://code.il2.dso.mil/platform-one/enterprise-collaboration/mattermost-plugins/admin-plugin/-/archive/1.0.2-rc/admin-plugin-1.0.2-rc.tar.gz - url: https://github.com/ajithgudem/big-bang/raw/master/mattermost-admin-plugin-1.0.2-rc.tar.gz
filename: admin-plugin-1.0.2-rc.tar.gz filename: mattermost-admin-plugin-1.0.2-rc.tar.gz
validation: validation:
type: sha256 type: sha256
value: 6ab7b8d1c718f951a03d4340914b5281e5a72f68ecc3291180bab7d4eade0c12 value: 9f300373f814db6509002a18bf7009096f76166fb9b017f0c011a2371b48b0a4
# Include plugin maintainer info # Include plugin maintainer info
maintainers: maintainers:
......
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