Compare commits
No commits in common. "main" and "woodpecker" have entirely different histories.
main
...
woodpecker
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
FROM alpine:3.21.0
|
||||
FROM alpine:3.20.3
|
||||
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
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
[![status-badge](https://woodpecker.ar21.de/api/badges/8/status.svg)](https://woodpecker.ar21.de/repos/8)
|
||||
[![Build Status](https://drone.ar21.de/api/badges/aaron/kustomize-ci/status.svg)](https://drone.ar21.de/aaron/kustomize-ci)
|
||||
# kustomize-ci Image
|
||||
|
||||
Alpine + git + kustomize
|
||||
|
|
Loading…
Reference in a new issue