Skip to content

Conversation

@TimMoser92
Copy link
Contributor

This PR adds a second github action workflow. The workflow builds a second container image which contains a utility to setup any postgres db with the example data dump. This is required in scenarios were a containerized, managed database is used in orchestrated dev environments and should be easily initialized with the data dump. In these situations a containerized tool which can be deployed to the same orchestrated environment is the simplest solution.
The new Dockerfile in the sql folder creates such an utility image which contains only postgres client tooling and the data dump. The usage is explained in a new readme in the same folder.

This workflow is only run when manually triggered, since it only needs updates when the data is updated.

using crlf (win line endings) will produce weird errors when build into docker scripts
preparation for k8s deployment in local and connected contexts
removes version line from docker-compose as it is deprecated
updates the development readme regarding docker configuration
… confusing gh cr pages

gh cr will tell users the sbom attestations can be used with docker
data and restoration logic will probably not change as often as app code; therefor manual building and release will suffice for now
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants