Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refresh tooling page #12

Merged
merged 3 commits into from
May 6, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ public/
.publish/*
node_modules/
bower_components/
static/*
vendor/
public/**/*

Expand Down
20 changes: 16 additions & 4 deletions content/community-projects.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,26 @@ use in your own project.

## Duffle
<a href="https://duffle.sh" alt="duffle"><img align="right" src="/img/duffle.svg" width="64px" /></a>
Duffle is a command line tool that allows you to install and manage CNAB bundles.

Duffle is the reference implementation of the CNAB specification. It
provides a comprehensive mapping of _all_ features of the specification, serving
both as a tool to install and manage bundles, and author bundles at a low level.

## Porter
<a href="https://porter.sh" alt="porter"><img align="right" src="/img/porter.png" width="64px" /></a>

Porter improves the bundle authoring experience by adding bundle dependencies and
a declarative experience that understands how to translate CNAB into existing tools
such as Helm, Azure, etc.
Porter provides a declarative authoring experience with composable bundles that lets
you use reuse existing scripts and tools such as Helm, Terraform, Kubernetes, and Azure.

## Docker App
<a href="https://github.com/docker/app" alt="docker"><img align="right" src="/img/docker.png" width="144px" /></a>

A Docker CLI Plugin to configure, share and install applications:

* Extend Compose files with metadata and parameters.
* Re-use same application across multiple environments.
* Multi-orchestrator installation.
* Push/Pull/Promotion/Signing supported for application, with same workflow as images.

---

Expand Down
Binary file added static/img/docker.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.