vmware-tanzu / concourse-kpack-resource

Use a kpack image in a concourse pipeline naturally.
Other
4 stars 1 forks source link

Allow source to uploaded on `put` #5

Open matthewmcnew opened 4 years ago

matthewmcnew commented 4 years ago

Applications that need preprocessing before integrating with kpack (Java jars) will need to upload application source on a "PUT" step or provide an external blob storage. This would be expected if users are transitioning from existing CF resources.

- put: some-image
  params:
     path: <some-tag>
     docker_username: 
     docker_password:

Notes: