We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d63aca commit 54426dbCopy full SHA for 54426db
1 file changed
images/runtime/Dockerfile-jre11
@@ -4,6 +4,8 @@ COPY src/main/c/libfnunixsocket.so /function/runtime/lib/
4
5
RUN ["/usr/bin/java", "-Xshare:dump"]
6
7
+RUN addgroup --system --gid 1000 fn && adduser --uid 1000 --gid 1000 fn
8
+
9
# The UseExeperimentalVMOptions, UseCGroupMemoryLimitForHeap and MaxRAMFraction options that were used in the JDK 9 builds are
10
# no longer supported in JDK 11 - so these have been removed. We now rely on the built-in ContainerSupport option that Linux JDKs
11
# use to configure themselves when detecting they are running in a container.
0 commit comments