From d64cfc599e52025b634b574a4e27074a772ea19b Mon Sep 17 00:00:00 2001 From: Tobias Zulauf Date: Sat, 24 Oct 2020 20:02:11 +0200 Subject: [PATCH] Document the new update process (#107) --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index aee1afd..bb4faab 100644 --- a/README.md +++ b/README.md @@ -12,3 +12,11 @@ See a change merged here that doesn't show up on the Docker Hub yet? Check [the ![build status badge](https://img.shields.io/travis/joomla-docker/docker-joomla/master.svg)](https://travis-ci.org/joomla-docker/docker-joomla/branches) + +# How to update the official docker-library/official-images repo + +- [Since this Discussion with docker](https://github.com/docker-library/official-images/pull/8842#issuecomment-705099610) the @docker-library-bot has access to the [joomla-docker/official-images](https://github.com/joomla-docker/official-images) +- That bot [runs every six hours](https://github.com/docker-library/official-images/pull/8842#issuecomment-705099610) 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](https://github.com/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](https://github.com/docker-library/official-images).