File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11# Build the manager binary
2- FROM --platform=$BUILDPLATFORM golang:1.21 as builder
2+ FROM --platform=$BUILDPLATFORM golang:1.24 AS builder
33ARG TARGETOS
44ARG TARGETARCH
55
Original file line number Diff line number Diff line change 11# Build the manager binary
2- FROM registry.opensuse.org/opensuse/tumbleweed as builder
2+ FROM registry.opensuse.org/opensuse/tumbleweed:latest AS builder
33ARG TARGETOS
44ARG TARGETARCH
55
Original file line number Diff line number Diff line change @@ -97,9 +97,9 @@ run: manifests generate fmt vet ## Run a controller from your host.
9797
9898.PHONY : docker-build
9999docker-build : # # Build docker image with the manager.
100- $(CONTAINER_TOOL ) build -t ${IMG} .
101- $(CONTAINER_TOOL ) build -t ${DP_IMG} -f Dockerfile.device-plugin .
102- $(CONTAINER_TOOL ) build -t ${RTLSDR_IMAGE} -f Dockerfile.rtl-sdr .
100+ $(CONTAINER_TOOL ) build --load - t ${IMG} .
101+ $(CONTAINER_TOOL ) build --load - t ${DP_IMG} -f Dockerfile.device-plugin .
102+ $(CONTAINER_TOOL ) build --load - t ${RTLSDR_IMAGE} -f Dockerfile.rtl-sdr .
103103
104104.PHONY : docker-push
105105docker-push : # # Push docker image with the manager.
You can’t perform that action at this time.
0 commit comments