(feat) update arm64 base image, and add some dev notes to the readme

This commit is contained in:
TP Honey 2022-05-31 12:19:40 +01:00
parent 2b540a68ac
commit bdefe42719
2 changed files with 6 additions and 1 deletions

View File

@ -73,6 +73,11 @@ docker run --rm \
plugins/docker --dry-run
```
## Developer Notes
- When updating the base image, you will need to update for each architecture and OS.
- Arm32 base images are no longer being updated.
## Release procedure
Run the changelog generator.

View File

@ -1,4 +1,4 @@
FROM arm64v8/docker:20.10.9-dind
FROM arm64v8/docker:20.10.14-dind
ENV DOCKER_HOST=unix:///var/run/docker.sock