11# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
22#
3- # Generated on 2025-12-22T11:58:31Z by kres 26be706.
3+ # Generated on 2025-12-25T06:40:27Z by kres 26be706.
44
55# common variables
66
@@ -82,7 +82,7 @@ TOOLCHAIN ?= docker.io/golang:1.25-alpine
8282# extra variables
8383
8484PKGS_PREFIX ?= ghcr.io/siderolabs
85- PKGS ?= v1.12.0
85+ PKGS ?= v1.13.0-alpha.0-21-g59241bd
8686RUN_TESTS ?= TestIntegrationCDN
8787TEST_FLAGS ?=
8888
@@ -220,7 +220,7 @@ integration-direct: integration.test
220220 docker pull $(REGISTRY ) /$(USERNAME ) /image-factory:$(TAG )
221221 docker rm -f local-if || true
222222 docker run -d -p 5100:5000 --name=local-if registry:3
223- docker run --rm --net=host --privileged -v /dev:/dev - v /var/run:/var/run -v $(PWD ) /$(ARTIFACTS ) /:/out/ -v $(PWD ) /$(ARTIFACTS ) /integration.test:/bin/integration.test:ro --entrypoint /bin/integration.test $(REGISTRY ) /$(USERNAME ) /image-factory:$(TAG ) -test.v $(TEST_FLAGS ) -test.coverprofile=/out/coverage-integration-direct.txt -test.run $(RUN_TESTS )
223+ docker run --rm --net=host -v /var/run:/var/run -v $(PWD ) /$(ARTIFACTS ) /:/out/ -v $(PWD ) /$(ARTIFACTS ) /integration.test:/bin/integration.test:ro --entrypoint /bin/integration.test $(REGISTRY ) /$(USERNAME ) /image-factory:$(TAG ) -test.v $(TEST_FLAGS ) -test.coverprofile=/out/coverage-integration-direct.txt -test.run $(RUN_TESTS )
224224 docker rm -f local-if
225225
226226.PHONY : integration-s3
@@ -229,7 +229,7 @@ integration-s3: integration.test
229229 docker pull $(REGISTRY ) /$(USERNAME ) /image-factory:$(TAG )
230230 docker rm -f local-if || true
231231 docker run -d -p 5100:5000 --name=local-if registry:3
232- docker run --rm --net=host --privileged -v /dev:/dev - v /var/run:/var/run -v $(PWD ) /$(ARTIFACTS ) /:/out/ -v $(PWD ) /$(ARTIFACTS ) /integration.test:/bin/integration.test:ro --entrypoint /bin/integration.test $(REGISTRY ) /$(USERNAME ) /image-factory:$(TAG ) -test.v $(TEST_FLAGS ) -test.coverprofile=/out/coverage-integration-s3.txt -test.run $(RUN_TESTS )
232+ docker run --rm --net=host -v /var/run:/var/run -v $(PWD ) /$(ARTIFACTS ) /:/out/ -v $(PWD ) /$(ARTIFACTS ) /integration.test:/bin/integration.test:ro --entrypoint /bin/integration.test $(REGISTRY ) /$(USERNAME ) /image-factory:$(TAG ) -test.v $(TEST_FLAGS ) -test.coverprofile=/out/coverage-integration-s3.txt -test.run $(RUN_TESTS )
233233 docker rm -f local-if
234234
235235.PHONY : integration-cdn
@@ -238,7 +238,7 @@ integration-cdn: integration.test
238238 docker pull $(REGISTRY ) /$(USERNAME ) /image-factory:$(TAG )
239239 docker rm -f local-if || true
240240 docker run -d -p 5100:5000 --name=local-if registry:3
241- docker run --rm --net=host --privileged -v /dev:/dev - v /var/run:/var/run -v $(PWD ) /$(ARTIFACTS ) /:/out/ -v $(PWD ) /$(ARTIFACTS ) /integration.test:/bin/integration.test:ro --entrypoint /bin/integration.test $(REGISTRY ) /$(USERNAME ) /image-factory:$(TAG ) -test.v $(TEST_FLAGS ) -test.coverprofile=/out/coverage-integration-cdn.txt -test.run $(RUN_TESTS )
241+ docker run --rm --net=host -v /var/run:/var/run -v $(PWD ) /$(ARTIFACTS ) /:/out/ -v $(PWD ) /$(ARTIFACTS ) /integration.test:/bin/integration.test:ro --entrypoint /bin/integration.test $(REGISTRY ) /$(USERNAME ) /image-factory:$(TAG ) -test.v $(TEST_FLAGS ) -test.coverprofile=/out/coverage-integration-cdn.txt -test.run $(RUN_TESTS )
242242 docker rm -f local-if
243243
244244.PHONY : integration-proxy-installer
@@ -247,7 +247,7 @@ integration-proxy-installer: integration.test
247247 docker pull $(REGISTRY ) /$(USERNAME ) /image-factory:$(TAG )
248248 docker rm -f local-if || true
249249 docker run -d -p 5100:5000 --name=local-if registry:3
250- docker run --rm --net=host --privileged -v /dev:/dev - v /var/run:/var/run -v $(PWD ) /$(ARTIFACTS ) /:/out/ -v $(PWD ) /$(ARTIFACTS ) /integration.test:/bin/integration.test:ro --entrypoint /bin/integration.test $(REGISTRY ) /$(USERNAME ) /image-factory:$(TAG ) -test.v $(TEST_FLAGS ) -test.coverprofile=/out/coverage-integration-direct.txt -test.run $(RUN_TESTS )
250+ docker run --rm --net=host -v /var/run:/var/run -v $(PWD ) /$(ARTIFACTS ) /:/out/ -v $(PWD ) /$(ARTIFACTS ) /integration.test:/bin/integration.test:ro --entrypoint /bin/integration.test $(REGISTRY ) /$(USERNAME ) /image-factory:$(TAG ) -test.v $(TEST_FLAGS ) -test.coverprofile=/out/coverage-integration-direct.txt -test.run $(RUN_TESTS )
251251 docker rm -f local-if
252252
253253.PHONY : integration-enterprise
@@ -256,7 +256,7 @@ integration-enterprise: integration.enterprise.test
256256 docker pull $(REGISTRY ) /$(USERNAME ) /image-factory:$(TAG )
257257 docker rm -f local-if || true
258258 docker run -d -p 5100:5000 --name=local-if registry:3
259- docker run --rm --net=host --privileged -v /dev:/dev - v /var/run:/var/run -v $(PWD ) /$(ARTIFACTS ) /:/out/ -v $(PWD ) /$(ARTIFACTS ) /integration.enterprise.test:/bin/integration.test:ro --entrypoint /bin/integration.test $(REGISTRY ) /$(USERNAME ) /image-factory:$(TAG ) -test.v $(TEST_FLAGS ) -test.coverprofile=/out/coverage-integration-enterprise.txt -test.run $(RUN_TESTS )
259+ docker run --rm --net=host -v /var/run:/var/run -v $(PWD ) /$(ARTIFACTS ) /:/out/ -v $(PWD ) /$(ARTIFACTS ) /integration.enterprise.test:/bin/integration.test:ro --entrypoint /bin/integration.test $(REGISTRY ) /$(USERNAME ) /image-factory:$(TAG ) -test.v $(TEST_FLAGS ) -test.coverprofile=/out/coverage-integration-enterprise.txt -test.run $(RUN_TESTS )
260260 docker rm -f local-if
261261
262262.PHONY : $(ARTIFACTS ) /image-factory-linux-amd64
@@ -332,6 +332,16 @@ docs:
332332check-dirty :
333333 @if test -n " ` git status --porcelain` " ; then echo " Source tree is dirty" ; git status; git diff; exit 1 ; fi
334334
335+ .PHONY : docker-compose-up
336+ docker-compose-up :
337+ @$(MAKE ) image-image-factory PUSH=true
338+ @IMAGE_FACTORY_IMAGE=$(REGISTRY ) /$(USERNAME ) /image-factory:$(IMAGE_TAG ) docker compose -f hack/dev/compose.yaml up -d --remove-orphans
339+ @IMAGE_FACTORY_IMAGE=$(REGISTRY ) /$(USERNAME ) /image-factory:$(IMAGE_TAG ) docker compose -f hack/dev/compose.yaml logs -f image-factory
340+
341+ .PHONY : docker-compose-down
342+ docker-compose-down :
343+ @IMAGE_FACTORY_IMAGE=$(REGISTRY ) /$(USERNAME ) /image-factory:$(IMAGE_TAG ) docker compose -f hack/dev/compose.yaml down
344+
335345.PHONY : rekres
336346rekres :
337347 @docker pull $(KRES_IMAGE )
0 commit comments