An open API service indexing awesome lists of open source software.

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.

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"
```