test: add e2e tests

This commit is contained in:
2025-03-15 12:52:56 +03:00
parent eb2cc3c1e6
commit d300ab197b
14 changed files with 389 additions and 1 deletions

View File

@ -0,0 +1,4 @@
FROM opensuse/leap:latest
RUN useradd -m -s /bin/bash alr-user
USER alr-user
ENTRYPOINT ["tail", "-f", "/dev/null"]