Releases: YOURLS/containers
Releases · YOURLS/containers
Release list
4.3.0
4.2.0
What's Changed
- Consume PHP 8.5
- Consume YOURLS 1.10.3
- Drop OPCache build
- The module is provided and enabled by default with PHP 8.5+ images
Full Changelog: 4.1.0...4.2.0
4.1.0
What's Changed
- Drop
mips64leplatform by @LeoColomb in #386 - Add
riscv64platform by @LeoColomb in #386
Full Changelog: 4.0.2...4.1.0
4.0.2
4.0.1
What's Changed
- Fix HTTPS config copy step by @ericswpark in #364
- Update dependency
New Contributors
- @ericswpark made their first contribution in #364
Full Changelog: 4.0.0...4.0.1
4.0.0
Warning
Breaking change: The default exposed ports are now 8080 and 8443, instead of 80 and 443.
Ports 80 and 443 are outside userland Linux kernel boundaries.
If the container is run as a rootless process in a rather strict environment, it cannot bind these ports.
Kernel capabilities can be requested to gain access (for instance, the CAP_NET_BIND_SERVICE capability), but additional capabilities are considered security weaknesses.
In order to comply with strict environments, default ports are now 8080 and 8443.
What's Changed
- Implement proper virtual host by @LeoColomb in #336
Full Changelog: 3.0.1...4.0.0