We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6e32b1 commit faae555Copy full SHA for faae555
core/invoker/Dockerfile
@@ -18,8 +18,8 @@
18
FROM scala
19
20
ENV UID=1001 \
21
- NOT_ROOT_USER=owuser
22
- ENV DOCKER_VERSION=18.06.3-ce
+ NOT_ROOT_USER=owuser \
+ DOCKER_VERSION=18.06.3-ce
23
# If you change the docker version here, it has implications on invoker runc support.
24
# Docker server version and the invoker docker version must be the same to enable runc usage.
25
# If this cannot be guaranteed, set `invoker_use_runc: false` in the ansible env.
0 commit comments