6 Commits
0.0.1 ... 0.2.2

Author SHA1 Message Date
20f43e6e77 new base image
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful
2025-05-16 13:15:41 +02:00
1fccfff364 add postgresql and mariadb clients
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful
2025-04-09 17:35:56 +02:00
bffe8045df add ldap-utils
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful
2025-04-09 17:34:04 +02:00
dcef3e8703 ca-certs
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful
2025-04-04 12:56:52 +02:00
892e541841 wget
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2025-04-04 12:54:30 +02:00
deab61c9b4 nc
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
2025-04-04 12:53:17 +02:00
2 changed files with 2 additions and 21 deletions

View File

@ -14,25 +14,6 @@ steps:
when:
- event: [push, tag]
scan_image:
image: aquasec/trivy
environment:
TRIVY_TOKEN:
from_secret: trivy_token
TRIVY_URL:
from_secret: trivy_url
commands:
- |
env TRIVY_DISABLE_VEX_NOTICE=1 \
trivy image \
--server $TRIVY_URL \
--token $TRIVY_TOKEN \
--quiet \
--exit-code 1 \
$FORGE_NAME/$CI_REPO:$CI_COMMIT_SHA
when:
- event: [push, tag]
generate_sbom:
image: quay.io/wollud1969/woodpecker-helper:0.5.1
environment:

View File

@ -1,4 +1,4 @@
FROM debian:latest
FROM debian:bookworm-20250428
LABEL Maintainer="Wolfgang Hottgenroth <woho@hottis.de>"
@ -6,6 +6,6 @@ LABEL Maintainer="Wolfgang Hottgenroth <woho@hottis.de>"
RUN \
apt update && \
apt upgrade -y --autoremove && \
apt install make openssh-client git python3 python3-requests gpg apt-transport-https whet curl nmap snmp netcat tcpdump dnsutils net-tools
apt install -y ca-certificates make openssh-client git python3 python3-requests gpg apt-transport-https wget curl nmap snmp netcat-openbsd tcpdump dnsutils net-tools ldap-utils postgresql-client mariadb-client