vmware-tanzu / tanzu-dev-portal

Content for Tanzu dev portal
Apache License 2.0
136 stars 168 forks source link

Describe how to go from code to container #769

Closed craigtracey closed 3 years ago

craigtracey commented 3 years ago

Describe the various ways that a developer may build container images for their code.

BrianMMcClain commented 3 years ago

We do have some existing guides around these topics if they're at all helpful (ie. building Docker containers, some info around kpack and the pack CLI, Nothing directly related to kaniko (though we do have a guide on building images with Tekton using Kaniko). If any of this is helpful to pull in or use as a starting point, I'm happy to gather what we have and/or readapt some of it

BrianMMcClain commented 3 years ago

Just to roundup some of the existing content if we'd like to reference/rewrite:

Docker

Tanzu Build Service

Kaniko

We don't have a ton on Kaniko directly, but some content does mention it. That said, I do have a little experience with it so if you'd like I could write something up.

CI/CD

Developer Workflow

Image Scanning