Radu Matei
ea38d00d91
Add default Dockerfile name in builder
2018-10-03 05:55:55 +03:00
Radu Matei
e77b57a333
Merge pull request #798 from radu-matei/fix-dockerfile-path
...
Fix wrong Dockerfile path when running draft up from another directory
2018-05-31 02:16:45 +03:00
Radu Matei
04b114e5b8
Pass absolute path to Dockerfile when getting Docker context
2018-05-30 23:24:29 +03:00
Radu Matei
0f160e06c1
Merge branch 'master' into docker-build-args
2018-05-24 16:55:10 +03:00
Radu Matei
cf41fb8a05
Add build arguments for ACR Builder
2018-05-23 18:49:00 +03:00
Radu Matei
433dac9a07
Implement Docker build arguments
2018-05-20 18:46:19 +03:00
Radu Matei
c2a84cb2d2
Allow charts in other directories
2018-05-19 14:59:04 +03:00
Matthew Fisher
09ce3f373c
Merge pull request #752 from bacongobbler/appveyor
...
add appveyor.yml
2018-05-16 15:05:04 -07:00
Matthew Fisher
a0caf51480
fix Windows filepath issues
2018-05-15 16:10:51 -07:00
Matthew Fisher
3c5e572b24
use strings.TrimSuffix instead of strings.Replace
...
strings.TrimSuffix is a safer option than strings.Replace for this operation.
2018-05-14 17:54:56 -07:00
Johannes Brüderl
97e2ce0a06
use strings.Replace instead of strings.Trim in getRegistryName
...
Trim works with a cutset, i.e. all single characters contained in the cutset are
removed. This leads to unexpected and wrong behavior, since getRegistryName
should only remove a specific string contained in its given input.
Fixes #712
2018-05-03 14:28:30 +02:00
Johannes Brüderl
871de606dd
builder/azure: add test for #712
2018-05-03 14:10:40 +02:00
Matthew Fisher
0c3ef73e54
add acr build support
2018-04-24 14:08:06 -07:00
Matthew Fisher
022e2200ca
pull container builders into a separate package
2018-04-24 14:08:06 -07:00
Michelle Noorali
bf975396fb
ref(*): mv pkg/draft/local to pkg/local
2018-04-23 11:26:02 -04:00
Radu Matei
37d4fc8eb3
Fix tests and documentation for chart and dockerfile in environment manifest
2018-04-20 23:06:46 +03:00
Radu Matei
923d03db3e
Add support for chart and dockerfile in environment manifest
2018-04-20 23:06:00 +03:00
Matthew Fisher
36954fa05e
Merge pull request #674 from radu-matei/custom-tags
...
Support for custom image tags
2018-04-17 15:45:16 -07:00
Radu Matei
38c8fdd5dd
Add support for custom image tags
2018-04-18 01:01:13 +03:00
Radu Matei
954566b847
Fix golang linter warning on comments in builder.go
2018-04-13 18:38:40 +03:00
Radu Matei
f0ca0b3ac3
Add logs in directories for each app
2018-04-12 16:33:56 +03:00
Matt Butcher
2ed95b39d0
fix(client): avoid cloning map
...
Remove `AsMap()` so that map doesn't get cloned.
Closes #223
2018-04-10 14:02:13 -06:00
Matthew Fisher
55a005912e
re-instate injecting the image pull secret into the namespace
...
This enables use cases like deploying to an AKS cluster with a
private third party registry such as quay.io. This is the same
behaviour as draftd used to work in previous releases.
2018-04-02 14:17:28 -07:00
fibonacci1729
3e2a2ffdad
write logs to file instead of buffer
2018-04-02 13:35:45 -06:00
fibonacci1729
464c2db1bb
draft history
2018-03-26 16:09:10 -06:00
Radu Matei
7da22eaad6
Inject build ID as label
2018-03-26 23:51:57 +03:00
Matthew Fisher
fc136321ec
add manifest.Load()
...
This function accepts a path and opens the file for reading. If successful, it will output the loaded manifest configuration.
2018-03-22 15:05:24 -07:00
Matthew Fisher
387e811e28
use image name as app name if registry is unset
2018-03-21 09:23:19 -07:00
Matthew Fisher
9f99686810
disable push step if no registry was configured
2018-03-20 17:12:38 -07:00
Matthew Fisher
fe22736d76
add `draft config` command to override registry field in draft.toml
2018-03-19 15:48:02 -07:00
Matthew Fisher
e02a7caf35
remove draftd
2018-03-19 15:48:02 -07:00