Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 667 Bytes

README.md

File metadata and controls

19 lines (10 loc) · 667 Bytes

Shipper

Shipper is an internal developer platform designed to simplify the process of building and pushing container images. With Shipper, developers can create container images without the need to write or manage Dockerfiles and automatically pushing it to the container registry(such as docker hub or quay, etc)

Shipper uses shipwright which enables it to built conatiner with multiple build startegies including

  • Buildpacks
  • Kanio
  • ko
  • buildah
  • BuildKit

How it works?

Navigate to the official website of Shipper and click on getting started. Fill up the necessary details click Build Container Image.