2 Commits
0.1.0 ... 0.1.5

Author SHA1 Message Date
e6b3790e4c new alpine image
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful
2025-12-15 17:53:44 +01:00
955b528dd0 fix
Some checks failed
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline failed
2025-12-15 17:47:58 +01:00
2 changed files with 5 additions and 4 deletions

View File

@@ -7,12 +7,13 @@ steps:
from_secret: local_registry
tags: latest,${CI_COMMIT_TAG}
username:
from_secret: local_password
password:
from_secret: local_username
password:
from_secret: local_password
dockerfile: Dockerfile
when:
- event: tag
scan_image:
image: aquasec/trivy
commands:

View File

@@ -1,4 +1,4 @@
FROM alpine:3.21
FROM alpine:3.23
ENV PGHOST="database.database1.svc.cluster.local"
ENV PGDATABASE="udi-hottis"