Commit Graph

13 Commits

Author SHA1 Message Date
surtur 665106ec23
Merge branch 'main' into dev
All checks were successful
continuous-integration/drone/push Build is passing
2021-08-20 14:26:10 +02:00
Shubham Agrawal dbd6efc157
Add option to provide log verbosity (#23) 2021-08-20 16:38:35 +05:30
surtur b6919b2cda
option parsing logic: add fallback values
* don't exit on no values provided but instead use sane defaults for
  username, password and registry
* add "--no-push" flag if REPO name has not been specified
* only allow setting of TAGS if REPO has been specified as well
2021-05-02 01:15:47 +02:00
surtur 73e95f29d3
feat: build {amd64,pure docker} only
* rm arm/arm64/gcr/ecr related build instructions in build.sh
  and .drone.ml, only build for amd64
* change autotag to manually specified tags (2 static, one dynamic)
* change the branch referenced in .drone.yml as we're using dev by
  default
* module path is now git.dotya.ml/wanderer/drone-kaniko/*
2021-05-02 01:15:12 +02:00
Rauny e65b7b3ada
add flag --no-push (#21) 2021-04-29 20:53:43 +05:30
Aleksandar Radisavljevic df81f82f84
Add support for printing published docker image metadata to a file (#17) 2021-04-29 15:35:57 +05:30
Shubham Agrawal 4612825d41
Allow remote caching of docker layers in kaniko build (#16) 2021-04-08 00:05:53 +05:30
Shubham Agrawal 658478d5ae
Add snapshot mode support (#13) 2021-03-02 21:15:44 +05:30
Beniamin 9cca954ec6
add skip-tls-verify flag for insecure private registries (#11)
Co-authored-by: beniamin.calota <beniamin.calota@emag.ro>
2021-02-18 13:49:21 +05:30
Shubham Agrawal 2c637d285e fix docker v2 registry issue 2020-11-26 16:29:05 +05:30
Shubham Agrawal 94c4f7ea1b Updated kaniko base image to v1.3.0 2020-11-21 16:13:01 +05:30
Shubham Agrawal 0cbbf054a5 Added support to build and publish GCR image 2020-11-17 00:20:20 +05:30
Shubham Agrawal 1fbaab2bee Working kaniko publish to docker 2020-11-16 23:41:59 +05:30