mirror of
https://github.com/octoleo/docker-joomla.git
synced 2024-11-10 22:40:55 +00:00
.github/workflows | ||
3.10 | ||
4.0 | ||
.editorconfig | ||
.gitignore | ||
apply-templates.sh | ||
docker-entrypoint.sh | ||
Dockerfile.template | ||
generate-stackbrew-library.sh | ||
LICENSE | ||
maintainers.json | ||
makedb.php | ||
README.md | ||
update.sh | ||
versions-helper.json | ||
versions.json | ||
versions.sh |
About this Repo
This is the Git repo of the Docker official image for joomla. See the Docker Hub page for the full readme on how to use this Docker image and for information regarding contributing and issues.
The full readme is generated over in docker-library/docs, specifically in docker-library/docs/joomla.
See a change merged here that doesn't show up on the Docker Hub yet? Check the "library/joomla" manifest file in the docker-library/official-images repo, especially PRs with the "library/joomla" label on that repo. For more information about the official images process, see the docker-library/official-images readme.
How to update the official docker-library/official-images repo
- Since this Discussion with docker the @docker-library-bot has access to the joomla-docker/official-images
- That bot runs every six hours over the changes from this repo and prepares an branch to update the offical repo.
- So after a PR is merged here someone with write access to joomla-docker/official-images can send a PR against the official repo.
- Such a user can use this link: https://github.com/docker-library/official-images/compare/master...joomla-docker:joomla that should already include all the changes required as well as the changelog as generated by the @docker-library-bot
- Please use that link to open the PR against the main repo docker-library/official-images.