Add SemVer VERSION, Jenkins CI/CD, and release 0.1.1.

Ship Harbor/Hub push with latest+version tags, deploy to openstack.devops.org.ru, and show the package version badge in Help → About.
This commit is contained in:
2026-07-28 00:57:38 +03:00
parent f1289858fd
commit b2e301dd32
18 changed files with 602 additions and 23 deletions
+1
View File
@@ -26,6 +26,7 @@ ENV PATH="/opt/venv/bin:$PATH" \
RUN groupadd --system --gid 10001 simulator \
&& useradd --system --uid 10001 --gid simulator --home-dir /app --no-create-home simulator
COPY --from=builder /opt/venv /opt/venv
COPY VERSION /app/VERSION
WORKDIR /app
USER 10001:10001
# Internal listen only — public OpenStack ports are on api-gateway.