Skip to content

Commit 07ddddc

Browse files
authored
Fix build (#25)
1 parent a75234b commit 07ddddc

4 files changed

Lines changed: 5 additions & 2 deletions

File tree

.dockerignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
dev/
2+
hack/
3+
.git/

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ COPY . .
66
RUN make install
77

88
############# base #############
9-
FROM gcr.io/distroless/static-debian12:nonroot as base
9+
FROM gcr.io/distroless/static-debian12:nonroot AS base
1010

1111
WORKDIR /
1212

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ start:
6161

6262
.PHONY: install
6363
install:
64-
@LD_FLAGS="-w -X github.com/gardener/$(NAME)/pkg/version.Version=$(VERSION)" \
64+
@LD_FLAGS="-w -X github.com/23technologies/$(NAME)/pkg/version.Version=$(VERSION)" \
6565
bash $(GARDENER_HACK_DIR)/install.sh ./...
6666

6767
.PHONY: generate

cmd/machine-controller-manager-provider-hcloud/main.go renamed to cmd/machine-controller/main.go

File renamed without changes.

0 commit comments

Comments
 (0)