mirror of
https://github.com/drone-plugins/drone-docker.git
synced 2026-06-04 18:24:24 +08:00
(feat) update arm64 base image, and add some dev notes to the readme
This commit is contained in:
@@ -73,6 +73,11 @@ docker run --rm \
|
|||||||
plugins/docker --dry-run
|
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
|
## Release procedure
|
||||||
|
|
||||||
Run the changelog generator.
|
Run the changelog generator.
|
||||||
|
|||||||
@@ -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
|
ENV DOCKER_HOST=unix:///var/run/docker.sock
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user