File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11REGISTRY ?= ghcr.io
2- USERNAME ?= talos-systems
2+ USERNAME ?= siderolabs
33SHA ?= $(shell git describe --match=none --always --abbrev=8 --dirty)
44TAG ?= $(shell git describe --tag --always --dirty)
55BRANCH ?= $(shell git rev-parse --abbrev-ref HEAD)
@@ -8,7 +8,7 @@ SOURCE_DATE_EPOCH ?= $(shell git log -1 --pretty=%ct)
88
99# Sync bldr image with Pkgfile
1010BLDR ?= docker run --rm --volume $(PWD ) :/tools --entrypoint=/bldr \
11- ghcr.io/talos-systems /bldr:v0.2.0-alpha.4 -frontend graph --root=/tools
11+ ghcr.io/siderolabs /bldr:v0.2.0-alpha.7 -frontend graph --root=/tools
1212
1313BUILD := docker buildx build
1414PLATFORM ?= linux/amd64,linux/arm64
Original file line number Diff line number Diff line change 1- # syntax = ghcr.io/talos-systems /bldr:v0.2.0-alpha.7-frontend
1+ # syntax = ghcr.io/siderolabs /bldr:v0.2.0-alpha.7-frontend
22
33# Sync bldr image with Makefile
44
55format: v1alpha2
66
77vars:
8- TOOLCHAIN_IMAGE: ghcr.io/talos-systems /toolchain:v0.5.0
8+ TOOLCHAIN_IMAGE: ghcr.io/siderolabs /toolchain:v0.5.0
99
1010labels:
11- org.opencontainers.image.source: https://github.com/talos-systems /tools
11+ org.opencontainers.image.source: https://github.com/siderolabs /tools
You can’t perform that action at this time.
0 commit comments