summary refs log tree commit diff
path: root/changelog.d/13819.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.68.0rc1Olivier Wilkinson (reivilibre)2022-09-201-1/+0
|
* complement: init postgres DB directly inside the target image (#13819)Mathieu Velten2022-09-161-0/+1
Doing so in the base postgres image doesn't work with buildah because changes in a declared VOLUME in the Dockerfile is supposed to be discarded, cf https://docs.docker.com/engine/reference/builder/#volume Signed-off-by: Mathieu Velten <mathieuv@matrix.org>