This repository was archived by the owner on Apr 11, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +12
-11
lines changed Expand file tree Collapse file tree 5 files changed +12
-11
lines changed Original file line number Diff line number Diff line change 11# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
22#
3- # Generated on 2024-12-18T18:40:00Z by kres fcff05e .
3+ # Generated on 2025-03-05T12:43:59Z by kres 30e7a85 .
44
55name : default
66concurrency :
3333 labels : ${{ steps.retrieve-pr-labels.outputs.result }}
3434 services :
3535 buildkitd :
36- image : moby/buildkit:v0.18.2
36+ image : moby/buildkit:v0.20.0
3737 options : --privileged
3838 ports :
3939 - 1234:1234
@@ -129,7 +129,7 @@ jobs:
129129 - default
130130 services :
131131 buildkitd :
132- image : moby/buildkit:v0.18.2
132+ image : moby/buildkit:v0.20.0
133133 options : --privileged
134134 ports :
135135 - 1234:1234
Original file line number Diff line number Diff line change 11# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
22#
3- # Generated on 2024-12-18T18:40:00Z by kres fcff05e .
3+ # Generated on 2025-03-05T12:43:59Z by kres 30e7a85 .
44
55name : weekly
66concurrency :
1616 - pkgs
1717 services :
1818 buildkitd :
19- image : moby/buildkit:v0.18.2
19+ image : moby/buildkit:v0.20.0
2020 options : --privileged
2121 ports :
2222 - 1234:1234
Original file line number Diff line number Diff line change 11# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
22#
3- # Generated on 2025-02-06T12:31:14Z by kres 987bf4d .
3+ # Generated on 2025-03-05T12:43:59Z by kres 30e7a85 .
44
55# common variables
66
@@ -25,7 +25,7 @@ SOURCE_DATE_EPOCH := $(shell git log $(INITIAL_COMMIT_SHA) --pretty=%ct)
2525
2626# sync bldr image with pkgfile
2727
28- BLDR_RELEASE := v0.4.0-1-g76a2c8f
28+ BLDR_RELEASE := v0.4.1
2929BLDR_IMAGE := ghcr.io/siderolabs/bldr:$(BLDR_RELEASE )
3030BLDR := docker run --rm --user $(shell id -u) :$(shell id -g) --volume $(PWD ) :/src --entrypoint=/bldr $(BLDR_IMAGE ) --root=/src
3131
Original file line number Diff line number Diff line change 1- # syntax = ghcr.io/siderolabs/bldr:v0.4.0-1-g76a2c8f
1+ # syntax = ghcr.io/siderolabs/bldr:v0.4.1
22
33format: v1alpha2
44
55vars:
66 PKGS_PREFIX: ghcr.io/siderolabs
7- PKGS_VERSION: v1.10.0-alpha.0-35-g85f8901
7+ PKGS_VERSION: v1.10.0-alpha.0-52-g1d84473
8+ TOOLS_PREFIX: ghcr.io/siderolabs
9+ TOOLS_VERSION: v1.10.0-alpha.0-19-g87acb27
810
911 # renovate: datasource=git-refs versioning=git depName=https://github.com/awslabs/tc-redirect-tap.git
1012 tc_redirect_tap_ref: fb2c2b5e660adb567157c9d69e1de19b0c7c4f37
Original file line number Diff line number Diff line change 11name : base
22variant : scratch
33dependencies :
4- - image : " {{ .PKGS_PREFIX }}/base:{{ .PKGS_VERSION }}"
5- - image : " {{ .PKGS_PREFIX }}/ca-certificates:{{ .PKGS_VERSION }}"
4+ - image : " {{ .TOOLS_PREFIX }}/tools:{{ .TOOLS_VERSION }}"
65finalize :
76 - from : /
87 to : /
You can’t perform that action at this time.
0 commit comments