Maximilian Teegen
f9604bffb1
Fix build arg quoting
2024-04-24 08:29:45 +02:00
6543
dffee0f58b
make plugin.sh executable again ( #23 )
2024-02-01 17:23:56 +01:00
Nicolas
90c529ae72
Add two new options (--ignore-var-run and env_file), review the dry-run logic and try to fix some issues ( #20 )
...
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-01-31 23:15:03 +01:00
6543
d7173f4e49
Add dry-run
setting and docs.mf ( #12 )
...
also change:
- rename `PLUGIN_LOG` to `PLUGIN_LOG_LEVEL`
- update default value of `PLUGIN_REGISTRY`
2024-01-12 23:12:06 +01:00
6543
f1e508a543
Switch to Woodpecker Environment Variables ( #9 )
...
https://woodpecker-ci.org/docs/usage/environment
2024-01-12 22:46:38 +01:00
6543
c9a21e5884
Fix some more linting issues ( #5 )
2024-01-12 22:22:45 +01:00
6543
7afb9b9b04
Init pipeline ( #3 )
2024-01-12 22:13:24 +01:00
6543
502cfdd1ef
Add editorconfig and fix issues
2024-01-12 21:29:49 +01:00
CrimsonFez
5d73eef647
Add support for docker hub mirrors and update image version ( #1 )
2024-01-12 21:23:42 +01:00
foosinn
ca7005705e
configurable cache repository and ttl ( #36 )
2020-05-25 10:39:26 +02: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
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
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
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
Myers Carpenter
5b35b92963
allow for multiple tags
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
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