Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Docker Milano Meetup (Docker #4 Bday)

Docker Milano Meetup (Docker #4 Bday)

Continuous Delivery with Docker & Drone

Federico Minzoni

March 20, 2017
Tweet

More Decks by Federico Minzoni

Other Decks in Technology

Transcript

  1. The hosted version of Drone is being deprecated in favor

    of the open source edition of drone. The open source edition is actively maintained and was re-built from scratch to use the Docker engine. The closed sourced edition previously powering drone.io is no longer being maintained.
  2. PIPELINE each step executes in a separate Docker container with

    shared disk access to your project workspace.
  3. PLUGINS & SECRETS Drone supports publish, deployment and notification capabilities

    through external plugins. Secrets are injected at runtime. Drone does not expose secrets unless the Yaml file is signed.