Moved bucket test py
All checks were successful
Build and Push Docker Images / build-and-push (push) Successful in 1m13s
All checks were successful
Build and Push Docker Images / build-and-push (push) Successful in 1m13s
This commit is contained in:
parent
5287ca66a1
commit
0ffe89a881
@ -13,4 +13,3 @@ WORKDIR /home/appuser
|
||||
USER appuser
|
||||
|
||||
ENTRYPOINT ["tini", "--"]
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: registry.bouvais.lu/tenant-jupyter
|
||||
tag: "1.0.0"
|
||||
tag: "1.0.1"
|
||||
|
||||
resources:
|
||||
requests:
|
||||
|
||||
@ -2,7 +2,7 @@ name: "b"
|
||||
|
||||
image:
|
||||
repository: registry.bouvais.lu/tenant-jupyter
|
||||
tag: "1.0.0"
|
||||
tag: "1.0.1"
|
||||
|
||||
resources:
|
||||
requests:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user