Skip to content

Commit

Permalink
(feat) update arm64 base image, and add some dev notes to the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
TP Honey committed May 31, 2022
1 parent cbfd11f commit dcc88f6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion docker/docker/Dockerfile.linux.arm64
@@ -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

Expand Down

0 comments on commit dcc88f6

Please sign in to comment.