From 28cfe34e023d16a565350c09a5cbee4d64807767 Mon Sep 17 00:00:00 2001 From: Renovate Date: Fri, 6 Jun 2025 20:00:54 +0000 Subject: [PATCH 1/3] Update quay.io/skopeo/stable Docker tag to v1.19.0 --- .woodpecker/push.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker/push.yaml b/.woodpecker/push.yaml index 62e94de..7e2a14f 100644 --- a/.woodpecker/push.yaml +++ b/.woodpecker/push.yaml @@ -11,7 +11,7 @@ skip_clone: true steps: docker.io: &push - image: quay.io/skopeo/stable:v1.18.0 + image: quay.io/skopeo/stable:v1.19.0 depends_on: [manifest] commands: - echo "$AUTH" > /tmp/auth.json From 0c0c929f14d17575f0394cb2a9ae29d8f6cf86b5 Mon Sep 17 00:00:00 2001 From: Renovate Date: Fri, 6 Jun 2025 20:00:52 +0000 Subject: [PATCH 2/3] Update docker.io/library/bash:5.2.37 Docker digest to 01a15c6 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4167401..30cbe1e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM docker.io/library/bash:5.2.37@sha256:64defcbc5126c2d81122b4fb78a629a6d27068f0842c4a8302b8273415b12e30 +FROM docker.io/library/bash:5.2.37@sha256:01a15c6f48f6a3c08431cd77e11567823530b18159889dca3b7309b707beef91 RUN ARCH=$(uname -m) && \ [[ $ARCH == x86_64 ]] && export SUFFIX=amd64; \ [[ $ARCH == aarch64 ]] && export SUFFIX=arm64; \ From 2b0372df26df37d3068d40de03733536806a6bf9 Mon Sep 17 00:00:00 2001 From: Stephan Schnabel Date: Fri, 6 Jun 2025 22:01:56 +0200 Subject: [PATCH 3/3] Auto stash before rebase of "main" onto "origin/renovate/quay.io-skopeo-stable-1.19.x" --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0072883..62434ad 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ [![pulls](https://img.shields.io/docker/pulls/kokuwaio/buildctl)](https://hub.docker.com/repository/docker/kokuwaio/buildctl) [![size](https://img.shields.io/docker/image-size/kokuwaio/buildctl)](https://hub.docker.com/repository/docker/kokuwaio/buildctl) -[![dockerfile](https://img.shields.io/badge/source-Dockerfile%20-blue)](https://github.com/kokuwaio/buildctl/blob/main/Dockerfile) -[![license](https://img.shields.io/github/license/kokuwaio/buildctl)](https://github.com/kokuwaio/buildctl/blob/main/LICENSE) -[![issues](https://img.shields.io/github/issues/kokuwaio/buildctl)](https://github.com/kokuwaio/buildctl/issues) +[![dockerfile](https://img.shields.io/badge/source-Dockerfile%20-blue)](https://git.kokuwa.io/woodpecker/buildctl/src/branch/main/Dockerfile) +[![license](https://img.shields.io/badge/License-EUPL%201.2-blue)](https://git.kokuwa.io/woodpecker/buildctl/src/branch/main/LICENSE) +[![issues](https://img.shields.io/gitea/issues/open/woodpecker/buildctl?gitea_url=https%3A%2F%2Fgit.kokuwa.io)](https://git.kokuwa.io/woodpecker/buildctl/issues) A [Woodpecker CI](https://woodpecker-ci.org) plugin for [buildctl](https://github.com/moby/buildkit) to build container images using a remote buildkit instance. Also usable with Gitlab, Github or locally, see examples for usage. @@ -12,7 +12,6 @@ Also usable with Gitlab, Github or locally, see examples for usage. ## Features - preconfigure buildctl parameters -- searches for yaml files recursive - runnable with local docker daemon ## Example