This repository was archived by the owner on Apr 11, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 12 files changed +13
-57
lines changed
talosctl-cni-bundle-install Expand file tree Collapse file tree 12 files changed +13
-57
lines changed Original file line number Diff line number Diff line change 22kind : pkgfile.Build
33spec :
44 targets :
5- - install-cni
6- - talosctl-cni-bundle-install
7- reproducibleTargetName : reproducibility
5+ - talosctl-cni-bundle
6+ reproducibleTargetName : talosctl-cni-bundle
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-01-21T11:42:07Z by kres 3075de9 .
3+ # Generated on 2025-02-06T12:31:14Z by kres 987bf4d .
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.3.2
28+ BLDR_RELEASE := v0.4.0-1-g76a2c8f
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
@@ -44,8 +44,7 @@ COMMON_ARGS += --build-arg=SOURCE_DATE_EPOCH=$(SOURCE_DATE_EPOCH)
4444
4545# targets defines all the available targets
4646
47- TARGETS = install-cni
48- TARGETS += talosctl-cni-bundle-install
47+ TARGETS = talosctl-cni-bundle
4948
5049# help menu
5150
@@ -116,7 +115,7 @@ docker-%: ## Builds the specified target defined in the Pkgfile using the docke
116115 @$(MAKE ) target-$* TARGET_ARGS=" $( TARGET_ARGS) "
117116
118117reproducibility-test : # # Builds the reproducibility test target
119- @$(MAKE ) reproducibility-test-local-reproducibility
118+ @$(MAKE ) reproducibility-test-local-talosctl-cni-bundle
120119
121120reproducibility-test-local-% : # # Builds the specified target defined in the Pkgfile using the local output type with and without cahce. The build result will be output to the specified local destination
122121 @rm -rf $(ARTIFACTS ) /build-a $(ARTIFACTS ) /build-b
Original file line number Diff line number Diff line change 1- # syntax = ghcr.io/siderolabs/bldr:v0.3.2
1+ # syntax = ghcr.io/siderolabs/bldr:v0.4.0-1-g76a2c8f
22
33format: v1alpha2
44
55vars:
66 PKGS_PREFIX: ghcr.io/siderolabs
7- PKGS_VERSION: v1.10.0-alpha.0-32-g38749d1
7+ PKGS_VERSION: v1.10.0-alpha.0-35-g85f8901
88
99 # renovate: datasource=git-refs versioning=git depName=https://github.com/awslabs/tc-redirect-tap.git
1010 tc_redirect_tap_ref: fb2c2b5e660adb567157c9d69e1de19b0c7c4f37
Original file line number Diff line number Diff line change 11name : base
22variant : scratch
3- shell : /toolchain/bin/bash
43dependencies :
54 - image : " {{ .PKGS_PREFIX }}/base:{{ .PKGS_VERSION }}"
65 - image : " {{ .PKGS_PREFIX }}/ca-certificates:{{ .PKGS_VERSION }}"
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments