Skip to content

Commit

Permalink
chore: update releases
Browse files Browse the repository at this point in the history
Pull in latest pkgs, and update bldr.

Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
  • Loading branch information
smira committed Sep 27, 2023
1 parent a011245 commit 09d7c3e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ REGISTRY_AND_USERNAME := $(REGISTRY)/$(USERNAME)
SOURCE_DATE_EPOCH ?= "1602102660"

# Sync bldr image with Pkgfile
BLDR_IMAGE := ghcr.io/siderolabs/bldr:v0.2.1
BLDR_IMAGE := ghcr.io/siderolabs/bldr:v0.2.2
BLDR ?= docker run --rm --volume $(PWD):/tools --entrypoint=/bldr \
$(BLDR_IMAGE) graph --root=/tools

Expand Down
4 changes: 2 additions & 2 deletions Pkgfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# syntax = ghcr.io/siderolabs/bldr:v0.2.1
# syntax = ghcr.io/siderolabs/bldr:v0.2.2

format: v1alpha2

vars:
PKGS_PREFIX: ghcr.io/siderolabs
PKGS_VERSION: v1.6.0-alpha.0-11-g7d9e60e
PKGS_VERSION: v1.6.0-alpha.0-20-g0c84090

# renovate: datasource=git-refs versioning=git depName=https://github.com/awslabs/tc-redirect-tap.git
tc_redirect_tap_ref: 706117b1e02a532f7dadab3d9704f34521a0eac9
Expand Down

0 comments on commit 09d7c3e

Please sign in to comment.