added notes to publish 1.0.17

This commit is contained in:
Eric Dobbs
2023-06-21 08:05:53 -06:00
parent 2583e49cc5
commit a427cb02a5

View File

@ -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)):