deploy #10

Merged
bstein merged 271 commits from deploy into main 2026-01-19 19:04:01 +00:00
2 changed files with 6 additions and 2 deletions
Showing only changes of commit 6997d5e202 - Show all commits

View File

@ -0,0 +1,5 @@
FROM python:3.11-slim
ENV PIP_DISABLE_PIP_VERSION_CHECK=1
RUN pip install --no-cache-dir requests psycopg2-binary

View File

@ -62,7 +62,7 @@ spec:
defaultMode: 0555
containers:
- name: rename
image: python:3.11-slim
image: registry.bstein.dev/bstein/comms-guest-tools:0.1.0
volumeMounts:
- name: vault-scripts
mountPath: /vault/scripts
@ -94,7 +94,6 @@ spec:
- |
set -euo pipefail
. /vault/scripts/comms_vault_env.sh
pip install --no-cache-dir requests psycopg2-binary >/dev/null
python - <<'PY'
import base64
import os