This repository was archived by the owner on Nov 10, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +51
-62
lines changed Expand file tree Collapse file tree 5 files changed +51
-62
lines changed Original file line number Diff line number Diff line change 1+ makisuBuildStep :
2+ image : codefresh/cfstep-makisu
3+ environment :
4+ - REGISTRY_HOSTNAME=docker.io
5+ - R_USER=my_username
6+ - R_PASSWORD=my_password
7+ - IMAGE_NAME_TAG=image/name:tag
8+
Original file line number Diff line number Diff line change 1- image : codefresh/cfstep-makisu
2- tag : latest
3- version : 0.1.0
1+ title : Makisu plugin
2+ image : codefresh/cfstep-makisu:latest
43description : The plugin makes using Makisu build tool easier in a Codefresh pipeline
5- keywords :
6- - makisu
7- - uber
8- home : https://github.com/codefresh-contrib/cfstep-makisu
9- sources :
10- - https://github.com/codefresh-contrib/cfstep-makisu
11- maintainers : # (optional)
4+ category :
5+ - Featured
6+ source : https://github.com/codefresh-contrib/cfstep-makisu
7+ logo : ' https://github.githubassets.com/images/icons/emoji/unicode/1f363.png'
8+ maintainer :
129 - name : Alexander Cheshko
13- email : a.cheshko@codefresh.io
1410envs :
1511 - name : IMAGE_NAME_TAG
16- type : required
17- description : " Name and tag of the image to build"
12+ description : " Name and tag of the image to build (required)"
1813 - name : REGISTRY_HOSTNAME
19- type : required
20- description : " Docker registry host name. Example: docker.io"
14+ description : " Docker registry host name. Example: docker.io (required)"
2115 - name : R_USER
22- type : required
23- description : " User name to authenticate against the registry"
16+ description : " User name to authenticate against the registry (required)"
2417 - name : R_PASSWORD
25- type : required
26- description : " Password to authenticate against the registry"
18+ description : " Password to authenticate against the registry (required)"
2719 - name : DOCKERFILE
2820 - name : CUSTOM_FLAGS
2921 description : " Add custom flags to the makisu build command"
Original file line number Diff line number Diff line change 1+ Vault_to_Env :
2+ title : Importing vault values
3+ image : ' codefresh/cf-vault-plugin'
4+ environment :
5+ - VAULT_ADDR=${{VAULT_ADDR}}
6+ - VAULT_PATH=${{VAULT_PATH}}
7+ - VAULT_AUTH_TOKEN=${{VAULT_AUTH_TOKEN}}
8+
Original file line number Diff line number Diff line change 1- image : codefresh/cf-vault-plugin
2- tag : latest
3- version : 0.1.0
1+ title : Vault Plugin
2+ image : codefresh/cf-vault-plugin:latest
43description : The plugin exports KV pairs from Hashicorp Vault to Codefresh pipeline ENV variables
5- keywords :
6- - vault
7- - hashicorp
8- home : https://github.com/codefresh-io/cf-vault-plugin
9- sources :
10- - https://github.com/codefresh-io/cf-vault-plugin
11- maintainers : # (optional)
4+ Category :
5+ - Featured
6+ source : https://github.com/codefresh-io/cf-vault-plugin
7+ logo : ' https://raw.githubusercontent.com/docker-library/docs/fab4b16599d1424cee888d47af850e0ba07e6a37/vault/logo.svg?sanitize=true'
8+ maintainers :
129 - name : Alexander Aladov
13- email : a.aladov@codefresh.io
1410envs :
1511 - name : VAULT_ADDR
16- type : required
17- description : " Vault server URI. Example: https://vault.testdomain.io:8200"
12+ description : " Vault server URI. Example: https://vault.testdomain.io:8200 (required)"
1813 - name : VAULT_PATH
19- type : required
20- description : " Path to secrets in vault. Example: secret/codefreshsecret"
14+ description : " Path to secrets in vault. Example: secret/codefreshsecret (required)"
2115 - name : VAULT_AUTH_TOKEN
22- type : required
23- description : " Vault authentication token"
16+ description : " Vault authentication token (required)"
2417 - name : VAULT_CLIENT_CERT_BASE64
2518 description : " Base64 encoded client cerificate"
2619 - name : VAULT_CLIENT_KEY_BASE64
Original file line number Diff line number Diff line change 1- image : docker.io/codefresh/versioner
2- tag : latest
3- version : 1.0
1+ title : Versioner
2+ image : docker.io/codefresh/versioner:latest
43description : semver versions builder
5- keywords :
6- - versioner 1.0
7- # home: https://hub.docker.com/r/sctechdev/docker-security-scanner/
8- sources :
9- - https://github.com/codefresh-io/cf-plugin-versioner.git
10- maintainers :
4+ category :
5+ - Featured
6+ source : https://github.com/codefresh-io/cf-plugin-versioner.git
7+ maintainer :
118 - name : Oleg Verhovsky
12- email : oleg@codefresh.io
13-
14-
15- # icon: A URL to an SVG or PNG image to be used as an icon (optional)
16- envs :
17-
18- - name : CURRENT_VERSION_SOURCE # from_file , from_tag,
19- type : required
20- description : action
9+ logo:'https://upload.wikimedia.org/wikipedia/en/0/05/Hello_kitty_character_portrait.png'
10+ envs :
11+ - name : CURRENT_VERSION_SOURCE
12+ description : ' action (required)'
2113 - name : MAJOR
22- type : optional
2314 - name : MINOR
24- type : optional
25- description : Boolean; combination with TL_UPLOAD stores Twistlock Report URL in TL_REPORT_URL var for Codefresh metadata annotation
15+ description : ' Boolean; combination with TL_UPLOAD stores Twistlock Report URL in TL_REPORT_URL var for Codefresh metadata annotation'
2616 - name : PATCH
27- type : optional
28- description : Boolean; combination with TL_UPLOAD stores Twistlock Report URL in TL_REPORT_URL var for Codefresh metadata annotation
17+ description : ' Boolean; combination with TL_UPLOAD stores Twistlock Report URL in TL_REPORT_URL var for Codefresh metadata annotation'
2918 - name : BUILD_NUM
30- type : optional
31- description : Boolean; combination with TL_UPLOAD stores Twistlock Report URL in TL_REPORT_URL var for Codefresh metadata annotation
32-
19+ description : ' Boolean; combination with TL_UPLOAD stores Twistlock Report URL in TL_REPORT_URL var for Codefresh metadata annotation'
20+
You can’t perform that action at this time.
0 commit comments