Compare commits

...

2 commits

Author SHA1 Message Date
62272ace53
move to woodpecker ci
All checks were successful
ci/woodpecker/manual/woodpecker Pipeline was successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-09-24 21:09:23 +02:00
41b591a63d
add jq 2024-09-24 21:09:11 +02:00
2 changed files with 8 additions and 15 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
@ -35,10 +32,6 @@ steps:
- linux/amd64
dry_run: true
when:
branch:
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