浏览代码

refresh files

Victor Seva 2 年之前
父节点
当前提交
061248e09c
共有 8 个文件被更改,包括 48 次插入16 次删除
  1. 6 2
      bionic/Dockerfile
  2. 6 2
      bookworm/Dockerfile
  3. 6 2
      bullseye/Dockerfile
  4. 6 2
      buster/Dockerfile
  5. 6 2
      focal/Dockerfile
  6. 6 2
      stretch/Dockerfile
  7. 6 2
      trusty/Dockerfile
  8. 6 2
      xenial/Dockerfile

+ 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
 # 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
 # of the base images and things like 'apt-get update' won't be using
 # old cached versions when the Dockerfile is built.
 # 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
 RUN rm -rf /var/lib/apt/lists/* && apt-get update &&   DEBIAN_FRONTEND=noninteractive apt-get install -qq --assume-yes gnupg wget
 # kamailio repo
 # kamailio repo
@@ -20,4 +20,8 @@ VOLUME /etc/kamailio
 # clean
 # clean
 RUN apt-get clean && rm -rf /var/lib/apt/lists/*
 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
 # 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
 # of the base images and things like 'apt-get update' won't be using
 # old cached versions when the Dockerfile is built.
 # 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
 RUN rm -rf /var/lib/apt/lists/* && apt-get update &&   DEBIAN_FRONTEND=noninteractive apt-get install -qq --assume-yes gnupg wget
 # kamailio repo
 # kamailio repo
@@ -20,4 +20,8 @@ VOLUME /etc/kamailio
 # clean
 # clean
 RUN apt-get clean && rm -rf /var/lib/apt/lists/*
 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
 # 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
 # of the base images and things like 'apt-get update' won't be using
 # old cached versions when the Dockerfile is built.
 # 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
 RUN rm -rf /var/lib/apt/lists/* && apt-get update &&   DEBIAN_FRONTEND=noninteractive apt-get install -qq --assume-yes gnupg wget
 # kamailio repo
 # kamailio repo
@@ -20,4 +20,8 @@ VOLUME /etc/kamailio
 # clean
 # clean
 RUN apt-get clean && rm -rf /var/lib/apt/lists/*
 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
 # 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
 # of the base images and things like 'apt-get update' won't be using
 # old cached versions when the Dockerfile is built.
 # 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
 RUN rm -rf /var/lib/apt/lists/* && apt-get update &&   DEBIAN_FRONTEND=noninteractive apt-get install -qq --assume-yes gnupg wget
 # kamailio repo
 # kamailio repo
@@ -20,4 +20,8 @@ VOLUME /etc/kamailio
 # clean
 # clean
 RUN apt-get clean && rm -rf /var/lib/apt/lists/*
 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
 # 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
 # of the base images and things like 'apt-get update' won't be using
 # old cached versions when the Dockerfile is built.
 # 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
 RUN rm -rf /var/lib/apt/lists/* && apt-get update &&   DEBIAN_FRONTEND=noninteractive apt-get install -qq --assume-yes gnupg wget
 # kamailio repo
 # kamailio repo
@@ -20,4 +20,8 @@ VOLUME /etc/kamailio
 # clean
 # clean
 RUN apt-get clean && rm -rf /var/lib/apt/lists/*
 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
 # 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
 # of the base images and things like 'apt-get update' won't be using
 # old cached versions when the Dockerfile is built.
 # 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
 RUN rm -rf /var/lib/apt/lists/* && apt-get update &&   DEBIAN_FRONTEND=noninteractive apt-get install -qq --assume-yes gnupg wget
 # kamailio repo
 # kamailio repo
@@ -20,4 +20,8 @@ VOLUME /etc/kamailio
 # clean
 # clean
 RUN apt-get clean && rm -rf /var/lib/apt/lists/*
 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
 # 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
 # of the base images and things like 'apt-get update' won't be using
 # old cached versions when the Dockerfile is built.
 # 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
 RUN rm -rf /var/lib/apt/lists/* && apt-get update &&   DEBIAN_FRONTEND=noninteractive apt-get install -qq --assume-yes gnupg wget
 # kamailio repo
 # kamailio repo
@@ -20,4 +20,8 @@ VOLUME /etc/kamailio
 # clean
 # clean
 RUN apt-get clean && rm -rf /var/lib/apt/lists/*
 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
 # 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
 # of the base images and things like 'apt-get update' won't be using
 # old cached versions when the Dockerfile is built.
 # 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
 RUN rm -rf /var/lib/apt/lists/* && apt-get update &&   DEBIAN_FRONTEND=noninteractive apt-get install -qq --assume-yes gnupg wget
 # kamailio repo
 # kamailio repo
@@ -20,4 +20,8 @@ VOLUME /etc/kamailio
 # clean
 # clean
 RUN apt-get clean && rm -rf /var/lib/apt/lists/*
 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