Compare commits

...

3 Commits

Author SHA1 Message Date
Robert Kaussow c9b8ea3c6a
chore: add deprecation notice 2023-01-15 21:58:39 +01:00
renovate[bot] 2c152cce3c chore(docker): update docker digests 2023-01-10 07:30:19 +00:00
Robert Kaussow 63baa5cc0d
ci: bump docker plugin to v20 (#76) 2023-01-08 15:44:10 +01:00
5 changed files with 14 additions and 12 deletions

View File

@ -141,7 +141,7 @@ local PipelineBuildContainer(arch='amd64') = {
},
{
name: 'dryrun',
image: 'thegeeklab/drone-docker:19',
image: 'thegeeklab/drone-docker:20',
settings: {
dry_run: true,
dockerfile: 'docker/Dockerfile.' + arch,
@ -154,7 +154,7 @@ local PipelineBuildContainer(arch='amd64') = {
},
{
name: 'publish-dockerhub',
image: 'thegeeklab/drone-docker:19',
image: 'thegeeklab/drone-docker:20',
settings: {
auto_tag: true,
auto_tag_suffix: arch,
@ -170,7 +170,7 @@ local PipelineBuildContainer(arch='amd64') = {
},
{
name: 'publish-quay',
image: 'thegeeklab/drone-docker:19',
image: 'thegeeklab/drone-docker:20',
settings: {
auto_tag: true,
auto_tag_suffix: arch,

View File

@ -111,7 +111,7 @@ steps:
- make build
- name: dryrun
image: thegeeklab/drone-docker:19
image: thegeeklab/drone-docker:20
settings:
dockerfile: docker/Dockerfile.amd64
dry_run: true
@ -123,7 +123,7 @@ steps:
- build
- name: publish-dockerhub
image: thegeeklab/drone-docker:19
image: thegeeklab/drone-docker:20
settings:
auto_tag: true
auto_tag_suffix: amd64
@ -141,7 +141,7 @@ steps:
- dryrun
- name: publish-quay
image: thegeeklab/drone-docker:19
image: thegeeklab/drone-docker:20
settings:
auto_tag: true
auto_tag_suffix: amd64
@ -183,7 +183,7 @@ steps:
- make build
- name: dryrun
image: thegeeklab/drone-docker:19
image: thegeeklab/drone-docker:20
settings:
dockerfile: docker/Dockerfile.arm64
dry_run: true
@ -195,7 +195,7 @@ steps:
- build
- name: publish-dockerhub
image: thegeeklab/drone-docker:19
image: thegeeklab/drone-docker:20
settings:
auto_tag: true
auto_tag_suffix: arm64
@ -213,7 +213,7 @@ steps:
- dryrun
- name: publish-quay
image: thegeeklab/drone-docker:19
image: thegeeklab/drone-docker:20
settings:
auto_tag: true
auto_tag_suffix: arm64
@ -381,6 +381,6 @@ depends_on:
---
kind: signature
hmac: ffa01b1b2f741543853ba58f761d058e2d4cbf85c9e0260be4f4273d564a8712
hmac: 2678272f471334df973c0b9c0e8886dcf0941f5581b460b116fb48c88e7a14ba
...

View File

@ -1,5 +1,7 @@
# drone-docker
> DISCONTINUED: This image is no longer maintained and will be removed in the future.
Drone plugin to build multiarch Docker images
[![Build Status](https://img.shields.io/drone/build/thegeeklab/drone-docker?logo=drone&server=https%3A%2F%2Fdrone.thegeeklab.de)](https://drone.thegeeklab.de/thegeeklab/drone-docker)

View File

@ -1,4 +1,4 @@
FROM amd64/docker:20.10-dind@sha256:5ff506edc91614933ae78748222c5e50a0daba30d9f932edd606f789f538e497
FROM amd64/docker:20.10-dind@sha256:56a2d342dd7f25fd604f71513f765526bd522f3c256bead83b6d30c5a8006fa6
LABEL maintainer="Robert Kaussow <mail@thegeeklab.de>"
LABEL org.opencontainers.image.authors="Robert Kaussow <mail@thegeeklab.de>"

View File

@ -1,4 +1,4 @@
FROM arm64v8/docker:20.10-dind@sha256:9d11bd98bf608cbcc2f132d42e8e558ece0903e2b5852402da9a26de4ea62ff9
FROM arm64v8/docker:20.10-dind@sha256:26c7da097331ba685a7314fcfc0eb608b86b4074bab5e1beaeb57d744c5c060a
LABEL maintainer="Robert Kaussow <mail@thegeeklab.de>"
LABEL org.opencontainers.image.authors="Robert Kaussow <mail@thegeeklab.de>"