Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.adoc

ddev logo

DDEV Buildpacks

Common repository for DDEV buildpacks. This aims to match ddev tool for cloud deployments and provide tools for seamless transition from local development to live deployment.

Project Status

DDEV buildpacks are currently alpha, and are under active development. Breaking changes to the API and behavior between the releases can be expected.

Development / Getting Started

This repository contains the code for buildpacks, stacks, and builders. A pre-requisite is installed pack. In order to build the stacks and builders locally for development purposes, you can invoke make

$ make stacks builders
...
Successfully created builder image ddev/php-builder:7.3
Tip: Run pack build <image-name> --builder ddev/php-builder:7.3 to use this builder

And then use the selected builder on your site code

$ pack build <image-name> --builder ddev/php-builder:7.3 --path <path-to-your-site>

License

This project is licensed under Apache 2.0 license. Read the LICENSE file in the top distribution directory, for the full license text.

Contributing / Development

Interested in contributing to the project? We would love your suggestions, contributions, and help! Please start by reviewing our Community Guidelines

About

DDEV Buildpacks repository

Topics

Resources

License

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.