Commit Graph
12 Commits
Author SHA1 Message Date
Charlie Drage b796ec0222 Sync site 2022-01-14 09:03:45 -05:00
Charlie Drage e2b5c983e1 Synchronize site and update .gitignore (#1477)
Updates the site documentation as well as adds new files to ignore in
.gitignore

Signed-off-by: Charlie Drage <charlie@charliedrage.com>
2022-01-13 16:02:53 -05:00
Charlie Drage 597e7b0fdc Add new kompose site (#1475)
Adds the new kompose site and moves it to the /docs folder so that it's
compatible with old links as well as gh-pages
2022-01-13 14:05:38 -05:00
Charlie Drage ff4a65c08a Add new Kompose site (#1474)
This PR adds the new Kompose site!

Go preview it at https://kompose.io

Signed-off-by: Charlie Drage <charlie@charliedrage.com>
2022-01-13 13:55:50 -05:00
Kamil Kieliszczyk 66ac4aff4f Add kompose.image-pull-secret and kompose.image-pull-policy (#1091)
* Add kompose.image-pull-secret

* Add kompose.image-pull-secret tests

* Add kompose.image-pull-policy

* Add kompose.image-pull-policy tests

* ignore .coverprofile

* Fix typo
2019-02-07 09:50:53 -05:00
Charlie Drage f64ad32ae9 Update the release script again
Updates the release script to use the actual GOPATH directory as
previous problems with commit hashes / versions in `kompose version`.

Cleans this up in regards to all the `cd` and `cd ..` commands.

No need to `git clone`.
2017-04-28 09:43:40 -04:00
Charlie Drage ce26a75d69 Only ignore the docker-compose yaml file in the root directory
Woops! It was ignoring all of them in the directory. We should only be
avoiding the root dir docker-compose files!
2017-04-03 14:49:18 -04:00
Charlie Drage 41976a3bf2 Ignore Docker Compose files in the root directory
When developing Kompose, it's common to have the Docker Compose file in
the root directory.

Adding it to gitignore ignores it for any changes that could be
committed / pushed by accident.
2017-03-27 11:17:48 -04:00
Charlie Drage aa3913f649 Ignore the /bin folder
Bin folder is used for binary generation. Ignore it.
2017-03-21 15:31:49 -04:00
Suraj Deshmukh 9ad65f9c32 IntelliJ IDE .gitignore
added .gitignore for IntelliJ IDE files
2016-12-01 12:47:27 +05:30
Charlie Drage c570782b30 Add VIM git ignore information 2016-10-27 08:29:24 -04: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