Skip to content

Tags: mlan/docker-asterisk

Tags

v1.1.9

Toggle v1.1.9's commit message
- [build](Makefile) Now use alpine:3.20 (asterisk:20.8.1).

- [build](Dockerfile) Switch to php83.
- [demo](demo) Fixed target 'apk_list'.

v1.1

Toggle v1.1's commit message
MINOR

v1

Toggle v1's commit message
MAJOR

v1.1.8

Toggle v1.1.8's commit message
- [build](Makefile) Due to changed behavior with docker 26, files are…

… now copied on the host instead of being hard-linked.

- [build](Makefile) Now set `BLD_CVER ?= ast200` to match codec and asterisk versions.
- [demo](demo/docker-compose.yml) Remove obsolete element `version` in docker-compose.yml.

v1.1.7

Toggle v1.1.7's commit message
- [build](Makefile) Now use alpine:3.19 (asterisk:20.5.2).

- [build](Dockerfile) Switch to php82 and make it a build argument: `--build-arg PHP_VER=php82`.
- [build](Makefile) Now set `DOCKER_BUILDKIT=1` since we don't use special symbolic links.
- [build](bld.mk) Harmonize [bld.mk](bld.mk) between repositories.
- [build](dkr.mk) Harmonize [dkr.mk](dkr.mk) between repositories.
- [docker](src/docker) Added switch to set run as user [docker-service.sh](src/docker/bin/docker-service.sh).
- [docker](src/docker) Improve debug message in [docker-service.sh](src/docker/bin/docker-service.sh).

v1.1.6

Toggle v1.1.6's commit message
- [build](Makefile) Now use alpine:3.18 (asterisk:18.15.1).

- [build](Dockerfile) Removed unavaiable package.

v1.1.5

Toggle v1.1.5's commit message
- [github](.github/workflows/testimage.yml) Now use GitHub Actions to…

… test image.

- [demo](demo/Makefile) Now depend on the docker-compose-plugin.
- [build](Makefile) Set `DOCKER_BUILDKIT=0` to make `docker build` handle our symbolic links as we intended.

v1.1.4

Toggle v1.1.4's commit message
- [privatedial](src/privatedial) Allow all TLS protocols in the `mini…

…vm-send` bash script.

- [test](test/Makefile) Now also test the PHP is setup correctly.

v1.1.3

Toggle v1.1.3's commit message
- [repo](src) Fix the bug; websms and autoban not working. We need to…

… use softlinks to ../../share/php81/.

- [docker](README.md) Corrected misspelling.

v1.1.2

Toggle v1.1.2's commit message
- [build](Dockerfile) Fix the bug; websmsd not working. We need to se…

…t DOCKER_PHP_DIR=/usr/share/php81.