Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
ec883f6b16 | |||
b5f95d3fc9 |
@ -22,7 +22,7 @@ steps:
|
||||
build:
|
||||
image: plugins/kaniko
|
||||
settings:
|
||||
repo: quay.io/wollud1969/k8s-admin-helper
|
||||
repo: quay.io/wollud1969/woodpecker-helper
|
||||
registry: quay.io
|
||||
tags:
|
||||
- latest
|
||||
|
@ -4,7 +4,7 @@ ARG USER="user"
|
||||
|
||||
RUN \
|
||||
echo "@testing https://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories && \
|
||||
apk add --no-cache kubectl gpg gpg-agent bash trivy@testing curl helm && \
|
||||
apk add --no-cache kubectl openssl gpg gpg-agent bash trivy@testing curl helm && \
|
||||
addgroup $USER && \
|
||||
adduser -G $USER -D $USER
|
||||
|
||||
|
Reference in New Issue
Block a user