From 591ad2f20430dac10775e76156c3d4127495d72d Mon Sep 17 00:00:00 2001 From: Adam Dodman Date: Thu, 10 Aug 2017 02:23:37 +0100 Subject: [PATCH] Add downstream triggering, change builder image --- .drone.yml | 11 +++++++++++ Dockerfile | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index f9eb351..c758d5d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -32,3 +32,14 @@ pipeline: - docker tag devbuild adamant/busybox:latest - docker tag devbuild adamant/busybox:1.1 - docker push adamant/busybox + + downstream: + image: plugins/downstream + secrets: [ DOWNSTREAM_TOKEN ] + server: https://drone.adam-ant.co.uk + fork: true + repositories: + - Adam-Ant/docker-busybox-base@libressl + when: + event: [ push, tag, deployment] + status: [ success ] diff --git a/Dockerfile b/Dockerfile index 18e2b5e..85bc984 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM debian:stretch-slim as builder +FROM frebib/debian-builder as builder ARG ARCH=x86_64 ARG ARCH_ALT=i686