Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/getporter/porter

Porter enables you to package your application artifact, client tools, configuration and deployment logic together as an installer that you can distribute, and install with a single command.
https://github.com/getporter/porter

cnab cncf hacktoberfest porter

Last synced: 3 days ago
JSON representation

Porter enables you to package your application artifact, client tools, configuration and deployment logic together as an installer that you can distribute, and install with a single command.

Awesome Lists containing this project

README

        

[![CNCF Sandbox Project](docs/static/images/cncf-sandbox-badge.svg)](https://www.cncf.io/projects/porter/)
[![porter](https://github.com/getporter/porter/actions/workflows/porter.yml/badge.svg?branch=main&event=push)](https://github.com/getporter/porter/actions/workflows/porter.yml)


[![OpenSSF Best Practices](https://www.bestpractices.dev/projects/8720/badge)](https://www.bestpractices.dev/projects/8720)

# Porter

Package your application, client tools, configuration, and deployment logic into an installer that you can distribute and run with a single command.
Based on the Cloud Native Application Bundle Specification, [CNAB](https://deislabs.io/cnab), Porter provides a declarative authoring experience that lets you focus on what you know best: your application.

Learn all about Porter at porter.sh

# Porter Mixins

Mixins provide out-of-the-box support for interacting with different tools and services from inside a bundle. You can always create a mixin, or use the exec mixin and a Custom Dockerfile if a custom mixin doesn't exist yet.

[Porter Mixins](https://porter.sh/mixins/) are available for below platform's:

| Platform | Supported? |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :---------: |
| [Docker](https://porter.sh/mixins/docker/) | ✔️ |
| [Docker-Compose](https://porter.sh/mixins/docker-compose/) | ✔️ |
| [Kubernetes](https://porter.sh/mixins/kubernetes/) | ✔️ |
| [Helm](https://porter.sh/mixins/helm/) | ✔️ |
| [GCloud](https://porter.sh/mixins/gcloud/) | ✔️ |
| [Terraform](https://porter.sh/mixins/terraform/) | ✔️ |
| [aws](https://porter.sh/mixins/aws/) | ✔️ |
| [Azure](https://porter.sh/mixins/azure/) | ✔️ |
| [exec](https://porter.sh/mixins/exec/) | ✔️ |

# Porter Plugins

Plugins let you store Porter's data and retrieve secrets from an external service.

[Porter Plugins](https://porter.sh/plugins/) are available for below platform's:

| Platform | Supported? |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | :---------: |
| [Hashicorp](https://porter.sh/plugins/hashicorp/) | ✔️ |
| [Azure](https://porter.sh/plugins/azure/) | ✔️ |
| [Kubernetes](https://porter.sh/plugins/kubernetes/) | ✔️ |

# Contact

* [Mailing List] - Great for following the project at a high level because it is
low traffic, mostly release notes and blog posts on new features.
* [Forum] - Share an idea or propose a design where everyone can benefit from
the discussion and find answers to questions later.
* [Dev Meeting] - Biweekly meeting where we discuss [Porter Enhancement Proposals], demo new features and help other contributors.
* [Open an Issue] - If you are having trouble or found a bug, ask on GitHub so
that we can prioritize it and make sure you get an answer.
* [Slack] - We have a #porter channel and there's also #cnab for deep thoughts
about the CNAB specification.

[Mailing List]: https://porter.sh/mailing-list
[Slack]: https://porter.sh/community/#slack
[Open an Issue]: https://github.com/getporter/porter/issues/new/choose
[Forum]: https://porter.sh/forum/
[Dev Meeting]: https://porter.sh/community/#dev-meeting
[Porter Enhancement Proposals]: https://porter.sh/docs/contribute/proposals/

# Looking for Contributors

Want to work on Porter with us? 💖 We are actively seeking out new contributors
with the hopes of building up both casual contributors and enticing some of you
into becoming reviewers and maintainers.

Start with our New Contributors Guide

Porter wouldn't be possible without our [contributors][contributors], carrying
the load and making it better every day! 🙇‍♀️

[contributors]: /CONTRIBUTORS.md

# Do you use Porter?

Take our [user survey](https://porter.sh/user-survey) and let us know if you are using Porter.
Project funding is contingent upon knowing that we have active users!

# Roadmap

Porter is an open-source project and things get done as quickly as we have
motivated contributors working on features that interest them. 😉

We use a single [project board][board] across all of our repositories to track
open issues and pull requests.

The roadmap represents what the maintainers have said that they are
currently working on and plan to work on over the next few months. We use the
"on-hold" bucket to communicate items of interest that do not have a
maintainer who will be working on them.

Check out our roadmap

[board]: https://porter.sh/board
[version strategy]: https://porter.sh/project/version-strategy/