Compare commits

...

2 commits

Author SHA1 Message Date
830a507c52
add jq 2024-09-24 21:08:22 +02:00
be4ebdd3cc
move to woodpecker ci 2024-09-24 21:08:01 +02:00
2 changed files with 9 additions and 12 deletions

View file

@ -1,9 +1,6 @@
kind: pipeline
type: kubernetes
name: deploy
steps:
- name: docker
image: thegeeklab/drone-docker-buildx
image: woodpeckerci/plugin-docker-buildx
privileged: true
settings:
registry: git.ar21.de
@ -17,10 +14,10 @@ steps:
- linux/arm64
- linux/amd64
when:
branch:
- main
- branch: main
event: push
- name: docker-build
image: thegeeklab/drone-docker-buildx
image: woodpeckerci/plugin-docker-buildx
privileged: true
settings:
registry: git.ar21.de
@ -39,6 +36,6 @@ steps:
exclude:
- main
when:
event:
include:
- push
- branch:
exclude: main
event: push

View file

@ -1,4 +1,4 @@
FROM alpine:3.20.3
RUN apk add --no-cache git curl bash
RUN apk add --no-cache git curl bash jq
RUN curl -s https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/hack/install_kustomize.sh | bash
RUN mv /kustomize /bin/kustomize