Theofilos Papapanagiotou
24fd3b2ab0
Fetch a github pull request ( #1543 )
2021-01-22 11:43:39 -08:00
Fabrice
454910f613
feat: Add https tar.gz remote source for context ( #1519 )
...
* feat: Add https tar.gz remote source for context
* Add license header
* add license header
Co-authored-by: Tejal Desai <tejal29@gmail.com>
2020-12-10 22:55:02 -08:00
Tejal Desai
94b2b6b391
gofmt
2020-08-13 14:03:38 -07:00
Tejal Desai
1f456866eb
Merge branch 'master' into opts
2020-08-13 10:43:14 -07:00
Tejal Desai
1bf66ef435
Merge pull request #1153 from why-xn/master
...
Checkout a specific git commit
2020-08-13 10:41:26 -07:00
Carlos Alexandro Becker
008f8e890c
fix: lint issues
...
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2020-07-29 23:32:40 -03:00
Carlos Alexandro Becker
fdcc40683e
fix: lint issues
...
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2020-07-29 23:26:08 -03:00
Carlos Alexandro Becker
ed04106af4
Merge remote-tracking branch 'upstream/master' into git
2020-07-29 23:24:17 -03:00
Tejal Desai
a47a78edae
Merge pull request #1319 from caarlos0/go-git
...
feat: upgrade go-git
2020-07-28 21:32:16 -07:00
Carlos Alexandro Becker
57c2df4d97
feat: new git flags
...
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2020-06-15 17:24:04 -03:00
Carlos Alexandro Becker
ab42a919a5
feat: recurse submodules
...
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2020-06-15 12:01:25 -03:00
Carlos Alexandro Becker
7b8879c03f
feat: upgrade go-git
...
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2020-06-15 11:58:04 -03:00
Carlos Alexandro Becker
13e6bdf533
fix: improve tests
...
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2020-06-15 11:20:27 -03:00
Carlos Alexandro Becker
8322cbe3b6
feat: accept GIT_TOKEN
...
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2020-06-15 11:16:50 -03:00
Tejal Desai
6ab97e2b5f
ADD GCB benchmark code
2020-06-05 12:46:47 -07:00
Yoriyasu Yano
6e615a8ff9
Add ability to set git auth token using environment variables
...
Currently the only way to set the git auth is by including it in the context
git URL. This can be problematic for certain environments such as ECS where the
command args for are stored in logs. Introduces updates to allow setting the
authentication info using the environment variables `GIT_USERNAME` and
`GIT_PASSWORD`.
2020-05-11 10:59:48 -05:00
Tejal Desai
fe0500f8e6
Merge pull request #1196 from yw-liu/master
...
Add http support for git repository context
2020-05-03 20:53:43 -07:00
Tejal Desai
8a780be748
Merge pull request #1139 from JordanGoasdoue/allow-injecting-context-tar-gz
...
feat: allow injecting through stdin tar.gz on kaniko
2020-05-01 10:24:05 -07:00
yw-liu
73eb47c752
replace string literal with constant
2020-04-17 09:07:38 +08:00
yw-liu
2e90173238
fix boilerplate
2020-04-17 00:37:12 +08:00
yw-liu
c9fc6b5bcf
fix golint problem
2020-04-17 00:21:48 +08:00
yw-liu
0fc311a8b7
make string var as constant
2020-04-17 00:00:24 +08:00
yw-liu
7912e4c87b
modify unit-test
2020-04-16 23:48:43 +08:00
yw-liu
d8b8e811dd
modify code format and unit-test
2020-04-16 23:44:37 +08:00
yw-liu
4f8d074e00
add unit-test
2020-04-16 22:21:09 +08:00
yw-liu
34a6ec250f
add http support for git pull
...
usage: set the GIT_PULL_METHOD env var to http or https for starting the container
2020-04-14 20:25:20 +08:00
Shihab Hasan
99b08059c4
Checkout a specific git commit
2020-03-23 12:12:52 +06:00
Jordan Goasdoué
d08a767454
feat: allow injecting through stdin tar.gz on kaniko
2020-03-18 12:29:49 +01:00
Tejal Desai
a173bf020b
Merge pull request #1115 from JordanGoasdoue/allow-build-context-from-local-targz
...
feat: add support of local '.tar.gz' file inside the kaniko container
2020-03-17 15:24:10 -07:00
Jordan GOASDOUE
fda7ed4f74
feat: add support of local '.tar.gz' file inside the kaniko container
2020-03-12 22:51:30 +01:00
Yuheng Zhang
8eef58939b
fix: credential typo
2020-03-12 14:31:15 +08:00
yangtaokm
45c43a2c89
refactory the code and add CreateTargetTarfile in fs_util.go
2019-10-22 16:44:51 +08:00
Tao Yang
a86ffc8c57
Apply suggestions from code review
...
fix formatting based on review
Co-Authored-By: Tejal Desai <tejal29@gmail.com>
2019-10-21 10:19:32 +08:00
yangtaokm
3e6a24b152
Initial commit for Azure Blob Storage SupportX
2019-10-13 20:52:19 +08:00
priyawadhwa
8acab90dec
Merge pull request #698 from takmatsu/s3-endpoint
...
Add support for S3 custom endpoint
2019-09-13 09:32:25 -04:00
Carlos Alexandro Becker
f578b09846
fix: remove single branch option
...
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2019-06-22 12:17:46 -03:00
Carlos Alexandro Becker
c45e05f668
clean: remove debug msg
...
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2019-06-22 11:45:42 -03:00
Carlos Alexandro Becker
f0b9ad3a57
feat: support specifying branch for cloning
...
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com>
2019-06-22 11:45:07 -03:00
Takeaki Matsumoto
35bb350a49
Add support for S3 custom endpoint
...
For S3-compatible object storage (like minio),
this patch enable to use custom endpoint-url.
Fix #531
2019-06-13 12:42:52 +09:00
Kartik Verma
30640261d2
Updating the Fork
2018-10-02 16:21:44 +05:30
Priya Wadhwa
99ab68e7f4
Replace gometalinter with GolangCI-Lint
...
gometalinter is broken @ HEAD, and I looked into why that was. During
that process, I remembered that we took the linting scripts from
skaffold, and found that in skaffold gometalinter was replaced with
GolangCI-Lint:
https://github.com/GoogleContainerTools/skaffold/pull/619
The change made linting in skaffold faster, so I figured instead of
fixing gometalinter it made more sense to remove it and replace it with
GolangCI-Lint for kaniko as well.
2018-09-11 13:30:42 -07:00
Kartik Verma
7da7bc016f
Created Git buildcontext
2018-09-03 18:03:20 +05:30
daniel-harrison
587a5e28e3
Enable shared config for s3
2018-08-23 20:53:43 +10:00
Christian Jantz
65d7b0a9aa
Feature/contextsources ( #195 )
...
* added switch to extract different sources as build context
* first rough implementation of aws s3
* added buildcontext package and interface
* added GetBuildContext func to buildcontext.go
added fallback to gcs
renamed GC struct to GCS
* improved the default behavior of build context retrieval
* renamed gc:// to gs:// in order to follow common standards
* renamed struct File to Dir and some cleanup work
* moved context.tar suffix to the buildcontext processors where it is needed
* added buildcontext retrieval as struct variable
added fallback if prefix in bucket specifier is present
* cleanup if structures
* added prefix to s3
* WIP
* Fixed build context bugs
* refactored build context
2018-07-06 06:24:50 -07:00