File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ FROM alpine:3.18.4
8
8
# renovate: datasource=github-tags depName=twistedpair/google-cloud-sdk
9
9
ARG CLOUD_SDK_VERSION=455.0.0
10
10
# renovate: datasource=github-releases depName=docker/buildx
11
- ARG BUILDX_VERSION=v0.12.0
11
+ ARG BUILDX_VERSION=v0.12.1
12
12
13
13
# janky janky janky
14
14
ENV PATH /google-cloud-sdk/bin:$PATH
Original file line number Diff line number Diff line change 1
1
FROM summerwind/actions-runner-dind:ubuntu-22.04
2
2
# renovate: datasource=github-releases depName=google/go-containerregistry
3
- ARG CRANE_VERSION=v0.16.1
3
+ ARG CRANE_VERSION=v0.19.0
4
4
# renovate: datasource=github-releases depName=mikefarah/yq
5
5
ARG YQ_VERSION=v4.40.5
6
6
USER root
Original file line number Diff line number Diff line change 3
3
set -eou pipefail
4
4
5
5
# renovate: datasource=github-releases depName=moby/buildkit
6
- BUILDKIT_IMAGE=" docker.io/moby/buildkit:v0.12.3 "
6
+ BUILDKIT_IMAGE=" docker.io/moby/buildkit:v0.12.4 "
7
7
8
8
docker buildx create --driver docker-container --platform linux/amd64 --name xbuild --use --driver-opt image=${BUILDKIT_IMAGE} --config /usr/local/bin/buildkit.toml
9
9
docker buildx create --append --name xbuild --platform linux/arm64 tcp://docker-arm64.ci.svc:2376 --driver-opt image=${BUILDKIT_IMAGE} --config /usr/local/bin/buildkit.toml
Original file line number Diff line number Diff line change 5
5
export TAG=$( git log --oneline --format=%B -n 1 HEAD | head -n 1 | sed -r " /^release\(/ s/^release\((.*)\):.*$/\\ 1/; t; Q" )
6
6
7
7
# renovate: datasource=github-releases depName=moby/buildkit
8
- BUILDKIT_IMAGE=" docker.io/moby/buildkit:v0.12.3 "
8
+ BUILDKIT_IMAGE=" docker.io/moby/buildkit:v0.12.4 "
9
9
10
10
# setup buildkit across amd64/arm64 workers
11
11
function setup_buildkit() {
You can’t perform that action at this time.
0 commit comments