Moved bucket test py
All checks were successful
Build and Push Docker Images / build-and-push (push) Successful in 1m13s

This commit is contained in:
Adrien Bouvais 2026-08-16 13:41:20 +02:00
parent 5287ca66a1
commit 0ffe89a881
5 changed files with 2 additions and 4 deletions

View File

@ -13,4 +13,3 @@ WORKDIR /home/appuser
USER appuser
ENTRYPOINT ["tini", "--"]

View File

@ -2,7 +2,6 @@ ARG BASE_IMAGE
FROM ${BASE_IMAGE}
USER root
COPY --chown=appuser:appuser test_buckets.py /home/appuser/work/test_buckets.py
COPY --chown=appuser:appuser requirements.txt /tmp/requirements.txt
RUN pip install --no-cache-dir -r /tmp/requirements.txt \
&& rm /tmp/requirements.txt

View File

@ -1,6 +1,6 @@
image:
repository: registry.bouvais.lu/tenant-jupyter
tag: "1.0.0"
tag: "1.0.1"
resources:
requests:

View File

@ -2,7 +2,7 @@ name: "b"
image:
repository: registry.bouvais.lu/tenant-jupyter
tag: "1.0.0"
tag: "1.0.1"
resources:
requests: