Generates names for various services using a prefix and the current version.
prefix: Required. The prefix to be used in service names. Must only contain alphabetic characters and has to be unique in order to not cause name conflicts in services.
- Since this resource does not have a version itself
checkreturns an empty JSON.
- Generates names for services and places them in files with the same name as the corresponding service. The default output looks like this: prefix_1_0_0_rc__10
- None.
- Retrieves a version generated by semver and makes it available to
in.
version: Required Filepath tosemverversion file
- name: service-naming
type: docker-image
source:
repository: quay.io/cosee-concourse/naming-resource- name: naming
type: service-naming
source:
prefix: uniqueprefix- get: naming- put: naming
params:
version: version/number