From d0fc20e71abb20d7da9586f779d76130199d372c Mon Sep 17 00:00:00 2001 From: ansgarz <ansgar.zwick@meissa.de> Date: Sun, 23 Mar 2025 22:02:14 +0100 Subject: [PATCH] update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index e91fc1d..9a108c5 100644 --- a/README.md +++ b/README.md @@ -98,6 +98,16 @@ Mirrors are: For more details about our repository model see: https://repo.prod.meissa.de/meissa/federate-your-repos +### Create a new version of docker image "c4k-website-build" + +Go to folder `infrastructure/build/` and create an image with `pyb image`. +After you have tagged the image and pushed it to "docker.io" it can be used by c4k-website. (TODO: document how to tag and push.) +To use the new image, update the image's version in line +`- image: domaindrivenarchitecture/c4k-website-build:2.0.6` +in file: [build-cron.yaml](src/main/resources/website/build-cron.yaml) +Then (re-)deploy the c4k-website to the server or - alternatively - update the version of the image manually on the server +in the corresponding cronJob-Deployment to automatically pull and use the new image on the server. + ## License Copyright © 2022, 2023, 2024 meissa GmbH