Commit Graph
23 Commits
Author SHA1 Message Date
ZicklagandNándor István Krácser 4340afa523 Add Ability To Skip Push
This adds the ability to build the image without pushing it by omitting
the `tags` and `repo` options.
2019-07-10 08:40:51 +02:00
Nandor Kracser 71121bfd13 gcr: use json_key to keep compatibility with docker plugin 2019-06-02 13:35:16 +02:00
Nandor Kracser 71dd35e3ec add support for gcr registries 2019-06-01 15:01:35 +02:00
Nandor Kracser 9d134a40f2 update kaniko and example to use caching 2019-06-01 14:09:24 +02:00
David BurilovicandNándor István Krácser d652653cbe fix parentheses when parsing multiple arguments 2019-05-21 13:47:56 +02:00
Angus LeesandNándor István Krácser ad1fd17aa5 Fix handling of long username/password
Apparently the busybox implementation of `base64` will line-wrap long output strings.
This meant that long username+password combinations could produce base64 that
contained spurious "\n" characters, which then led to:
```
2019/05/06 00:47:39 Unable to parse "/kaniko/.docker/config.json": invalid character '\n' in string literal
```

Fixed by just removing the newlines in base64 output.  A "better" solution would use a different base64
implementation that avoided line-wrapping in the first place.
2019-05-06 09:16:50 +02:00
Myers CarpenterandNándor István Krácser 4346dd607c fix user name in dockerfile 2019-01-09 09:39:14 +01:00
Myers CarpenterandNándor István Krácser 3cd65aba50 add support for dockerfile build target 2019-01-09 09:39:14 +01:00
Myers CarpenterandNándor István Krácser 0eb7c2716d change how to handle the cache setting 2019-01-09 09:39:14 +01:00
Janos MatyasandGitHub c89db83a59 Merge pull request #4 from banzaicloud/rename
Rename to drone-kaniko
2019-01-08 12:03:55 +01:00
Nandor Kracser 9e96f32e5f Rename to drone-kaniko 2019-01-08 11:51:32 +01:00
Myers CarpenterandNándor István Krácser 5b35b92963 allow for multiple tags 2019-01-08 11:46:39 +01:00
Myers CarpenterandNándor István Krácser 4981f60ed9 update README.md with drone 1.0 example 2019-01-08 11:46:39 +01:00
Myers CarpenterandNándor István Krácser 017ba8156e work correctly for non-alpine based Dockerfiles 2019-01-08 11:46:39 +01:00
Myers CarpenterandNándor István Krácser 554ce3534a allow registry to be set 2019-01-08 11:46:39 +01:00
Janos MatyasandGitHub b8589dbbb8 Merge pull request #1 from banzaicloud/official-image
Use the official Kaniko image
2018-12-11 16:11:48 -08:00
Nandor Kracser 4f9eddd0b9 Use official Kaniko image 2018-12-11 14:11:40 -08:00
Nandor Kracser 3e6f728533 Add caching example 2018-11-25 15:59:05 +01:00
Nandor Kracser 3e75960263 change example repo name 2018-11-24 17:29:40 +01:00
Nandor Kracser d905727f18 fix example 2018-11-23 17:13:53 +01:00
Nandor Kracser fc3f5bddf3 Add build_args support 2018-11-23 09:03:11 +01:00
Nandor Kracser ccdae2bba6 initial import 2018-11-21 15:45:09 +01:00
Nándor István KrácserandGitHub 897261a64b Initial commit 2018-11-21 07:39:41 +01:00