Concourse resource to publish functions using a manifest to OpenFaaS
1M+
Concourse resource to publish functions using a manifest to OpenFaaS.
Docker image at https://hub.docker.com/r/timotto/concourse-openfaas-resource/
Source code at https://github.com/timotto/concourse-openfaas-resource
Add the resource type to your pipeline:
resource_types:
- name: openfaas
type: docker-image
source:
repository: timotto/concourse-openfaas-resource
gateway: Required. URL of the OpenFaaS gateway.username: Optional. Username for authentication with the gateway.password: Optional. Password for authentication with the gateway.check: Not implementedin: Not implementedout: Deploy a manifestDeploys the given manifest to the OpenFaaS Gateway
manifest: Required. Manifest filename.env: Optional. Set one or more environment variables (ENVVAR=VALUE)secret: Optional. Give the function access to a secure secretContent type
Image
Digest
sha256:7e937c0af…
Size
20.3 MB
Last updated
17 days ago
docker pull timotto/concourse-openfaas-resource:0.18.13