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: steps:
- name: docker - name: docker
image: thegeeklab/drone-docker-buildx image: woodpeckerci/plugin-docker-buildx
privileged: true privileged: true
settings: settings:
registry: git.ar21.de registry: git.ar21.de
@ -17,10 +14,10 @@ steps:
- linux/arm64 - linux/arm64
- linux/amd64 - linux/amd64
when: when:
branch: - branch: main
- main event: push
- name: docker-build - name: docker-build
image: thegeeklab/drone-docker-buildx image: woodpeckerci/plugin-docker-buildx
privileged: true privileged: true
settings: settings:
registry: git.ar21.de registry: git.ar21.de
@ -35,10 +32,6 @@ steps:
- linux/amd64 - linux/amd64
dry_run: true dry_run: true
when: when:
branch: - branch:
exclude: exclude: main
- main event: push
when:
event:
include:
- push

View file

@ -1,4 +1,4 @@
FROM alpine:3.20.3 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 curl -s https://raw.githubusercontent.com/kubernetes-sigs/kustomize/master/hack/install_kustomize.sh | bash
RUN mv /kustomize /bin/kustomize RUN mv /kustomize /bin/kustomize