mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
feat: pushover-notifier-github-releases chainguard image
This commit is contained in:
@@ -44,11 +44,22 @@ spec:
|
|||||||
containers:
|
containers:
|
||||||
app:
|
app:
|
||||||
image:
|
image:
|
||||||
repository: ghcr.io/auricom/python
|
repository: cgr.dev/chainguard/python
|
||||||
tag: 1.0.0@sha256:31210a11e180f24fb2f1450a724168ea339c3819b5a3500924f2a7d7ea27f01d
|
tag: latest-dev@sha256:041295387410c312bf49d3638cb44c8f27eb6f2d35367eee24fc8d97557649e1
|
||||||
command:
|
command:
|
||||||
- python3
|
- /bin/bash
|
||||||
- /app/script.py
|
- -c
|
||||||
|
- |
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
set -o errexit
|
||||||
|
set -o nounset
|
||||||
|
|
||||||
|
pip install requests PyYAML psycopg2-binary
|
||||||
|
|
||||||
|
cd /app
|
||||||
|
|
||||||
|
python /app/script.py
|
||||||
envFrom: *envFrom
|
envFrom: *envFrom
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
|
Reference in New Issue
Block a user