Skip to content

Commit

Permalink
AU: 1 updated - kubernetes-kompose
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Feb 27, 2018
1 parent c071ddd commit 027ca91
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 8 deletions.
4 changes: 2 additions & 2 deletions automatic/kubernetes-kompose/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# <img src="http://cdn.rawgit.com/abejenaru/chocolatey-packages/16e4ddf69bd7dfc07597b7b3aaa7d8372eeec7fb/icons/kubernetes.png" width="48" height="48"/> [kubernetes-kompose](https://chocolatey.org/packages/kubernetes-kompose)
# <img src="https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/e4e529ccc804ac6fac259a658e395e38b42b24f3/icons/kubernetes-kompose.png" width="48" height="48"/> [kubernetes-kompose](https://chocolatey.org/packages/kubernetes-kompose)

## Kubernetes + Compose = Kompose
Kompose is a conversion tool for Docker Compose to container orchestrators such as Kubernetes (or OpenShift).
Expand All @@ -12,4 +12,4 @@ Transformation of the Docker Compose format to Kubernetes resources manifest may
* Immediately bring up your cluster with kompose up
* Bring it back down with kompose down

#### Note: Windows support is limited to 64bit systems.
#### Note: Windows support is limited to 64bit systems.
16 changes: 13 additions & 3 deletions automatic/kubernetes-kompose/kubernetes-kompose.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,33 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>kubernetes-kompose</id>
<version>1.7.0</version>
<version>1.9.0</version>
<packageSourceUrl>https://github.com/chocolatey/chocolatey-coreteampackages/tree/master/automatic/kubernetes-kompose</packageSourceUrl>
<owners>chocolatey,Andrei Bejenaru</owners>
<title>Kompose: Go from Docker Compose to Kubernetes</title>
<authors>Kubernetes authors</authors>
<projectUrl>http://kompose.io</projectUrl>
<iconUrl>http://cdn.rawgit.com/abejenaru/chocolatey-packages/16e4ddf69bd7dfc07597b7b3aaa7d8372eeec7fb/icons/kubernetes.png</iconUrl>
<iconUrl>https://cdn.rawgit.com/chocolatey/chocolatey-coreteampackages/e4e529ccc804ac6fac259a658e395e38b42b24f3/icons/kubernetes-kompose.png</iconUrl>
<licenseUrl>https://github.com/kubernetes/kompose/blob/master/LICENSE</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<projectSourceUrl>https://github.com/kubernetes/kompose</projectSourceUrl>
<docsUrl>http://kompose.io</docsUrl>
<bugTrackerUrl>https://github.com/kubernetes/kompose/issues</bugTrackerUrl>
<tags>kubernetes kompose docker docker-compose containers development devops cli foss</tags>
<summary>Kompose is a tool to help users who are familiar with docker-compose move to Kubernetes. kompose takes a Docker Compose file and translates it into Kubernetes resources.</summary>
<description><![CDATA[Kompose is a convenience tool to go from local Docker development to managing your application with Kubernetes.
<description><![CDATA[## Kubernetes + Compose = Kompose
Kompose is a conversion tool for Docker Compose to container orchestrators such as Kubernetes (or OpenShift).
It takes a Docker Compose file and translates it into Kubernetes resources.
Transformation of the Docker Compose format to Kubernetes resources manifest may not be exact, but it helps tremendously when first deploying an application on Kubernetes.
### Features
* Simplify your development process with Docker Compose and then deploy your containers to a production cluster
* Convert your docker-compose.yaml with one simple command kompose convert
* Immediately bring up your cluster with kompose up
* Bring it back down with kompose down
#### Note: Windows support is limited to 64bit systems.
]]></description>
<releaseNotes>https://github.com/kubernetes/kompose/blob/master/CHANGELOG.md</releaseNotes>
</metadata>
Expand Down
6 changes: 3 additions & 3 deletions automatic/kubernetes-kompose/legal/VERIFICATION.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.

The embedded software has been downloaded from the listed download
location on <https://github.com/kubernetes/kompose/releases/tag/v1.7.0>
location on <https://github.com/kubernetes/kompose/releases/tag/v1.9.0>
and can be verified by doing the following:

1. Download the following:
software: <https://github.com/kubernetes/kompose/releases/download/v1.7.0/kompose-windows-amd64.exe>
software: <https://github.com/kubernetes/kompose/releases/download/v1.9.0/kompose-windows-amd64.exe>

2. Get the checksum using one of the following methods:
- Using powershell function 'Get-FileHash'
Expand All @@ -17,6 +17,6 @@ and can be verified by doing the following:
3. The checksums should match the following:

checksum type: sha256
checksum: ea1775ffba33e26e15d25a9540c2b5d65a47b6593adccbe3687fc504f30f8d4c
checksum: A70420AED62BDD5D5DCA06CEE6C86E4C0131254D135056D292D1383B8F271914

The file 'LICENSE.txt' has been obtained from <https://github.com/kubernetes/kompose/blob/34d72c757906dd05499fedbe214850b41ea712b1/LICENSE>

0 comments on commit 027ca91

Please sign in to comment.