switch to custom drone docker plugin

This commit is contained in:
Robert Kaussow 2021-01-17 15:19:27 +01:00
parent 4a2b494a30
commit 5979e2646e
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
3 changed files with 14 additions and 14 deletions

View File

@ -74,7 +74,7 @@ local PipelineBuildContainer(arch='amd64') = {
steps: [
{
name: 'dryrun',
image: 'plugins/docker:19',
image: 'thegeeklab/drone-docker:19',
settings: {
dry_run: true,
dockerfile: 'docker/Dockerfile.' + arch,
@ -88,7 +88,7 @@ local PipelineBuildContainer(arch='amd64') = {
},
{
name: 'publish-dockerhub',
image: 'plugins/docker:19',
image: 'thegeeklab/drone-docker:19',
settings: {
auto_tag: true,
auto_tag_suffix: arch,
@ -103,7 +103,7 @@ local PipelineBuildContainer(arch='amd64') = {
},
{
name: 'publish-quay',
image: 'plugins/docker:19',
image: 'thegeeklab/drone-docker:19',
settings: {
auto_tag: true,
auto_tag_suffix: arch,

View File

@ -71,7 +71,7 @@ platform:
steps:
- name: dryrun
image: plugins/docker:19
image: thegeeklab/drone-docker:19
settings:
dockerfile: docker/Dockerfile.amd64
dry_run: true
@ -85,7 +85,7 @@ steps:
- refs/pull/**
- name: publish-dockerhub
image: plugins/docker:19
image: thegeeklab/drone-docker:19
settings:
auto_tag: true
auto_tag_suffix: amd64
@ -101,7 +101,7 @@ steps:
- refs/tags/**
- name: publish-quay
image: plugins/docker:19
image: thegeeklab/drone-docker:19
settings:
auto_tag: true
auto_tag_suffix: amd64
@ -136,7 +136,7 @@ platform:
steps:
- name: dryrun
image: plugins/docker:19
image: thegeeklab/drone-docker:19
settings:
dockerfile: docker/Dockerfile.arm64
dry_run: true
@ -150,7 +150,7 @@ steps:
- refs/pull/**
- name: publish-dockerhub
image: plugins/docker:19
image: thegeeklab/drone-docker:19
settings:
auto_tag: true
auto_tag_suffix: arm64
@ -166,7 +166,7 @@ steps:
- refs/tags/**
- name: publish-quay
image: plugins/docker:19
image: thegeeklab/drone-docker:19
settings:
auto_tag: true
auto_tag_suffix: arm64
@ -201,7 +201,7 @@ platform:
steps:
- name: dryrun
image: plugins/docker:19
image: thegeeklab/drone-docker:19
settings:
dockerfile: docker/Dockerfile.arm
dry_run: true
@ -215,7 +215,7 @@ steps:
- refs/pull/**
- name: publish-dockerhub
image: plugins/docker:19
image: thegeeklab/drone-docker:19
settings:
auto_tag: true
auto_tag_suffix: arm
@ -231,7 +231,7 @@ steps:
- refs/tags/**
- name: publish-quay
image: plugins/docker:19
image: thegeeklab/drone-docker:19
settings:
auto_tag: true
auto_tag_suffix: arm
@ -352,6 +352,6 @@ depends_on:
---
kind: signature
hmac: 3ed9851ff5265442e4d869982a24401bf241a4a7d75b884a2ed7702d294bd60f
hmac: a68c22e6a450b343f4afb60d448d03b03db8fbb2c98296e5d40a30e1c5dfe066
...

View File

@ -2,7 +2,7 @@
Poor-mans docker service synchronizer
[![Build Status](https://img.shields.io/drone/build/thegeeklab/wait-for?logo=drone)](https://cloud.drone.io/thegeeklab/wait-for)
[![Build Status](https://img.shields.io/drone/build/thegeeklab/wait-for?logo=drone)](https://drone.thegeeklab.de/thegeeklab/wait-for)
[![Docker Hub](https://img.shields.io/badge/dockerhub-latest-blue.svg?logo=docker&logoColor=white)](https://hub.docker.com/r/thegeeklab/wait-for)
[![Quay.io](https://img.shields.io/badge/quay-latest-blue.svg?logo=docker&logoColor=white)](https://quay.io/repository/thegeeklab/wait-for)
[![GitHub contributors](https://img.shields.io/github/contributors/thegeeklab/wait-for)](https://github.com/thegeeklab/wait-for/graphs/contributors)