Skip to content
This repository was archived by the owner on Nov 10, 2019. It is now read-only.

Commit a5c48ed

Browse files
authored
Dynamic catalog (#37)
* fix * plugins_2018-12-18-23-47-52 * fix yaml * plugins_2018-12-18-23-54-39 * plugins_2018-12-18-23-55-59 * plugins_2018-12-18-23-56-33 * plugins_2018-12-18-23-56-54 * plugins_2018-12-18-23-57-11 * plugins_2018-12-18-23-57-46 * plugins_2018-12-18-23-58-16 * plugins_2018-12-18-23-58-26 * plugins_2018-12-18-23-58-46 * plugins_2018-12-18-23-59-00 * plugins_2018-12-18-23-59-13 * plugins_2018-12-18-23-59-23 * plugins_2018-12-18-23-59-52 * plugins_2018-12-19-00-01-18 * plugins_2018-12-19-00-01-42 * plugins_2018-12-19-00-02-05 * plugins_2018-12-19-00-02-59 * plugins_2018-12-19-00-03-25 * plugins_2018-12-19-00-03-55 * plugins_2018-12-19-00-04-33 * plugins_2018-12-19-00-04-40 * plugins_2018-12-19-00-05-03 * plugins_2018-12-19-00-05-11 * plugins_2018-12-19-00-05-35 * plugins_2018-12-19-00-05-50 * plugins_2018-12-19-00-06-05 * plugins_2018-12-19-00-06-20 * plugins_2018-12-19-00-06-36 * plugins_2018-12-19-00-06-58 * plugins_2018-12-19-00-07-10 * plugins_2018-12-19-00-07-53 * plugins_2018-12-19-00-08-05 * plugins_2018-12-19-00-08-36 * plugins_2018-12-19-00-08-49 * plugins_2018-12-19-00-09-15
1 parent 5c45d07 commit a5c48ed

File tree

2 files changed

+13
-10
lines changed

2 files changed

+13
-10
lines changed

dynamic-catalog.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
# **Catalog**
2-
Created at ** Mon Dec 10 2018 05:19:40 GMT+0000 (Coordinated Universal Time)**
2+
Created at ** Wed Dec 19 2018 00:09:15 GMT+0000 (Coordinated Universal Time)**
33

44

55
| Plugin Name | Image | Description | source | Tags |
6-
| ------------- |:-------------:| :----: |:-----:|:----:|
6+
| ------------- |-------------| ---- |-----|----|
7+
| azure-builder | codefresh/cf-azure-builder | Docker build in Azure ACR | https://github.com/codefresh-io/azure-build-plugin | **`docker`** **`azure`** |
78
| clair | codefresh/klar:master | Scan an image with Clair | https://github.com/optiopay/klar | **`clair`** **`security`** |
89
| codefresh-cli | codefresh/cli | Operate on Codefresh resources | https://github.com/codefresh-io/codefresh | **`cli`** |
910
| dcos-app-deploy | codefresh/cf-deploy-dcos | Deploy an application on dcos cluster | https://github.com/codefresh-io/cf-deploy-dcos | **`dcos`** **`deploy`** **`deployment`** |
1011
| docker-service | codefresh/docker-service | Codefresh docker-service plugin | https://github.com/codefresh-io/docker-service | **`docker`** **`docker-machine`** **`docker-compose`** |
1112
| ecs-deploy | codefresh/ecs | Release a Helm chart (update or install) | https://github.com/codefresh-io/cf-deploy-ecs.git | **`ecs`** **`deploy`** **`containers`** |
12-
| github-pr | codefresh/github-pr-plugin | Creates GitHub pull request | https://github.com/codefresh-io/github-pr-plugin | **`docker`** **`github`** **`pull-request`** |
13+
| github-pr | codefresh/github-pr-plugin | Operates on GitHub pull requests | https://github.com/codefresh-io/github-pr-plugin | **`docker`** **`github`** **`pull-request`** |
14+
| gke | codefresh/plugin-gke | Codefresh gke plugin | https://github.com/codefresh-io/plugin-gke | **`kubernetes`** **`gke`** **`gcloud`** |
1315
| helm | codefresh/cfstep-helm | Release a Helm chart (update or install) | https://github.com/codefresh-contrib/cfplugin-step | **`helm`** **`kubernetes`** |
1416
| helm-legacy | codefresh/plugin-helm | Release a Helm chart (update or install). There is a new Helm plugin with added capabilities, we are keeping this plugin as is for backward-compatibility. The new plugin is at /incubator/helm (https://github.com/codefresh-io/plugins/tree/master/incubator/helm) | https://github.com/codefresh-io/cf-plugin-helm | **`helm`** **`kubernetes`** |
1517
| import-docker-images | codefresh/import-images | Import metadata for existing Docker images into Codefresh | https://github.com/codefresh-io/cf-import-image | **`docker`** |
@@ -18,7 +20,8 @@ Created at ** Mon Dec 10 2018 05:19:40 GMT+0000 (Coordinated Universal Time)**
1820
| release-to-NPM | | | | |
1921
| run-jenkins-job | codefresh/run-jenkins-jobs | Run jenkins job from codefresh pipeline | https://github.com/codefresh-io/cf-run-jenkins-jobs | **`docker`** **`jenkins`** |
2022
| slack | codefresh/slack-message-sender | Send message to slack channel | https://github.com/codefresh-io/slack-message-sender | **`slack`** |
23+
| slack-notifier | codefresh/slacknotifier | Send message to slack channel | https://github.com/codefresh-io/slack-notifier | **`slack`** |
2124
| testplugin | codefresh/github-pr-plugin | Creates GitHub pull request | https://github.com/codefresh-io/github-pr-plugin | **`testplugin`** |
2225
| testplugin1 | codefresh/github-pr-plugin | test plugin1! | https://github.com/codefresh-io/github-pr-plugin | **`testplugin1`** |
23-
| versioner | docker.io/codefresh/versioner | Execute Twistlock image scan as build step | https://github.com/codefresh-io/cf-plugin-versioner.git | **`versioner 1.0`** |
26+
| versioner | docker.io/codefresh/versioner | semver versions builder | https://github.com/codefresh-io/cf-plugin-versioner.git | **`versioner 1.0`** |
2427

plugins/versioner/plugin.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
image: docker.io/codefresh/versioner
22
tag: latest
33
version: 1.0
4-
description: Execute Twistlock image scan as build step
4+
description: semver versions builder
55
keywords:
66
- versioner 1.0
7-
home: https://hub.docker.com/r/sctechdev/docker-security-scanner/
7+
#home: https://hub.docker.com/r/sctechdev/docker-security-scanner/
88
sources:
99
- https://github.com/codefresh-io/cf-plugin-versioner.git
1010
maintainers:
11-
- name: Dustin Van Buskirk
12-
email: dev@vanbuskirk.me
13-
- name: Varun Tagore
14-
email: rondevops@gmail.com
11+
- name: Oleg Verhovsky
12+
email: oleg@codefresh.io
13+
14+
1515
#icon: A URL to an SVG or PNG image to be used as an icon (optional)
1616
envs:
1717

0 commit comments

Comments
 (0)