File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 2424 mtr.devops.telekom.de/mcsps/kubectl
2525 ghcr.io/mcsps/kubectl
2626 tags : |
27- type=ref,event=branch
28- #type=semver,pattern={{version}},value=v1.31.0 # change also in the Dockerfile
27+ type=semver,pattern={{version}},value=v1.31.0 # change also in the Dockerfile
2928 - name : Install Cosign
3029 uses : sigstore/cosign-installer@main
3130 with :
Original file line number Diff line number Diff line change 11FROM alpine:latest
2- LABEL org.opencontainers.image.source = "https://github.com/mcsps/docker-images"
2+ LABEL org.opencontainers.image.source= "https://github.com/mcsps/docker-images"
33
44RUN apk --no-cache add ca-certificates bash curl git jq openssl
55RUN curl -LO https://storage.googleapis.com/kubernetes-release/release/v1.31.0/bin/linux/amd64/kubectl && chmod +x kubectl && mv kubectl /usr/local/bin/kubectl
You can’t perform that action at this time.
0 commit comments