Skip to content
This repository was archived by the owner on Apr 11, 2025. It is now read-only.

Commit c201b87

Browse files
committed
feat: update dependencies
Bring in Go 1.24.1, update removed base layer. Rekres. Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
1 parent 4102a78 commit c201b87

File tree

5 files changed

+12
-11
lines changed

5 files changed

+12
-11
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

55
name: default
66
concurrency:
@@ -33,7 +33,7 @@ jobs:
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

.github/workflows/weekly.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

55
name: weekly
66
concurrency:
@@ -16,7 +16,7 @@ jobs:
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

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
2929
BLDR_IMAGE := ghcr.io/siderolabs/bldr:$(BLDR_RELEASE)
3030
BLDR := docker run --rm --user $(shell id -u):$(shell id -g) --volume $(PWD):/src --entrypoint=/bldr $(BLDR_IMAGE) --root=/src
3131

Pkgfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1-
# syntax = ghcr.io/siderolabs/bldr:v0.4.0-1-g76a2c8f
1+
# syntax = ghcr.io/siderolabs/bldr:v0.4.1
22

33
format: v1alpha2
44

55
vars:
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

base/pkg.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
name: base
22
variant: scratch
33
dependencies:
4-
- image: "{{ .PKGS_PREFIX }}/base:{{ .PKGS_VERSION }}"
5-
- image: "{{ .PKGS_PREFIX }}/ca-certificates:{{ .PKGS_VERSION }}"
4+
- image: "{{ .TOOLS_PREFIX }}/tools:{{ .TOOLS_VERSION }}"
65
finalize:
76
- from: /
87
to: /

0 commit comments

Comments
 (0)