codecentric / springboot-maven3-centos

S2I builder image for building and running maven based Spring Boot applications
https://hub.docker.com/r/codecentric/springboot-maven3-centos/
Apache License 2.0
29 stars 67 forks source link

Building s2i on the CDK #6

Open alberttwong opened 8 years ago

alberttwong commented 8 years ago

Update instructions to provide CDK building options.

  1. Start CDK
  2. Login
  3. Create new project
  4. Run oc new-build https://github.com/codecentric/springboot-maven3-centos
alberttwong commented 8 years ago
  1. oc new-app springboot-maven3-centos~https://github.com/codecentric/springboot-sample-app
britter commented 8 years ago

@alberttwong can you provide some more information about CDK? I don't know what that is.

tobiashochguertel commented 7 years ago

@britter CDK (Container Development Kit) is an new standard from RedHat. You can find more about CDK on https://developers.redhat.com/products/cdk/overview/ .

A Quick introduction video is available which shows how CDK works for an developer: https://www.youtube.com/watch?v=BQUCdwNgyTE .

In combination the following post may interesting on RedHat's Blog for you: https://developers.redhat.com/blog/2016/03/31/no-cost-rhel-developer-subscription-now-available/