Sign inSign up

uphy/drone-image-copy-plugin

By uphy

Updated over 8 years ago

Drone plugin to copy Docker images from a registry to the another one.

Image
0

891

uphy/drone-image-copy-plugin repository overview

Drone Image Copy Plugin

This is a Drone plugin to copy Docker images from a registry to the another one.

drone.yml

  copy-images:
    image: uphy/drone-image-copy
    registry: localhost:5000
    images:
      - "hello-world"
      - "bash:4.4"
      - "nginx:latest"

Tag summary

Content type

Image

Digest

Size

50.3 MB

Last updated

over 8 years ago

docker pull uphy/drone-image-copy-plugin