Use local Docker image in e2e pipeline and rebuild image if necessary
This commit is contained in:

committed by
Sebastian Serth

parent
7454e577e4
commit
69237fb415
@@ -1,9 +0,0 @@
|
||||
# Minimal working Docker image used in our e2e tests
|
||||
FROM python:latest
|
||||
|
||||
RUN useradd --home-dir /workspace --no-create-home --user-group user && \
|
||||
mkdir /workspace && chown user:user /workspace
|
||||
|
||||
WORKDIR /workspace
|
||||
|
||||
USER user
|
Reference in New Issue
Block a user