[MDEV-17992] Dockerfile repo updates Created: 2018-12-12 Updated: 2019-01-09 Resolved: 2019-01-09 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | N/A |
| Fix Version/s: | 10.2.21, 10.3.12 |
| Type: | Task | Priority: | Minor |
| Reporter: | Ian Maguire (Inactive) | Assignee: | Daniel Bartholomew |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
I need a slight modification to the changes made previously where changes in the mariadb server repo updates the repo with the Dockerfiles ( https://github.com/mariadb-corporation/mariadb-server-docker ) by pushing a “version” file. Instead of pushing the version file to the master branch, I need it to push to branches 10.1, 10.2, or 10.3 depending on the version. I’ve kept the folder names the same. The folder name is the same as the branch and major version name: 10.1, 10.2, and 10.3. |
| Comments |
| Comment by Daniel Bartholomew [ 2019-01-09 ] |
|
This was fixed in this commit by adding a checkout step (line 835) to the update_the_docker_mariadb_version function to check out the correct branch in the mariadb-server-docker tree prior to updating the version file. This has now been used during the MariaDB 10.2.21 and 10.3.12 releases and AFAICT everything has gone smoothly, so closing the issue. |