Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
c7249ba743
|
|||
|
b26e8d212d
|
|||
|
6155787b59
|
@@ -13,12 +13,6 @@ steps:
|
||||
dockerfile: Dockerfile
|
||||
when:
|
||||
- event: [push, tag]
|
||||
scan_image:
|
||||
image: aquasec/trivy
|
||||
commands:
|
||||
- trivy image $FORGE_NAME/$CI_REPO:$CI_COMMIT_SHA --quiet --exit-code 1
|
||||
when:
|
||||
- event: [push, tag]
|
||||
build:
|
||||
image: plugins/kaniko
|
||||
settings:
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
FROM alpine:latest
|
||||
FROM alpine:3.22.2
|
||||
|
||||
ARG USER="user"
|
||||
|
||||
RUN apk add --no-cache kubectl gpg gpg-agent bash && \
|
||||
RUN apk add --no-cache kubectl gpg gpg-agent bash curl helm podman && \
|
||||
addgroup $USER && \
|
||||
adduser -G $USER -D $USER
|
||||
|
||||
|
||||
Reference in New Issue
Block a user