added banzai plugin for drone kaniko
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
ruberoid 2024-12-15 13:46:24 +04:00
parent 71af26aee5
commit 1387cc107b

View File

@ -27,19 +27,21 @@ steps:
- git submodule update --init --recursive - git submodule update --init --recursive
- name: kaniko nocr telegram listener build & push - name: kaniko nocr telegram listener build & push
image: plugins/kaniko image: banzaicloud/drone-kaniko
settings: settings:
registry: hub.musk.fun registry: hub.musk.fun
repo: hub.musk.fun/k8s/nocr/telegram_listener repo: hub.musk.fun/k8s/nocr/telegram_listener
tags: ["${DRONE_COMMIT_SHA:0:7}", "latest"] tags: ["${DRONE_COMMIT_SHA:0:7}", "latest"]
context: ./flea/telegram-listener context: ./flea/telegram-listener
dockerfile: ./flea/telegram-listener/src/Nocr.TelegramListener.Host/Dockerfile dockerfile: ./flea/telegram-listener/src/Nocr.TelegramListener.Host/Dockerfile
cache: true
# skip_tls_verify: true
username: username:
from_secret: hub_username from_secret: hub_username
password: password:
from_secret: hub_password from_secret: hub_password
build_args: # build_args:
- --cache=true --cache-dir=/cache # - --cache=true --cache-dir=/cache
volumes: volumes:
- name: local-cache - name: local-cache
path: /cache path: /cache
@ -47,13 +49,14 @@ steps:
# - clone # - clone
- name: kaniko nocr text matcher build & push - name: kaniko nocr text matcher build & push
image: plugins/kaniko image: banzaicloud/drone-kaniko
settings: settings:
registry: hub.musk.fun registry: hub.musk.fun
repo: hub.musk.fun/k8s/nocr/text_matcher repo: hub.musk.fun/k8s/nocr/text_matcher
tags: ["${DRONE_COMMIT_SHA:0:7}", "latest"] tags: ["${DRONE_COMMIT_SHA:0:7}", "latest"]
context: ./flea/text-matcher context: ./flea/text-matcher
dockerfile: ./flea/text-matcher/src/Nocr.TextMatcher.Host/Dockerfile dockerfile: ./flea/text-matcher/src/Nocr.TextMatcher.Host/Dockerfile
cache: true
username: username:
from_secret: hub_username from_secret: hub_username
password: password:
@ -67,13 +70,14 @@ steps:
# - clone # - clone
- name: kaniko nocr users build & push - name: kaniko nocr users build & push
image: plugins/kaniko image: banzaicloud/drone-kaniko
settings: settings:
registry: hub.musk.fun registry: hub.musk.fun
repo: hub.musk.fun/k8s/nocr/text_matcher repo: hub.musk.fun/k8s/nocr/text_matcher
tags: ["${DRONE_COMMIT_SHA:0:7}", "latest"] tags: ["${DRONE_COMMIT_SHA:0:7}", "latest"]
context: ./flea/users context: ./flea/users
dockerfile: ./flea/users/src/Nocr.Users.Host/Dockerfile dockerfile: ./flea/users/src/Nocr.Users.Host/Dockerfile
cache: true
username: username:
from_secret: hub_username from_secret: hub_username
password: password:
@ -87,13 +91,14 @@ steps:
# - clone # - clone
- name: kaniko nocr telegram client build & push - name: kaniko nocr telegram client build & push
image: plugins/kaniko image: banzaicloud/drone-kaniko
settings: settings:
registry: hub.musk.fun registry: hub.musk.fun
repo: hub.musk.fun/k8s/nocr/telegram_client repo: hub.musk.fun/k8s/nocr/telegram_client
tags: ["${DRONE_COMMIT_SHA:0:7}", "latest"] tags: ["${DRONE_COMMIT_SHA:0:7}", "latest"]
context: ./flea/telegram-client context: ./flea/telegram-client
dockerfile: ./flea/telegram-client/src/Nocr.TelegramClient.Host/Dockerfile dockerfile: ./flea/telegram-client/src/Nocr.TelegramClient.Host/Dockerfile
cache: true
username: username:
from_secret: hub_username from_secret: hub_username
password: password:
@ -107,13 +112,14 @@ steps:
# - clone # - clone
- name: kaniko nocr text matcher migrator build & push - name: kaniko nocr text matcher migrator build & push
image: plugins/kaniko image: banzaicloud/drone-kaniko
settings: settings:
registry: hub.musk.fun registry: hub.musk.fun
repo: hub.musk.fun/k8s/nocr/text_matcher_migrator repo: hub.musk.fun/k8s/nocr/text_matcher_migrator
tags: ["${DRONE_COMMIT_SHA:0:7}", "latest"] tags: ["${DRONE_COMMIT_SHA:0:7}", "latest"]
context: ./flea/text-matcher/ context: ./flea/text-matcher/
dockerfile: ./flea/text-matcher/src/Nocr.TextMatcher.Migrator/Dockerfile dockerfile: ./flea/text-matcher/src/Nocr.TextMatcher.Migrator/Dockerfile
cache: true
username: username:
from_secret: hub_username from_secret: hub_username
password: password:
@ -127,13 +133,14 @@ steps:
# - clone # - clone
- name: kaniko nocr users migrator build & push - name: kaniko nocr users migrator build & push
image: plugins/kaniko image: banzaicloud/drone-kaniko
settings: settings:
registry: hub.musk.fun registry: hub.musk.fun
repo: hub.musk.fun/k8s/nocr/users_migrator repo: hub.musk.fun/k8s/nocr/users_migrator
tags: ["${DRONE_COMMIT_SHA:0:7}", "latest"] tags: ["${DRONE_COMMIT_SHA:0:7}", "latest"]
context: ./flea/users/ context: ./flea/users/
dockerfile: ./flea/users/src/Nocr.Users.Migrator/Dockerfile dockerfile: ./flea/users/src/Nocr.Users.Migrator/Dockerfile
cache: true
username: username:
from_secret: hub_username from_secret: hub_username
password: password: