woodpecker-bot
80c31272e0
🎉 Release 1.1.3 ( #34 )
2024-07-23 18:19:10 +02:00
ztelliot
28c1a96c88
Fix build arg ( #35 )
2024-07-23 18:17:49 +02:00
pre-commit-ci[bot]
bf5aa50c90
[pre-commit.ci] pre-commit autoupdate ( #33 )
...
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2024-06-12 02:11:02 +02:00
woodpecker-bot
c0ad31f0ad
🎉 Release 1.1.2 ( #29 )
2024-05-13 19:57:12 +02:00
6543
922edcd2a0
bump kaniko to v1.22.0 ( #32 )
2024-05-13 19:54:52 +02:00
6543
aaa0615ec3
Fix build arg quoting ( #31 )
...
Co-authored-by: Maximilian Teegen <m_teegen@gmx.de>
2024-05-13 19:54:39 +02:00
qwerty287
c65a47077b
Add CODEOWNERS ( #30 )
2024-05-13 19:30:56 +02:00
renovate[bot]
0b7a9a5463
chore(deps): update woodpeckerci/plugin-docker-buildx docker tag to v4 ( #28 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-05-11 09:21:59 +02:00
woodpecker-bot
4a02d6a6cc
🎉 Release 1.1.1 ( #24 )
2024-02-01 17:24:36 +01:00
6543
dffee0f58b
make plugin.sh executable again ( #23 )
2024-02-01 17:23:56 +01:00
woodpecker-bot
6c1b2db202
🎉 Release 1.1.0 ( #15 )
2024-01-31 23:20:58 +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
renovate[bot]
ec37e00bc1
chore(deps): update woodpeckerci/plugin-docker-buildx docker tag to v3 ( #22 )
2024-01-22 08:19:36 +01:00
qwerty287
593a94cadd
Use cleartext username ( #21 )
2024-01-20 13:26:30 +01:00
qwerty287
45035461bc
Fix author key ( #14 )
2024-01-14 14:07:26 +01:00
6543
5b4cdcb6bf
add missing doc for target setting
2024-01-12 23:30:15 +01:00
6543
7b8ff603f4
Update README to woodpecker plugin
2024-01-12 23:22:01 +01:00
woodpecker-bot
5b97227384
🎉 Release 1.0.0 ( #10 )
...
This PR was opened by the
[ready-release-go](https://github.com/woodpecker-ci/plugin-ready-release-go )
plugin. When you're ready to do a release, you can merge this
pull-request and a new release with version `1.0.0` will be created
automatically. If you're not ready to do a release yet, that's fine,
whenever you add more changes to `main` this pull-request will be
updated.
## Options
- [ ] Mark this version as a release candidate
##
[1.0.0](https://github.com/woodpecker-ci/plugin-kaniko/releases/tag/1.0.0 )
- 2024-01-12
### 💥 Breaking changes
- Add `dry-run` setting and docs.md
[[#12 ](https://github.com/woodpecker-ci/plugin-kaniko/pull/12 )]
- Switch to Woodpecker Environment Variables
[[#9 ](https://github.com/woodpecker-ci/plugin-kaniko/pull/9 )]
### Misc
- chore(deps): update alpine docker tag to v3.19
[[#11 ](https://github.com/woodpecker-ci/plugin-kaniko/pull/11 )]
2024-01-12 23:13:24 +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
0036f361f0
chore(deps): update alpine docker tag to v3.19 ( #11 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-12 22:47:55 +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
woodpecker-bot
409e170776
🎉 Release 0.1.1 ( #8 )
...
This PR was opened by the
[ready-release-go](https://github.com/woodpecker-ci/plugin-ready-release-go )
plugin. When you're ready to do a release, you can merge this
pull-request and a new release with version `0.1.1` will be created
automatically. If you're not ready to do a release yet, that's fine,
whenever you add more changes to `main` this pull-request will be
updated.
## Options
- [ ] Mark this version as a release candidate
##
[0.1.1](https://github.com/woodpecker-ci/plugin-kaniko/releases/tag/0.1.1 )
- 2024-01-12
### 🐛 Bug Fixes
- Fix release pipeline
[[#7 ](https://github.com/woodpecker-ci/plugin-kaniko/pull/7 )]
2024-01-12 22:40:23 +01:00
6543
46caf6a9f7
Fix release pipeline ( #7 )
2024-01-12 22:39:38 +01:00
woodpecker-bot
c8d4cd834d
🎉 Release 0.1.0 ( #6 )
...
This PR was opened by the
[ready-release-go](https://github.com/woodpecker-ci/plugin-ready-release-go )
plugin. When you're ready to do a release, you can merge this
pull-request and a new release with version `0.1.0` will be created
automatically. If you're not ready to do a release yet, that's fine,
whenever you add more changes to `main` this pull-request will be
updated.
## Options
- [ ] Mark this version as a release candidate
##
[0.1.0](https://github.com/woodpecker-ci/plugin-kaniko/releases/tag/0.1.0 )
- 2024-01-12
### ✨ Features
- Add support for docker hub mirrors and update image version
[[#1 ](https://github.com/woodpecker-ci/plugin-kaniko/pull/1 )]
### Misc
- Fix some more linting issues
[[#5 ](https://github.com/woodpecker-ci/plugin-kaniko/pull/5 )]
- Init pipeline
[[#3 ](https://github.com/woodpecker-ci/plugin-kaniko/pull/3 )]
- chore: Configure Renovate
[[#2 ](https://github.com/woodpecker-ci/plugin-kaniko/pull/2 )]
---------
Co-authored-by: 6543 <6543@obermui.de>
2024-01-12 22:35:36 +01:00
6543
9febc9b821
found issue: missing QUAY_IO_USER secret
2024-01-12 22:29:31 +01:00
6543
10e5e49d5c
no idea but lets test
2024-01-12 22:26:48 +01:00
6543
907c4309a0
more
2024-01-12 22:24:53 +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
renovate[bot]
a02ccc0680
chore: Configure Renovate ( #2 )
...
[](https://renovatebot.com )
Welcome to [Renovate](https://togithub.com/renovatebot/renovate )! This
is an onboarding PR to help you understand and configure settings before
regular Pull Requests begin.
🚦 To activate Renovate, merge this Pull Request. To disable Renovate,
simply close this Pull Request unmerged.
---
### Detected Package Files
* `Dockerfile` (dockerfile)
* `Dockerfile.test` (dockerfile)
### Configuration Summary
Based on the default config's presets, Renovate will:
- Start dependency updates only once this onboarding PR is merged
- Show all Merge Confidence badges for pull requests.
- Enable Renovate Dependency Dashboard creation.
- Use semantic commit type `fix` for dependencies and `chore` for all
others if semantic commits are in use.
- Ignore `node_modules`, `bower_components`, `vendor` and various
test/tests directories.
- Group known monorepo packages together.
- Use curated list of recommended non-monorepo package groupings.
- Apply crowd-sourced package replacement rules.
- Apply crowd-sourced workarounds for known problems with packages.
- Run lock file maintenance (updates) early Monday mornings.
- Schedule automerge daily.
- Schedule for weekends.
- Run Renovate on following schedule: every weekend
🔡 Do you want to change how Renovate upgrades your dependencies? Add
your custom config to `renovate.json` in this branch. Renovate will
update the Pull Request description the next time it runs.
---
### What to Expect
With your current configuration, Renovate will create 1 Pull Request:
<details>
<summary>chore(deps): update alpine docker tag to v3.19</summary>
- Schedule: ["every weekend"]
- Branch name: `renovate/alpine-3.x`
- Merge into: `main`
- Upgrade alpine to `3.19`
</details>
---
❓ Got questions? Check out Renovate's
[Docs](https://docs.renovatebot.com/ ), particularly the Getting Started
section.
If you need any further assistance then you can also [request help
here](https://togithub.com/renovatebot/renovate/discussions ).
---
This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/ ). View
repository job log
[here](https://developer.mend.io/github/woodpecker-ci/plugin-kaniko ).
<!--renovate-config-hash:160fba6c1384e49cc565c5a1ec2b1afdfd96eb8be069aa9e94322d8ff975ea8f-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-01-12 22:07:21 +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
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