Commit Graph

5 Commits

Author SHA1 Message Date
king-dopey 902a80aa32
Update Busybox version in Docker Image 2024-05-26 22:13:38 -07:00
David Heaps e723931503 Assume yes on docker dist-update command 2024-04-13 02:00:17 -07:00
David Heaps 382274c854 Added multi-tag Dockerhub image configuration 2024-02-12 22:43:54 -08:00
David Heaps 4fcd7bddc9 Completed image configuration, for mulitple tags:
latest has minimal dependencies
python includes python
perl includes perl
java includes java
full includes python perl and java
Also added additional openssl dependencies to all images
2024-02-12 22:27:07 -08:00
David Heaps 0317da0390 Combined the master and base docker images to create a minimized (app and dependency only) image based and the latest Debian images
Moved from from tar to cp and shell scripting for consistency and correct racing conditions documented in the shell script
Added erlang-base, curl, and ca-certificates
Copied ca-certificates, so Curl functions properly (including internally to freeswitch)
Fixed sound file downloading
Increased the complexity of the default generated password
Merged sudo process, but moved to su-exec from gosu, to clear vulnerabilities
Update Debian distro before freeswitch install, to keep dependencies fully up to date
Updated to the latest Busybox
2024-02-03 14:12:05 -08:00