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 1 commit
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 is best for
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I do not like this change. You changed the text from something that was accurate and reasonable to something that implies a deficiency in Duffle, and in an area that the original text did not even call out.

installing and managing existing CNAB bundles. If you are making a new bundle,
the other community tools have extra features designed to make authoring bundles
easier.

## 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 Apps

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Docker App is better 😉

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

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we use the last logo ? I can send it to you. Does SVG fit?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure! Yes please send it to me and I'll use it


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.