Compare commits

..

No commits in common. "830a507c52c3bc52812db38ffd0a9ceac4ee7482" and "634dfaa1603d811ffe1d71694d79aeb62af7466f" have entirely different histories.

2 changed files with 12 additions and 9 deletions

View file

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

View file

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