[AZ-204] OCI revision labels + AZAION_REVISION env

Made-with: Cursor
This commit is contained in:
Oleksandr Bezdieniezhnykh
2026-04-20 03:58:46 +03:00
parent d11b105496
commit b59cf2dac3
2 changed files with 10 additions and 1 deletions
+2
View File
@@ -1,4 +1,6 @@
FROM python:3.11-slim
ARG CI_COMMIT_SHA=unknown
ENV AZAION_REVISION=$CI_COMMIT_SHA
RUN apt-get update && apt-get install -y libxml2-dev libxslt1-dev && rm -rf /var/lib/apt/lists/*
WORKDIR /app
COPY requirements.txt .