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 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; \ 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