From a427cb02a56ff546299a1ae0bfcc07fcaa4d34a4 Mon Sep 17 00:00:00 2001 From: Eric Dobbs Date: Wed, 21 Jun 2023 08:05:53 -0600 Subject: [PATCH] added notes to publish 1.0.17 --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fdac223..ab2e43a 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ IMAGE=dobbs/farm:$TAG docker build --tag $IMAGE . ``` -# Publish containers +# Publish container images GitHub @@ -49,6 +49,18 @@ docker push $IMAGE docker push dobbs/farm:latest ``` +## Publish with updated wiki dependencies + +We published 1.0.16 on May 2. The friends security plugin was updated +to 0.2.5 on May 17. See [fedwiki/wiki-security-friends](https://github.com/fedwiki/wiki-security-friends/tree/bf8a1631806829cb8c20614be1642d80b0bd5cfb) + +We built a new image with no changes to our Dockerfile and published +it as version 1.0.17. The only change for 1.0.17 is this updated +README.md so we can remember how to do this again in the future. + +We chose our tag and followed exactly the same steps above to publish +container images. + # Experiment with K8S With the local kubernetes example (see [examples/k8s/README.md](./examples/k8s/README.md)):