5 Commits

Author SHA1 Message Date
227ef294d3 custom ca, 14
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful
2025-06-04 16:14:16 +02:00
a14e0ab2c5 custom ca, 13
Some checks are pending
ci/woodpecker/tag/woodpecker Pipeline is pending
2025-06-04 16:13:14 +02:00
471fcb2177 custom ca, 12
Some checks are pending
ci/woodpecker/tag/woodpecker Pipeline is pending
2025-06-04 16:01:37 +02:00
0d4ac4022a custom ca, 11
Some checks are pending
ci/woodpecker/tag/woodpecker Pipeline is pending
2025-06-04 15:56:55 +02:00
405d66cdcb custom ca, 10
Some checks are pending
ci/woodpecker/tag/woodpecker Pipeline is pending
2025-06-04 15:53:49 +02:00

View File

@ -10,6 +10,7 @@ ARG ADDITIONAL_CA_URL="x"
ARG ADDITIONAL_CA_CHECKSUM="y" ARG ADDITIONAL_CA_CHECKSUM="y"
RUN \ RUN \
set -e &&\
apk add --no-cache syft &&\ apk add --no-cache syft &&\
adduser -s /bin/sh -D user &&\ adduser -s /bin/sh -D user &&\
mkdir -p $APP_DIR &&\ mkdir -p $APP_DIR &&\