Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/motemen/docker-mod_perl
https://github.com/motemen/docker-mod_perl
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/motemen/docker-mod_perl
- Owner: motemen
- Created: 2019-06-10T11:33:48.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-04-05T19:27:20.000Z (9 months ago)
- Last Synced: 2024-05-01T23:29:51.840Z (8 months ago)
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/motemen/mod_perl
- Size: 71.3 KB
- Stars: 7
- Watchers: 2
- Forks: 4
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
mod_perl Docker image
=====================Docker images for mod_perl.
Built upon [httpd](https://hub.docker.com/_/httpd) and [mod_perl](https://perl.apache.org/).
Tagging strategy
----------------Docker image tags are formatted as `{perl_version}[-{httpd_version}[-{mod_perl_version}]]` eg. `5.32.1-2.4.51-2.0.12`, `5.32.1-2.4.51`, `5.32.1`.
If any part is omitted, it represents latest version.
For Dockerfiles,
* `perl_version` part corresponds to directories, such as `./5.32.1`.
* `httpd_version` and `mod_perl_version` parts correspond to git tag, such as `2.4.51-2.0.12`.