chore: remove release-please configuration and related files
Release / release (pull_request) Successful in 26s
Release / Deploy to Kubernetes (pull_request) Successful in 1s

This commit is contained in:
2026-01-08 17:43:33 +00:00
parent 1ae54a46e7
commit ee10a0f35a
11 changed files with 68 additions and 149 deletions
+3 -5
View File
@@ -1,11 +1,9 @@
FROM python:3.13-slim
LABEL org.opencontainers.image.vendor="JDB-NET"
WORKDIR /app
# Build argument for version
ARG VERSION=dev
ENV APP_VERSION=${VERSION}
COPY . /app
ARG VERSION=unknown
ENV APP_VERSION=${VERSION}
RUN pip install -r requirements.txt \
&& apt-get update \
&& apt-get install curl -y \