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 1
1
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
2
2
#
3
- # Generated on 2024-12-18T18:40:00Z by kres fcff05e .
3
+ # Generated on 2025-03-05T12:43:59Z by kres 30e7a85 .
4
4
5
5
name : default
6
6
concurrency :
33
33
labels : ${{ steps.retrieve-pr-labels.outputs.result }}
34
34
services :
35
35
buildkitd :
36
- image : moby/buildkit:v0.18.2
36
+ image : moby/buildkit:v0.20.0
37
37
options : --privileged
38
38
ports :
39
39
- 1234:1234
@@ -129,7 +129,7 @@ jobs:
129
129
- default
130
130
services :
131
131
buildkitd :
132
- image : moby/buildkit:v0.18.2
132
+ image : moby/buildkit:v0.20.0
133
133
options : --privileged
134
134
ports :
135
135
- 1234:1234
Original file line number Diff line number Diff line change 1
1
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
2
2
#
3
- # Generated on 2024-12-18T18:40:00Z by kres fcff05e .
3
+ # Generated on 2025-03-05T12:43:59Z by kres 30e7a85 .
4
4
5
5
name : weekly
6
6
concurrency :
16
16
- pkgs
17
17
services :
18
18
buildkitd :
19
- image : moby/buildkit:v0.18.2
19
+ image : moby/buildkit:v0.20.0
20
20
options : --privileged
21
21
ports :
22
22
- 1234:1234
Original file line number Diff line number Diff line change 1
1
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
2
2
#
3
- # Generated on 2025-02-06T12:31:14Z by kres 987bf4d .
3
+ # Generated on 2025-03-05T12:43:59Z by kres 30e7a85 .
4
4
5
5
# common variables
6
6
@@ -25,7 +25,7 @@ SOURCE_DATE_EPOCH := $(shell git log $(INITIAL_COMMIT_SHA) --pretty=%ct)
25
25
26
26
# sync bldr image with pkgfile
27
27
28
- BLDR_RELEASE := v0.4.0-1-g76a2c8f
28
+ BLDR_RELEASE := v0.4.1
29
29
BLDR_IMAGE := ghcr.io/siderolabs/bldr:$(BLDR_RELEASE )
30
30
BLDR := docker run --rm --user $(shell id -u) :$(shell id -g) --volume $(PWD ) :/src --entrypoint=/bldr $(BLDR_IMAGE ) --root=/src
31
31
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
2
2
3
3
format: v1alpha2
4
4
5
5
vars:
6
6
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
8
10
9
11
# renovate: datasource=git-refs versioning=git depName=https://github.com/awslabs/tc-redirect-tap.git
10
12
tc_redirect_tap_ref: fb2c2b5e660adb567157c9d69e1de19b0c7c4f37
Original file line number Diff line number Diff line change 1
1
name : base
2
2
variant : scratch
3
3
dependencies :
4
- - image : " {{ .PKGS_PREFIX }}/base:{{ .PKGS_VERSION }}"
5
- - image : " {{ .PKGS_PREFIX }}/ca-certificates:{{ .PKGS_VERSION }}"
4
+ - image : " {{ .TOOLS_PREFIX }}/tools:{{ .TOOLS_VERSION }}"
6
5
finalize :
7
6
- from : /
8
7
to : /
You can’t perform that action at this time.
0 commit comments