spring-cloud / spring-cloud-dataflow-samples

Sample starter applications and code for use with the Spring Cloud Data Flow project
http://cloud.spring.io/spring-cloud-dataflow/
220 stars 203 forks source link

Replace Bamboo SCDF samples build w/ GitHub actions #159

Closed onobc closed 2 years ago

onobc commented 2 years ago

Points of interest:

  1. the push to Harbor registry will not work w/ public Github runners as we have to be on the VMware network
  2. the stream-standalone-sample have been modified to output the kafka and rabbit variants

Possible improvements (TODO)

Resolves gh-155

cc: @dturanski @sobychacko

jvalkeal commented 2 years ago

Versions for images could come from a pom file so that we don't need to modify workflows to change it. But that's minor thing and doesn't need to get done with this PR. I'd just merge this. Thx!

onobc commented 2 years ago

Versions for images could come from a pom file so that we don't need to modify workflows to change it. But that's minor thing and doesn't need to get done with this PR. I'd just merge this. Thx!

Yep, the hardcoded aspect of the versions is toil to keep up-to-date. This is in parity w/ the old Bamboo plan and I plan on making this better in the scope of #156 (which I will follow on w/ shortly after this).