Commit Graph

44 Commits

Author SHA1 Message Date
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)
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](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
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
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ácser
897261a64b
Initial commit 2018-11-21 07:39:41 +01:00