https://github.com/uphy/drone-image-copy-plugin
Drone plugin to copy Docker images from a registry to the another one.
https://github.com/uphy/drone-image-copy-plugin
drone drone-plugin
Last synced: 4 months ago
JSON representation
Drone plugin to copy Docker images from a registry to the another one.
- Host: GitHub
- URL: https://github.com/uphy/drone-image-copy-plugin
- Owner: uphy
- Created: 2018-05-02T01:37:13.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-02T01:42:19.000Z (about 8 years ago)
- Last Synced: 2024-11-05T21:44:53.379Z (over 1 year ago)
- Topics: drone, drone-plugin
- Language: Go
- Size: 7.16 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Drone Image Copy Plugin
This is a Drone plugin to copy Docker images from a registry to the another one.
drone.yml
```yaml
copy-images:
image: uphy/drone-image-copy
registry: localhost:5000
images:
- "hello-world"
- "bash:4.4"
- "nginx:latest"
```