Skip to main content

CD Foundation Welcomes Shipwright

· One min read
Adam Kaplan
Shipwright Maintainer

We are pleased to announce that Shipwright is officially an Incubating Project under the Continous Delivery Foundation!

The Continuous Delivery Foundation (CDF) seeks to improve the world's capacity to deliver software with security and speed. Shipwright furthers this mission by making it easy to build cloud native applications on cloud native infrastructure. The CDF is the upstream home for many other open source projects used to deliver software, such as Jenkins, Spinnaker, and Tekton. Together, we look forward to empowering develpers and enabling teams to build, test, and deploy their applications with confidence.

Gatekeeper Policies with Shipwright

· 4 min read
Blair Drummond
Shipwright Contributor

Gatekeeper is a customizable admission webhook for Kubernetes, which allows you to configure policy over what resources can be created in the cluster. In particular, we can use Gatekeeper to add policy to Shipwright Builds. In this example, you can see how you can use a policy to control what source repositories Shipwright is allowed to build, so that you can have more control over what code executes inside your cluster.

Gatekeeper

Introducing Shipwright - Part 2

· 5 min read
Adam Kaplan
Shipwright Maintainer

What is Shipwright? Which problems does this project try to solve?

In Part 1 of this series, we looked back at the history of delivering software applications, and how that has changed in the age of Kubernetes and cloud-native development.

In this post, we'll introduce Shipwright and the Build APIs that make it simple to build container images on Kubernetes.

Introducing Shipwright - Part 1

· 5 min read
Adam Kaplan
Shipwright Maintainer

Update 2020-11-30: Added link to Part 2 of this series

What is Shipwright? Which problems does this project try to solve?

In Part 1 of this series, we'll look back at the history of delivering software applications, and how that has changed in the age of Kubernetes and cloud-native development.

In Part 2 of this series, we'll introduce Shipwright and the Build APIs that make it simple to build container images on Kubernetes.