File tree Expand file tree Collapse file tree 8 files changed +16
-16
lines changed
component-config-tutorial/testdata/project
cronjob-tutorial/testdata/project
pkg/plugins/golang/v4/scaffolds/internal/templates
project-v4-declarative-v1
project-v4-with-deploy-image Expand file tree Collapse file tree 8 files changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ run: manifests generate fmt vet ## Run a controller from your host.
78
78
# (i.e. docker build --platform linux/arm64 ). However, you must enable docker buildKit for it.
79
79
# More info: https://docs.docker.com/develop/develop-images/build_enhancements/
80
80
.PHONY : docker-build
81
- docker-build : test # # Build docker image with the manager.
81
+ docker-build : # # Build docker image with the manager.
82
82
$(CONTAINER_TOOL ) build -t ${IMG} .
83
83
84
84
.PHONY : docker-push
@@ -93,7 +93,7 @@ docker-push: ## Push docker image with the manager.
93
93
# To properly provided solutions that supports more than one platform you should use this option.
94
94
PLATFORMS ?= linux/arm64,linux/amd64,linux/s390x,linux/ppc64le
95
95
.PHONY : docker-buildx
96
- docker-buildx : test # # Build and push docker image for the manager for cross-platform support
96
+ docker-buildx : # # Build and push docker image for the manager for cross-platform support
97
97
# copy existing Dockerfile and insert --platform=${BUILDPLATFORM} into Dockerfile.cross, and preserve the original Dockerfile
98
98
sed -e ' 1 s/\(^FROM\)/FROM --platform=\$$\{BUILDPLATFORM\}/; t' -e ' 1,// s//FROM --platform=\$$\{BUILDPLATFORM\}/' Dockerfile > Dockerfile.cross
99
99
- $(CONTAINER_TOOL ) buildx create --name project-v3-builder
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ run: manifests generate fmt vet ## Run a controller from your host.
78
78
# (i.e. docker build --platform linux/arm64 ). However, you must enable docker buildKit for it.
79
79
# More info: https://docs.docker.com/develop/develop-images/build_enhancements/
80
80
.PHONY : docker-build
81
- docker-build : test # # Build docker image with the manager.
81
+ docker-build : # # Build docker image with the manager.
82
82
$(CONTAINER_TOOL ) build -t ${IMG} .
83
83
84
84
.PHONY : docker-push
@@ -93,7 +93,7 @@ docker-push: ## Push docker image with the manager.
93
93
# To properly provided solutions that supports more than one platform you should use this option.
94
94
PLATFORMS ?= linux/arm64,linux/amd64,linux/s390x,linux/ppc64le
95
95
.PHONY : docker-buildx
96
- docker-buildx : test # # Build and push docker image for the manager for cross-platform support
96
+ docker-buildx : # # Build and push docker image for the manager for cross-platform support
97
97
# copy existing Dockerfile and insert --platform=${BUILDPLATFORM} into Dockerfile.cross, and preserve the original Dockerfile
98
98
sed -e ' 1 s/\(^FROM\)/FROM --platform=\$$\{BUILDPLATFORM\}/; t' -e ' 1,// s//FROM --platform=\$$\{BUILDPLATFORM\}/' Dockerfile > Dockerfile.cross
99
99
- $(CONTAINER_TOOL ) buildx create --name project-v3-builder
Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ run: manifests generate fmt vet ## Run a controller from your host.
142
142
# (i.e. docker build --platform linux/arm64 ). However, you must enable docker buildKit for it.
143
143
# More info: https://docs.docker.com/develop/develop-images/build_enhancements/
144
144
.PHONY: docker-build
145
- docker-build: test ## Build docker image with the manager.
145
+ docker-build: ## Build docker image with the manager.
146
146
$(CONTAINER_TOOL) build -t ${IMG} .
147
147
148
148
.PHONY: docker-push
@@ -157,7 +157,7 @@ docker-push: ## Push docker image with the manager.
157
157
# To properly provided solutions that supports more than one platform you should use this option.
158
158
PLATFORMS ?= linux/arm64,linux/amd64,linux/s390x,linux/ppc64le
159
159
.PHONY: docker-buildx
160
- docker-buildx: test ## Build and push docker image for the manager for cross-platform support
160
+ docker-buildx: ## Build and push docker image for the manager for cross-platform support
161
161
# copy existing Dockerfile and insert --platform=${BUILDPLATFORM} into Dockerfile.cross, and preserve the original Dockerfile
162
162
sed -e '1 s/\(^FROM\)/FROM --platform=\$$\{BUILDPLATFORM\}/; t' -e ' 1,// s//FROM --platform=\$$\{BUILDPLATFORM\}/' Dockerfile > Dockerfile.cross
163
163
- $(CONTAINER_TOOL) buildx create --name project-v3-builder
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ run: manifests generate fmt vet ## Run a controller from your host.
78
78
# (i.e. docker build --platform linux/arm64 ). However, you must enable docker buildKit for it.
79
79
# More info: https://docs.docker.com/develop/develop-images/build_enhancements/
80
80
.PHONY : docker-build
81
- docker-build : test # # Build docker image with the manager.
81
+ docker-build : # # Build docker image with the manager.
82
82
$(CONTAINER_TOOL ) build -t ${IMG} .
83
83
84
84
.PHONY : docker-push
@@ -93,7 +93,7 @@ docker-push: ## Push docker image with the manager.
93
93
# To properly provided solutions that supports more than one platform you should use this option.
94
94
PLATFORMS ?= linux/arm64,linux/amd64,linux/s390x,linux/ppc64le
95
95
.PHONY : docker-buildx
96
- docker-buildx : test # # Build and push docker image for the manager for cross-platform support
96
+ docker-buildx : # # Build and push docker image for the manager for cross-platform support
97
97
# copy existing Dockerfile and insert --platform=${BUILDPLATFORM} into Dockerfile.cross, and preserve the original Dockerfile
98
98
sed -e ' 1 s/\(^FROM\)/FROM --platform=\$$\{BUILDPLATFORM\}/; t' -e ' 1,// s//FROM --platform=\$$\{BUILDPLATFORM\}/' Dockerfile > Dockerfile.cross
99
99
- $(CONTAINER_TOOL ) buildx create --name project-v3-builder
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ run: manifests generate fmt vet ## Run a controller from your host.
78
78
# (i.e. docker build --platform linux/arm64 ). However, you must enable docker buildKit for it.
79
79
# More info: https://docs.docker.com/develop/develop-images/build_enhancements/
80
80
.PHONY : docker-build
81
- docker-build : test # # Build docker image with the manager.
81
+ docker-build : # # Build docker image with the manager.
82
82
$(CONTAINER_TOOL ) build -t ${IMG} .
83
83
84
84
.PHONY : docker-push
@@ -93,7 +93,7 @@ docker-push: ## Push docker image with the manager.
93
93
# To properly provided solutions that supports more than one platform you should use this option.
94
94
PLATFORMS ?= linux/arm64,linux/amd64,linux/s390x,linux/ppc64le
95
95
.PHONY : docker-buildx
96
- docker-buildx : test # # Build and push docker image for the manager for cross-platform support
96
+ docker-buildx : # # Build and push docker image for the manager for cross-platform support
97
97
# copy existing Dockerfile and insert --platform=${BUILDPLATFORM} into Dockerfile.cross, and preserve the original Dockerfile
98
98
sed -e ' 1 s/\(^FROM\)/FROM --platform=\$$\{BUILDPLATFORM\}/; t' -e ' 1,// s//FROM --platform=\$$\{BUILDPLATFORM\}/' Dockerfile > Dockerfile.cross
99
99
- $(CONTAINER_TOOL ) buildx create --name project-v3-builder
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ run: manifests generate fmt vet ## Run a controller from your host.
78
78
# (i.e. docker build --platform linux/arm64 ). However, you must enable docker buildKit for it.
79
79
# More info: https://docs.docker.com/develop/develop-images/build_enhancements/
80
80
.PHONY : docker-build
81
- docker-build : test # # Build docker image with the manager.
81
+ docker-build : # # Build docker image with the manager.
82
82
$(CONTAINER_TOOL ) build -t ${IMG} .
83
83
84
84
.PHONY : docker-push
@@ -93,7 +93,7 @@ docker-push: ## Push docker image with the manager.
93
93
# To properly provided solutions that supports more than one platform you should use this option.
94
94
PLATFORMS ?= linux/arm64,linux/amd64,linux/s390x,linux/ppc64le
95
95
.PHONY : docker-buildx
96
- docker-buildx : test # # Build and push docker image for the manager for cross-platform support
96
+ docker-buildx : # # Build and push docker image for the manager for cross-platform support
97
97
# copy existing Dockerfile and insert --platform=${BUILDPLATFORM} into Dockerfile.cross, and preserve the original Dockerfile
98
98
sed -e ' 1 s/\(^FROM\)/FROM --platform=\$$\{BUILDPLATFORM\}/; t' -e ' 1,// s//FROM --platform=\$$\{BUILDPLATFORM\}/' Dockerfile > Dockerfile.cross
99
99
- $(CONTAINER_TOOL ) buildx create --name project-v3-builder
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ run: manifests generate fmt vet ## Run a controller from your host.
78
78
# (i.e. docker build --platform linux/arm64 ). However, you must enable docker buildKit for it.
79
79
# More info: https://docs.docker.com/develop/develop-images/build_enhancements/
80
80
.PHONY : docker-build
81
- docker-build : test # # Build docker image with the manager.
81
+ docker-build : # # Build docker image with the manager.
82
82
$(CONTAINER_TOOL ) build -t ${IMG} .
83
83
84
84
.PHONY : docker-push
@@ -93,7 +93,7 @@ docker-push: ## Push docker image with the manager.
93
93
# To properly provided solutions that supports more than one platform you should use this option.
94
94
PLATFORMS ?= linux/arm64,linux/amd64,linux/s390x,linux/ppc64le
95
95
.PHONY : docker-buildx
96
- docker-buildx : test # # Build and push docker image for the manager for cross-platform support
96
+ docker-buildx : # # Build and push docker image for the manager for cross-platform support
97
97
# copy existing Dockerfile and insert --platform=${BUILDPLATFORM} into Dockerfile.cross, and preserve the original Dockerfile
98
98
sed -e ' 1 s/\(^FROM\)/FROM --platform=\$$\{BUILDPLATFORM\}/; t' -e ' 1,// s//FROM --platform=\$$\{BUILDPLATFORM\}/' Dockerfile > Dockerfile.cross
99
99
- $(CONTAINER_TOOL ) buildx create --name project-v3-builder
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ run: manifests generate fmt vet ## Run a controller from your host.
78
78
# (i.e. docker build --platform linux/arm64 ). However, you must enable docker buildKit for it.
79
79
# More info: https://docs.docker.com/develop/develop-images/build_enhancements/
80
80
.PHONY : docker-build
81
- docker-build : test # # Build docker image with the manager.
81
+ docker-build : # # Build docker image with the manager.
82
82
$(CONTAINER_TOOL ) build -t ${IMG} .
83
83
84
84
.PHONY : docker-push
@@ -93,7 +93,7 @@ docker-push: ## Push docker image with the manager.
93
93
# To properly provided solutions that supports more than one platform you should use this option.
94
94
PLATFORMS ?= linux/arm64,linux/amd64,linux/s390x,linux/ppc64le
95
95
.PHONY : docker-buildx
96
- docker-buildx : test # # Build and push docker image for the manager for cross-platform support
96
+ docker-buildx : # # Build and push docker image for the manager for cross-platform support
97
97
# copy existing Dockerfile and insert --platform=${BUILDPLATFORM} into Dockerfile.cross, and preserve the original Dockerfile
98
98
sed -e ' 1 s/\(^FROM\)/FROM --platform=\$$\{BUILDPLATFORM\}/; t' -e ' 1,// s//FROM --platform=\$$\{BUILDPLATFORM\}/' Dockerfile > Dockerfile.cross
99
99
- $(CONTAINER_TOOL ) buildx create --name project-v3-builder
You can’t perform that action at this time.
0 commit comments