This is an automated email from the ASF dual-hosted git repository.
rabbah pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk.git
The following commit(s) were added to refs/heads/master by this push:
new faae555 format: format the invoker's Dockerfile (#5037)
faae555 is described below
commit faae555e583fb8a1b83e2b30840bf0610cbde00b
Author: Zinuo Cai <[email protected]>
AuthorDate: Mon Feb 1 10:27:52 2021 +0800
format: format the invoker's Dockerfile (#5037)
---
core/invoker/Dockerfile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/core/invoker/Dockerfile b/core/invoker/Dockerfile
index bf25b3a..ca1561d 100644
--- a/core/invoker/Dockerfile
+++ b/core/invoker/Dockerfile
@@ -18,8 +18,8 @@
FROM scala
ENV UID=1001 \
- NOT_ROOT_USER=owuser
- ENV DOCKER_VERSION=18.06.3-ce
+ NOT_ROOT_USER=owuser \
+ DOCKER_VERSION=18.06.3-ce
# If you change the docker version here, it has implications on invoker runc
support.
# Docker server version and the invoker docker version must be the same to
enable runc usage.
# If this cannot be guaranteed, set `invoker_use_runc: false` in the ansible
env.