Sign inSign up

joseluisq/drone-docker

By joseluisq

Updated about 5 years ago

Drone plugin for publishing only Docker Linux amd64 images using Docker-in-Docker.

Image
0

965

joseluisq/drone-docker repository overview

Drone Docker Plugin

CI Docker Image Version (tag latest semver) Docker Image Size (tag) codecov Go Report Card GoDoc

Drone plugin fork which uses Docker-in-Docker to build and publish Docker Linux amd64 images only to a Container Registry.
This is just a fork for personal use with additional custom features. However you can always refer to official repository uptream.

This repository has made the following changes:

Additional Features

  • Auto tag aliases support via auto_tag_aliases list that can be used along with auto_tag.

For the original plugin features check out the drone-plugins docs.

Pipeline example

Note that a Drone pipeline should be configured with privileged: true.

- name: publish
  image: joseluisq/drone-docker
  pull: always
  # Privileged mode required
  privileged: true
  settings:
    repo: joseluisq/drone-docker
    dockerfile: Dockerfile
    username:
      from_secret: username
    password:
      from_secret: password
    auto_tag: true
    # Additional auto tag aliases
    auto_tag_aliases:
      - latest

Tag summary

Content type

Image

Digest

Size

79.2 MB

Last updated

about 5 years ago

docker pull joseluisq/drone-docker