14ee44079c
Update .drone.yml
continuous-integration/drone/push Build is passing
continuous-integration/drone/promote/production Build is passing
2025-06-26 21:49:33 +03:00
b1cbd66173
Update .drone.yml
continuous-integration/drone/push Build is passing
2025-06-26 21:46:56 +03:00
d89fa7bc88
Update .drone.yml
continuous-integration/drone/push Build is passing
2025-06-26 21:45:45 +03:00
ff0a6b7d66
Update .drone.yml
continuous-integration/drone/push Build was killed
2025-06-26 21:42:17 +03:00
c12fb06a96
Update .drone.yml
continuous-integration/drone/push Build was killed
2025-06-26 21:40:22 +03:00
411aeefb8b
Update .drone.yml
continuous-integration/drone/push Build encountered an error
2025-06-26 21:27:16 +03:00
c213fe9c6e
Update Dockerfile
continuous-integration/drone/push Build encountered an error
2025-06-26 21:24:28 +03:00
5858a48201
Update .drone.yml
continuous-integration/drone/push Build is passing
2024-08-27 13:33:13 +03:00
d90726dd73
Delete Dockerfile.test
continuous-integration/drone/push Build was killed
2024-08-27 13:28:02 +03:00
992017414a
Update .drone.yml
continuous-integration/drone/push Build is passing
2024-08-27 13:26:08 +03:00
5ca7c2d5f3
upd
continuous-integration/drone/push Build is passing
2024-08-27 13:18:42 +03:00
1b450a01d5
upd 1.20.3
2024-08-27 13:16:58 +03:00
d114f6d408
Update plugin.sh
2024-02-09 12:45:21 +03:00
38d9d86a78
Update plugin.sh
2024-02-09 11:26:17 +03:00
cb53ef374c
updated to 1.20.0
2024-02-08 13:21:59 +03:00
b199a412d1
upd to 1.20.0
2024-02-05 10:26:46 +03:00
fb67bc9d3d
Update Dockerfile
2023-08-19 11:01:32 +03:00
8d8c97e6c8
up
2023-07-19 18:30:09 +03:00
Naum
5bbc3642ee
Update README.md
2022-11-26 15:35:14 +03:00
Naum
7356a09d85
Update README.md
2022-11-26 15:30:58 +03:00
a8e2bd89ce
kaliko updated
2022-11-26 15:28:56 +03:00
foosinn
ca7005705e
configurable cache repository and ttl ( #36 )
2020-05-25 10:39:26 +02:00
Nándor István Krácser
51aa742593
upgrade to v0.19.0
2020-03-20 08:21:22 +01:00
Théo Mathieu
8379941aeb
Update Kaniko to version 0.18
2020-03-09 09:11:37 +01:00
Calvin Wong-Loi-Sing
565ab14808
Update Kaniko version from 0.10 to 0.16
2020-01-27 09:05:54 +01:00
annprog
a48362f875
fix: auto tag documention
2019-11-14 10:50:46 +01:00
annprog
0712ed76e9
fix: DRONE_TAG default value. wip https://github.com/banzaicloud/drone-kaniko/issues/15
2019-11-14 10:50:46 +01:00
Annhe
1379e9d724
auto tag
2019-11-14 10:50:46 +01:00
annprog
af1f7ea186
fix: destination lack
2019-10-28 07:44:21 +01:00
Kristoffer Dalby
98dea6ec95
updates kaniko version to 0.10
2019-08-21 15:05:53 +02:00
Kristoffer Dalby
c687409a35
adds build_args_from_env option
2019-08-20 19:06:12 +02:00
Kristoffer Dalby
b6420cac1c
only print of build env args excitst
2019-08-20 19:06:12 +02:00
Tomasz Cholewa
f7259ac640
Enable use of .tags file for custom tagging
2019-08-06 10:54:47 +02:00
Tomasz Cholewa
3da5de27d7
Allow skip-tls-verify option for testing
2019-08-05 15:42:35 +02:00
Zicklag
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 Burilovic
d652653cbe
fix parentheses when parsing multiple arguments
2019-05-21 13:47:56 +02:00
Angus Lees
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 Carpenter
4346dd607c
fix user name in dockerfile
2019-01-09 09:39:14 +01:00
Myers Carpenter
3cd65aba50
add support for dockerfile build target
2019-01-09 09:39:14 +01:00
Myers Carpenter
0eb7c2716d
change how to handle the cache setting
2019-01-09 09:39:14 +01:00
Janos Matyas
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 Carpenter
5b35b92963
allow for multiple tags
2019-01-08 11:46:39 +01:00
Myers Carpenter
4981f60ed9
update README.md with drone 1.0 example
2019-01-08 11:46:39 +01:00
Myers Carpenter
017ba8156e
work correctly for non-alpine based Dockerfiles
2019-01-08 11:46:39 +01:00
Myers Carpenter
554ce3534a
allow registry to be set
2019-01-08 11:46:39 +01:00
Janos Matyas
b8589dbbb8
Merge pull request #1 from banzaicloud/official-image
...
Use the official Kaniko image
2018-12-11 16:11:48 -08:00