Skip to content

Commit bdefe42

Browse files
author
TP Honey
committed
(feat) update arm64 base image, and add some dev notes to the readme
1 parent 2b540a6 commit bdefe42

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,11 @@ docker run --rm \
7373
plugins/docker --dry-run
7474
```
7575

76+
## Developer Notes
77+
78+
- When updating the base image, you will need to update for each architecture and OS.
79+
- Arm32 base images are no longer being updated.
80+
7681
## Release procedure
7782

7883
Run the changelog generator.

docker/docker/Dockerfile.linux.arm64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM arm64v8/docker:20.10.9-dind
1+
FROM arm64v8/docker:20.10.14-dind
22

33
ENV DOCKER_HOST=unix:///var/run/docker.sock
44

0 commit comments

Comments
 (0)