buildpacks / samples

Samples for Cloud Native Buildpacks
Apache License 2.0
194 stars 146 forks source link

Add circleci and Tekton configuration #94

Closed dfreilich closed 3 years ago

dfreilich commented 3 years ago

Signed-off-by: David Freilich dfreilich@vmware.com

There was a request to add a cicleci/samples configuration to our samples repo (@jromero). If we want this to be operable, then a repo owner has to configure the circleci integration.

dfreilich commented 3 years ago

The version of the pack orb should be more clear when https://github.com/buildpacks/pack-orb/pull/16 is pulled in and a new version is released.

dfreilich commented 3 years ago

This PR was updated to add Tekton configuration as well. It will be helpful to point users to from https://github.com/buildpacks/docs/pull/243

jromero commented 3 years ago

For organizational purposes and discoverability, could we provide a directory structure that groups the configuration based on resource type? For example, I would propose the following:

$ cd .
.
..
.circleci
  \_ config.yml
apps/
...
cicd/
  \_ circleci
      \_ .circleci -> ../../.circleci
      \_ README.md
  \_ tekton
      \_ README.md
      \_ ...
...