Concourse CI resource for templating files with gomplate
10K+
Concourse CI resource for templating files with gomplate
resource_types:
- name: gomplate
type: docker-image
source:
repository: gomplate/gomplate-resource
tag: latest
resources:
- name: gomplate
type: gomplate
jobs:
- name: deploy-things
plan:
- get: things
trigger: true
- get: datasources
- get: rendered-files
resource: gomplate
params:
datasources:
- data=datasources/data.yml
inputFiles:
- things/file1.in
- things/file2.in
# these are prefixed by the destination dir, i.e. `rendered-files/`
outputFiles:
- file1.out
- file2.out
- get: rendered-dir
resource: gomplate
params:
inputDir: things
# outputDir defaults to the destination directory
Content type
Image
Digest
sha256:76f43165a…
Size
9.2 MB
Last updated
over 3 years ago
docker pull gomplate/gomplate-resourcePulls:
118
Last week