Victor Seva 2 роки тому
батько
коміт
061248e09c

+ 6 - 2
bionic/Dockerfile

@@ -6,7 +6,7 @@ LABEL maintainer="Victor Seva <[email protected]>"
 # is updated with the current date. It will force refresh of all
 # of the base images and things like 'apt-get update' won't be using
 # old cached versions when the Dockerfile is built.
-ENV REFRESHED_AT 2022-10-10
+ENV REFRESHED_AT 2022-11-10
 
 RUN rm -rf /var/lib/apt/lists/* && apt-get update &&   DEBIAN_FRONTEND=noninteractive apt-get install -qq --assume-yes gnupg wget
 # kamailio repo
@@ -20,4 +20,8 @@ VOLUME /etc/kamailio
 # clean
 RUN apt-get clean && rm -rf /var/lib/apt/lists/*
 
-ENTRYPOINT ["kamailio", "-DD", "-E"]
+# set SHM_MEMORY and PKG_MEMORY from ENV
+ENV SHM_MEMORY=64
+ENV PKG_MEMORY=8
+
+ENTRYPOINT kamailio -DD -E -m  -M 

+ 6 - 2
bookworm/Dockerfile

@@ -6,7 +6,7 @@ LABEL maintainer="Victor Seva <[email protected]>"
 # is updated with the current date. It will force refresh of all
 # of the base images and things like 'apt-get update' won't be using
 # old cached versions when the Dockerfile is built.
-ENV REFRESHED_AT 2022-10-10
+ENV REFRESHED_AT 2022-11-10
 
 RUN rm -rf /var/lib/apt/lists/* && apt-get update &&   DEBIAN_FRONTEND=noninteractive apt-get install -qq --assume-yes gnupg wget
 # kamailio repo
@@ -20,4 +20,8 @@ VOLUME /etc/kamailio
 # clean
 RUN apt-get clean && rm -rf /var/lib/apt/lists/*
 
-ENTRYPOINT ["kamailio", "-DD", "-E"]
+# set SHM_MEMORY and PKG_MEMORY from ENV
+ENV SHM_MEMORY=64
+ENV PKG_MEMORY=8
+
+ENTRYPOINT kamailio -DD -E -m  -M 

+ 6 - 2
bullseye/Dockerfile

@@ -6,7 +6,7 @@ LABEL maintainer="Victor Seva <[email protected]>"
 # is updated with the current date. It will force refresh of all
 # of the base images and things like 'apt-get update' won't be using
 # old cached versions when the Dockerfile is built.
-ENV REFRESHED_AT 2022-10-10
+ENV REFRESHED_AT 2022-11-10
 
 RUN rm -rf /var/lib/apt/lists/* && apt-get update &&   DEBIAN_FRONTEND=noninteractive apt-get install -qq --assume-yes gnupg wget
 # kamailio repo
@@ -20,4 +20,8 @@ VOLUME /etc/kamailio
 # clean
 RUN apt-get clean && rm -rf /var/lib/apt/lists/*
 
-ENTRYPOINT ["kamailio", "-DD", "-E"]
+# set SHM_MEMORY and PKG_MEMORY from ENV
+ENV SHM_MEMORY=64
+ENV PKG_MEMORY=8
+
+ENTRYPOINT kamailio -DD -E -m  -M 

+ 6 - 2
buster/Dockerfile

@@ -6,7 +6,7 @@ LABEL maintainer="Victor Seva <[email protected]>"
 # is updated with the current date. It will force refresh of all
 # of the base images and things like 'apt-get update' won't be using
 # old cached versions when the Dockerfile is built.
-ENV REFRESHED_AT 2022-10-10
+ENV REFRESHED_AT 2022-11-10
 
 RUN rm -rf /var/lib/apt/lists/* && apt-get update &&   DEBIAN_FRONTEND=noninteractive apt-get install -qq --assume-yes gnupg wget
 # kamailio repo
@@ -20,4 +20,8 @@ VOLUME /etc/kamailio
 # clean
 RUN apt-get clean && rm -rf /var/lib/apt/lists/*
 
-ENTRYPOINT ["kamailio", "-DD", "-E"]
+# set SHM_MEMORY and PKG_MEMORY from ENV
+ENV SHM_MEMORY=64
+ENV PKG_MEMORY=8
+
+ENTRYPOINT kamailio -DD -E -m  -M 

+ 6 - 2
focal/Dockerfile

@@ -6,7 +6,7 @@ LABEL maintainer="Victor Seva <[email protected]>"
 # is updated with the current date. It will force refresh of all
 # of the base images and things like 'apt-get update' won't be using
 # old cached versions when the Dockerfile is built.
-ENV REFRESHED_AT 2022-10-10
+ENV REFRESHED_AT 2022-11-10
 
 RUN rm -rf /var/lib/apt/lists/* && apt-get update &&   DEBIAN_FRONTEND=noninteractive apt-get install -qq --assume-yes gnupg wget
 # kamailio repo
@@ -20,4 +20,8 @@ VOLUME /etc/kamailio
 # clean
 RUN apt-get clean && rm -rf /var/lib/apt/lists/*
 
-ENTRYPOINT ["kamailio", "-DD", "-E"]
+# set SHM_MEMORY and PKG_MEMORY from ENV
+ENV SHM_MEMORY=64
+ENV PKG_MEMORY=8
+
+ENTRYPOINT kamailio -DD -E -m  -M 

+ 6 - 2
stretch/Dockerfile

@@ -6,7 +6,7 @@ LABEL maintainer="Victor Seva <[email protected]>"
 # is updated with the current date. It will force refresh of all
 # of the base images and things like 'apt-get update' won't be using
 # old cached versions when the Dockerfile is built.
-ENV REFRESHED_AT 2022-10-10
+ENV REFRESHED_AT 2022-11-10
 
 RUN rm -rf /var/lib/apt/lists/* && apt-get update &&   DEBIAN_FRONTEND=noninteractive apt-get install -qq --assume-yes gnupg wget
 # kamailio repo
@@ -20,4 +20,8 @@ VOLUME /etc/kamailio
 # clean
 RUN apt-get clean && rm -rf /var/lib/apt/lists/*
 
-ENTRYPOINT ["kamailio", "-DD", "-E"]
+# set SHM_MEMORY and PKG_MEMORY from ENV
+ENV SHM_MEMORY=64
+ENV PKG_MEMORY=8
+
+ENTRYPOINT kamailio -DD -E -m  -M 

+ 6 - 2
trusty/Dockerfile

@@ -6,7 +6,7 @@ LABEL maintainer="Victor Seva <[email protected]>"
 # is updated with the current date. It will force refresh of all
 # of the base images and things like 'apt-get update' won't be using
 # old cached versions when the Dockerfile is built.
-ENV REFRESHED_AT 2022-10-10
+ENV REFRESHED_AT 2022-11-10
 
 RUN rm -rf /var/lib/apt/lists/* && apt-get update &&   DEBIAN_FRONTEND=noninteractive apt-get install -qq --assume-yes gnupg wget
 # kamailio repo
@@ -20,4 +20,8 @@ VOLUME /etc/kamailio
 # clean
 RUN apt-get clean && rm -rf /var/lib/apt/lists/*
 
-ENTRYPOINT ["kamailio", "-DD", "-E"]
+# set SHM_MEMORY and PKG_MEMORY from ENV
+ENV SHM_MEMORY=64
+ENV PKG_MEMORY=8
+
+ENTRYPOINT kamailio -DD -E -m  -M 

+ 6 - 2
xenial/Dockerfile

@@ -6,7 +6,7 @@ LABEL maintainer="Victor Seva <[email protected]>"
 # is updated with the current date. It will force refresh of all
 # of the base images and things like 'apt-get update' won't be using
 # old cached versions when the Dockerfile is built.
-ENV REFRESHED_AT 2022-10-10
+ENV REFRESHED_AT 2022-11-10
 
 RUN rm -rf /var/lib/apt/lists/* && apt-get update &&   DEBIAN_FRONTEND=noninteractive apt-get install -qq --assume-yes gnupg wget
 # kamailio repo
@@ -20,4 +20,8 @@ VOLUME /etc/kamailio
 # clean
 RUN apt-get clean && rm -rf /var/lib/apt/lists/*
 
-ENTRYPOINT ["kamailio", "-DD", "-E"]
+# set SHM_MEMORY and PKG_MEMORY from ENV
+ENV SHM_MEMORY=64
+ENV PKG_MEMORY=8
+
+ENTRYPOINT kamailio -DD -E -m  -M