Skip to content

Commit

Permalink
chore: update releases
Browse files Browse the repository at this point in the history
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 2, 2023
1 parent 95301d5 commit e80dfec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.actions-runner-ubuntu-22.04
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM summerwind/actions-runner-dind:ubuntu-22.04
# renovate: datasource=github-releases depName=google/go-containerregistry
ARG CRANE_VERSION=v0.16.1
ARG CRANE_VERSION=v0.17.0
USER root
RUN apt update && \
apt upgrade -y && \
Expand Down
2 changes: 1 addition & 1 deletion hack/scripts/setup-buildx-amd64-arm64
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -eou pipefail

# renovate: datasource=github-releases depName=moby/buildkit
BUILDKIT_IMAGE="docker.io/moby/buildkit:v0.12.3"
BUILDKIT_IMAGE="docker.io/moby/buildkit:v0.12.4"

docker buildx create --driver docker-container --platform linux/amd64 --name xbuild --use --driver-opt image=${BUILDKIT_IMAGE} --config /usr/local/bin/buildkit.toml
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
2 changes: 1 addition & 1 deletion hack/scripts/setup-ci
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -ex
export TAG=$(git log --oneline --format=%B -n 1 HEAD | head -n 1 | sed -r "/^release\(/ s/^release\((.*)\):.*$/\\1/; t; Q")

# renovate: datasource=github-releases depName=moby/buildkit
BUILDKIT_IMAGE="docker.io/moby/buildkit:v0.12.3"
BUILDKIT_IMAGE="docker.io/moby/buildkit:v0.12.4"

# setup buildkit across amd64/arm64 workers
function setup_buildkit() {
Expand Down

0 comments on commit e80dfec

Please sign in to comment.