File tree Expand file tree Collapse file tree 5 files changed +11
-11
lines changed
Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1- # Copyright: (c) 2007-2024 Mathias WOLFF (mathias@celea.org)
1+ # Copyright: (c) 2007-2025 Mathias WOLFF (mathias@celea.org)
22# GNU Affero General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/agpl-3.0.txt)
33# SPDX-License-Identifier: AGPL-3.0-or-later
44
55FROM debian:bookworm-slim
66
77LABEL org.opencontainers.image.authors Mathias WOLFF <mathias@celea.org>
88
9- ENV REFRESHED_AT 2024-03-05
10- ENV VERSION 4.1 .0
9+ ENV REFRESHED_AT 2025-04-03
10+ ENV VERSION 4.2 .0
1111
1212ENV DEBIAN_FRONTEND noninteractive
1313
1414ENV DIST="bookworm"
15- ENV REL="5.7.4 "
15+ ENV REL="5.7.6 "
1616
1717ENV KAMAILIO_LOG_LEVEL info
1818
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ export PATH+=':/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'
1313readonly PKS_GIT_URL=" https://raw.githubusercontent.com/mwolff44/pyfreebilling"
1414readonly PKS_INSTALL_DIR=" /srv/pks/scripts"
1515readonly PKS_BIN_DIR=" /usr/local/bin"
16- readonly VERSION=" v4.1.2 "
16+ readonly VERSION=" v4.2.0 "
1717
1818# Install the PKS script from repository
1919installScript () {
Original file line number Diff line number Diff line change 22
33# PKS P-KISS-SBC
44#
5- # Copyright: (c) 2007-2024 Mathias WOLFF (mathias@celea.org)
5+ # Copyright: (c) 2007-2025 Mathias WOLFF (mathias@celea.org)
66# GNU Affero General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/agpl-3.0.txt)
77# SPDX-License-Identifier: AGPL-3.0-or-later
88
99# Append common folders to the PATH to ensure that all basic commands are available.
1010export PATH+=' :/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'
1111
1212# Variables
13- VERSION=" v4.1.2 "
13+ VERSION=" v4.2.0 "
1414readonly PKS_GIT_URL=" https://raw.githubusercontent.com/mwolff44/pyfreebilling"
1515readonly DATA_DIR=" /srv"
1616ENV_FILE=" /srv/pks/.env"
Original file line number Diff line number Diff line change 1- # Copyright: (c) 2007-2024 Mathias WOLFF (mathias@celea.org)
1+ # Copyright: (c) 2007-2025 Mathias WOLFF (mathias@celea.org)
22# GNU Affero General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/agpl-3.0.txt)
33# SPDX-License-Identifier: AGPL-3.0-or-later
44
@@ -8,7 +8,7 @@ services:
88 pks-sip :
99 container_name : pks-sip
1010 hostname : sip.pks.local
11- image : mwolff44w/pks-sipproxy:v4.1.2
11+ image : mwolff44w/pks-sipproxy:v4.2.0
1212 restart : unless-stopped
1313 volumes :
1414 - pks-db-data:/etc/kamailio/db:ro
@@ -132,7 +132,7 @@ services:
132132 pks-admin :
133133 container_name : pks-admin
134134 hostname : admin.pks.local
135- image : mwolff44w/pks-admin:v1.3.1
135+ image : mwolff44w/pks-admin:v1.6.0
136136 restart : unless-stopped
137137 depends_on :
138138 pks-db :
Original file line number Diff line number Diff line change 11# !KAMAILIO
22#
33# Kamailio SIP Server v5.7 - P-KISS-SBC
4- # Version : 4.1.1
4+ # Version : 4.2.0
55#
66
77# ###### Include Local Config If Exists #########
You can’t perform that action at this time.
0 commit comments