Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

complement: init postgres DB directly inside the target image #13819

Merged
merged 1 commit into from
Sep 16, 2022

Commits on Sep 15, 2022

  1. complement: init postgres DB directly inside the target image

    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>
    Mathieu Velten committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    72fa0fa View commit details
    Browse the repository at this point in the history