We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b540a6 commit bdefe42Copy full SHA for bdefe42
README.md
@@ -73,6 +73,11 @@ docker run --rm \
73
plugins/docker --dry-run
74
```
75
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
81
## Release procedure
82
83
Run the changelog generator.
docker/docker/Dockerfile.linux.arm64
@@ -1,4 +1,4 @@
1
-FROM arm64v8/docker:20.10.9-dind
+FROM arm64v8/docker:20.10.14-dind
2
3
ENV DOCKER_HOST=unix:///var/run/docker.sock
4
0 commit comments