Compare commits
3 commits
337da4fae0
...
2b0372df26
Author | SHA1 | Date | |
---|---|---|---|
2b0372df26 | |||
0c0c929f14 | |||
28cfe34e02 |
3 changed files with 5 additions and 6 deletions
|
@ -11,7 +11,7 @@ skip_clone: true
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
docker.io: &push
|
docker.io: &push
|
||||||
image: quay.io/skopeo/stable:v1.18.0
|
image: quay.io/skopeo/stable:v1.19.0
|
||||||
depends_on: [manifest]
|
depends_on: [manifest]
|
||||||
commands:
|
commands:
|
||||||
- echo "$AUTH" > /tmp/auth.json
|
- echo "$AUTH" > /tmp/auth.json
|
||||||
|
|
|
@ -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) && \
|
RUN ARCH=$(uname -m) && \
|
||||||
[[ $ARCH == x86_64 ]] && export SUFFIX=amd64; \
|
[[ $ARCH == x86_64 ]] && export SUFFIX=amd64; \
|
||||||
[[ $ARCH == aarch64 ]] && export SUFFIX=arm64; \
|
[[ $ARCH == aarch64 ]] && export SUFFIX=arm64; \
|
||||||
|
|
|
@ -2,9 +2,9 @@
|
||||||
|
|
||||||
[](https://hub.docker.com/repository/docker/kokuwaio/buildctl)
|
[](https://hub.docker.com/repository/docker/kokuwaio/buildctl)
|
||||||
[](https://hub.docker.com/repository/docker/kokuwaio/buildctl)
|
[](https://hub.docker.com/repository/docker/kokuwaio/buildctl)
|
||||||
[](https://github.com/kokuwaio/buildctl/blob/main/Dockerfile)
|
[](https://git.kokuwa.io/woodpecker/buildctl/src/branch/main/Dockerfile)
|
||||||
[](https://github.com/kokuwaio/buildctl/blob/main/LICENSE)
|
[](https://git.kokuwa.io/woodpecker/buildctl/src/branch/main/LICENSE)
|
||||||
[](https://github.com/kokuwaio/buildctl/issues)
|
[](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.
|
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.
|
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
|
## Features
|
||||||
|
|
||||||
- preconfigure buildctl parameters
|
- preconfigure buildctl parameters
|
||||||
- searches for yaml files recursive
|
|
||||||
- runnable with local docker daemon
|
- runnable with local docker daemon
|
||||||
|
|
||||||
## Example
|
## Example
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue