84a6c25e5d
ng: Set selected interpreter as default in shell
Kim Alvefur
2023-01-14 00:25:28 +01:00
87c60bc5d9
ng: Use console logs
Kim Alvefur
2023-01-14 00:22:19 +01:00
d9e98d73cf
ng: Ensure all environment variables have 'PROSODY_' prefix for consistency
Matthew Wild
2022-12-14 15:52:54 +00:00
76fa083967
ng: add config for prosody-trunk
Matthew Wild
2022-12-14 14:46:53 +00:00
2f14fcaf8b
ng: Add lua-readline so prosodyctl shell is nicer to use
Kim Alvefur
2022-12-13 18:46:26 +01:00
25f7395352
ng: New experimental Dockerfile based on apt-installing prosody
Matthew Wild
2022-12-10 16:17:35 +00:00
a5e773d9b6
Fix signal handling and allow graceful shutdown
Alexander Dahl
2021-03-21 20:57:07 +01:00
83556a4c5a
Revert "Use tini as PID 1 inside the container"
Alexander Dahl
2021-03-21 20:16:33 +01:00
52cd642d38
Remove inaccurate comment
Kim Alvefur
2021-03-20 12:32:20 +01:00
31d6d84433
Use tini as PID 1 inside the container
Jonas Schäfer
2021-03-20 12:21:20 +01:00
d627c29eab
Fix minor shellcheck warnings
selurvedu
2021-01-16 15:33:16 +00:00
0555dc16c9
Fix mod_posix error if prosody user ID was altered
selurvedu
2021-01-16 15:28:34 +00:00
3a21cd2c21
Merge pull request #65 from goffi-contrib/signal_fix
Matthew Wild
2020-10-12 06:55:37 +01:00
cc88073a79
Fix signal handling
Jérôme Poisson
2020-10-10 21:20:17 +02:00
4878e32010
Remove our repo
Kim Alvefur
2020-02-14 00:50:18 +01:00
7a6b4df1a2
README: Update for base image update
Kim Alvefur
2020-02-14 00:47:17 +01:00
90963038ee
Merge pull request #62 from prosody/dynamic-uid
1.6.0
Matthew Wild
2020-02-13 11:18:06 +00:00
95a9d24b76
Run with same UID as datadir owner
Kim Alvefur
2020-02-13 01:10:36 +01:00
47d22ada68
Start prosody with the new flag to force foreground operation
Kim Alvefur
2020-02-13 01:08:16 +01:00
80c6ffc362
Install procps, dependency of recent packages
Kim Alvefur
2020-02-12 19:55:34 +01:00
f2c1afeabe
Add libicu needed by trunk nightly builds (fixes#59)
Kim Alvefur
2020-02-12 19:52:19 +01:00
3a47a006bc
Switch base image to Debian 10 (closes#61)
Kim Alvefur
2020-02-12 19:32:28 +01:00
e0c2334d2a
Merge pull request #56 from Zash/shellcheck
Kim Alvefur
2019-03-31 18:47:34 +02:00
8c4170e7d9
entrypoint.sh: Quote variables [shellcheck]
Kim Alvefur
2019-03-16 19:19:37 +01:00
1fa2fb60ce
Ensure prosody package key is world-readable (so apt user can read it)
1.5.3
Matthew Wild
2019-01-14 12:19:03 +00:00
21b5e2d19b
Create directory for pidfile (usually created by init script)
1.5.2
Matthew Wild
2019-01-14 11:43:13 +00:00
4de30316aa
Add lua5.2 for compatibility with 0.11 packages
Matthew Wild
2019-01-14 11:42:51 +00:00
a60be883e9
Fix README to state new distribution base
1.5.1
Matthew Wild
2019-01-14 11:31:41 +00:00
72bf20f29f
Update Dockerfile to Debian stretch
1.5.0
Matthew Wild
2019-01-14 11:28:19 +00:00
933be62950
README: Update to clarify intended usage of this repository
Matthew Wild
2018-04-26 18:24:58 +01:00
b186acf8ff
Remove redundant LuaExpat package
Kim Alvefur
2017-10-20 03:40:34 +02:00
01bbe56547
Explicitly install some base requirements
Kim Alvefur
2017-10-20 03:39:45 +02:00
67de3d1ecc
Merge pull request #30 from chrw/fix-ca-certificates
Kim Alvefur
2017-01-23 14:08:34 +01:00
df16f5af7e
Install ca-certificates package to fix s2s SSL errors.
Christian Wolff
2016-08-08 12:58:44 +02:00
b98fdd49f4
build-docker.sh: Some small improvements for parameter handling
1.4.2
Matthew Wild
2016-03-11 17:37:41 +00:00
c095ddd323
Dockerfile: chmod 755 the entrypoint, so we don't depend on the permissions of the build system, fixes#27
Matthew Wild
2016-03-11 15:51:35 +00:00
6d139045cf
Merge pull request #28 from prosody/27-entrypoint.sh
1.4.1
Matthew Wild
2016-03-09 11:13:37 +00:00
d346e0912e
Install lua-bitop, fixes#24
1.4.0
Matthew Wild
2016-02-04 19:24:01 +00:00
8bbb02e228
entrypoint.sh: If a command is passed to the image, run prosodyctl instead
Matthew Wild
2016-02-04 19:19:17 +00:00
bed0d8e598
Run as user 'prosody', and run prosody instead of prosodyctl. Also set __FLUSH_LOG environment variable to tell Prosody it needs to flush its logs after writing. Fixes#23 and fixes#25.
Matthew Wild
2016-02-04 19:17:11 +00:00