Tuna
12d6e87454
Merge pull request #186 from surajssd/create-pvc
...
Create PVC object for docker-compose volumes
2016-10-06 21:39:21 +02:00
Tuna
fbfdb75eb9
Merge pull request #182 from surajssd/provider-flag
...
--provider global flag for kompose
2016-10-06 21:33:30 +02:00
Suraj Deshmukh
e879164c2e
Create PVC object for docker-compose volumes
...
Instead of creating emptydir, create PersistentVolumeClaim
for docker-compose volumes by default
Fixes #150
2016-10-06 17:58:17 +05:30
Suraj Deshmukh
b969f7aa44
--provider global flag for kompose
...
Now a user can select a provider using global flag
--provider=openshift to select openshift provider
or --provider-kubernetes to select kubernetes provider
if nothing is provided kubernetes is the default provider.
Fixes #179
2016-10-06 09:37:54 +05:30
sebgoa
676fead88e
Merge pull request #183 from cdrage/update-readme
...
Update README + Docker Compose Bundle references
2016-10-05 22:15:14 +02:00
Charlie Drage
3ed96babcb
Update README + Docker Compose Bundle references
...
This commit updates a few sentences in the README that I thought would
need improving.
Bundles now end with the .dab extension and are named "Distributed
Application Bundles" now. I've updated the README as well as the example
accordingly.
2016-10-05 16:04:21 -04:00
sebgoa
2b2caa8a52
Merge pull request #184 from cdrage/update-references-to-dsb
...
Update .dsb references to .dab
2016-10-05 21:33:54 +02:00
Charlie Drage
911799b36a
Update .dsb references to .dab
...
Updates the new file extension for distributed application bundles.
2016-10-03 14:53:28 -04:00
Tuna
9cb74ed023
update build instruction with go 1.5 and 1.6
2016-10-03 00:46:49 +02:00
Tuna
b5bac385a2
Merge pull request #180 from cab105/master
...
Changed version tag to reflect the tip of the branch
2016-10-03 00:36:25 +02:00
Chris Baumbauer
684146bba5
Changed version tag to reflect the tip of the branch
2016-09-30 16:04:05 -07:00
sebgoa
8ea779763b
Merge pull request #178 from cdrage/add-gitignore
...
Add .gitignore for Go files + compiled Kompose file
2016-09-29 19:45:27 +02:00
Charlie Drage
84e7ac0ad9
Add .gitignore for Go files + compiled Kompose file
...
Adds .gitignore for common Go-related files as well as ignoring the
binary generate via go build and/or `make binary`.
2016-09-29 13:21:09 -04:00
Tomas Kral
21cc608eec
Merge pull request #166 from kadel/multiprovider-up
...
Prepare up/down for other providers
2016-09-28 15:32:06 +02:00
Tomas Kral
55f6e75573
Merge pull request #160 from kadel/add-imagestream
...
OpenShift - generate DeploymentConfig with ImageStream
2016-09-28 15:31:39 +02:00
Tuna
b3d385a464
Merge pull request #172 from ngtuna/stdout
...
support -o - to stdout
2016-09-27 11:17:43 +02:00
Tomas Kral
04ce10ffea
Update tests - add ImageStreams
2016-09-27 10:28:23 +02:00
Tomas Kral
6f1d01a809
OpenShift - generate DeploymentConfig with ImageStream.
2016-09-27 10:28:11 +02:00
Tuna
d15183dfe6
support -o - to stdout
...
fix #169
2016-09-26 23:29:21 +02:00
sebgoa
fbe7ac620a
Merge pull request #171 from dustymabe/dusty-rm-exe
...
remove executable perms from docs
2016-09-26 21:33:55 +02:00
Dusty Mabe
34d72c7579
remove executable perms from docs
2016-09-26 15:15:16 -04:00
Tomas Kral
799345a6f9
Prepare up/down for other providers
2016-09-26 11:31:07 +02:00
Tomas Kral
c593ff8e44
Merge pull request #168 from kadel/global-dab
...
Make --dab/--bundle global flag
2016-09-26 11:19:43 +02:00
Tomas Kral
9dbc5c0b46
Merge pull request #164 from kadel/up-in-namespace
...
kompose up - Get namespace from kubeconfig
2016-09-26 11:17:24 +02:00
Tomas Kral
a65dcfb5d5
Update docs: --bundle is global flag now
2016-09-23 15:14:15 +02:00
Tomas Kral
3ce0519a82
Make --dab global flag
2016-09-23 15:11:04 +02:00
Tomas Kral
16ca1aa136
kompose up - Get namespace from kubeconfig
2016-09-22 13:08:13 +02:00
Tomas Kral
fa46376dff
Merge pull request #159 from kadel/fix-port-parsing
...
Add port protocol handing for docker-compose.
2016-09-22 09:34:21 +02:00
Tomas Kral
371af623af
Add test for ports with protocols.
2016-09-19 14:36:23 +02:00
Tomas Kral
ed711804fe
Add port protocol handing for docker-compose.
2016-09-19 14:36:05 +02:00
Suraj Deshmukh
1e581355c7
Merge pull request #111 from surajssd/suppress-warnings
...
Added flag `--suppress-warnings`, `--verbose`, `--error-on-warning` global flags
2016-09-17 19:18:20 +05:30
Suraj Deshmukh
57c460cc50
dded flag --suppress-warnings, --verbose, --error-on-warning global flags
...
- `--suppress-warnings` it ignores all warnings.
- `--verbose` displays everything
- `--error-on-warning` with any warning exits displaying error.
Fixes #100
2016-09-16 10:37:43 +05:30
Tuna
4b3fbc02a5
update docker-voting example
2016-09-12 21:55:28 +07:00
Tuna
4e41292506
update CHANGELOG for v0.1.0
2016-09-09 16:54:01 +07:00
Tuna
8227684466
bump kompose version to v0.1.0
2016-09-09 16:46:31 +07:00
Tuna
c3ff0524de
Merge pull request #142 from ngtuna/project-context
...
Use libcompose project.Context{} instead of docker.Context{}
2016-09-07 11:38:46 +07:00
Tuna
3cfa12987a
Merge pull request #139 from ngtuna/global-flag
...
make --file as global flag
2016-09-06 23:47:58 +07:00
Tuna
338520fb75
rebase master, update tests
2016-09-06 22:48:11 +07:00
Tuna
eec01c92ca
update doc properly
2016-09-06 22:36:13 +07:00
Tuna
a9cafc32d5
update tests properly
2016-09-06 22:36:13 +07:00
Tuna
0bad1674b5
make --file as global flag
2016-09-06 22:36:12 +07:00
Tuna
0c33e7e965
Use libcompose project.Context{} instead of docker.Context{}
...
Fix #134
2016-09-05 23:24:24 +07:00
Tomas Kral
b2add4163f
Merge pull request #127 from kadel/entrypoint
...
docker-compose - Entrypoint support
2016-09-05 10:50:20 +02:00
Tomas Kral
7e91770dfe
Merge pull request #126 from kadel/fix-openshift-output
...
Fix conversion to OpenShift (invalid DeploymentConfig)
2016-09-05 10:49:36 +02:00
Tomas Kral
e127ce17bd
test for entrypoint and command
2016-09-05 10:40:50 +02:00
runseb
7623f81387
Merge pull request #143 from luebken/luebken-fixed-link-readme
...
Update README.md
2016-09-05 09:10:10 +02:00
runseb
191ecfad3b
Merge pull request #141 from ngtuna/userguide
...
update user guide: add `kompose up`, `kompose down`
2016-09-05 09:09:56 +02:00
Matthias Lübken
c500df41b7
Update README.md
...
fixed link
2016-09-05 08:55:31 +02:00
Tuna
9b44c675b0
update user guide: kompose up, kompose down
2016-09-03 15:50:55 +07:00
Tomas Kral
cc4f162cea
Remove Entrypoint from Kompose object
...
We had Command and Args together with Entrypoint in Kompose object.
This doesn't make much sense, as Entrypoint and Command are same thing.
I've removed Entrypoint from Kompose object in favor of Command to keep
same naming convensions as in Kubernetes.
Entrypoint from docker-compose.yml is now saved to Command and Command
is saved to Args (http://kubernetes.io/docs/user-guide/containers/ ).
docker-compose.yml | Kompose object
-------------------|---------------
Entrypoint | Command
Command | Args
2016-09-02 10:10:34 +02:00