Skip to content

Commit ee343f9

Browse files
pengzhoumlPeng Zhou
andauthored
MLE-17101 Build MarkLogic Operator Image target AMD64 (#31)
* MLE-17101 Build MarkLogic Operator Image target AMD64 platform * update the image tag to 1.0.0-ea2 --------- Co-authored-by: Peng Zhou <[email protected]>
1 parent 2f86491 commit ee343f9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ endif
5151
OPERATOR_SDK_VERSION ?= v1.34.2
5252

5353
# Image URL to use all building/pushing image targets
54-
IMG ?= ml-marklogic-operator-dev.bed-artifactory.bedford.progress.com/marklogic-kubernetes-operator:0.0.2
54+
IMG ?= ml-marklogic-operator-dev.bed-artifactory.bedford.progress.com/marklogic-kubernetes-operator:1.0.0-ea2
5555
# ENVTEST_K8S_VERSION refers to the version of kubebuilder assets to be downloaded by envtest binary.
5656
ENVTEST_K8S_VERSION = 1.28.3
5757

@@ -152,7 +152,7 @@ run: manifests generate fmt vet ## Run a controller from your host.
152152
# More info: https://docs.docker.com/develop/develop-images/build_enhancements/
153153
.PHONY: docker-build
154154
docker-build: ## Build docker image with the manager.
155-
$(CONTAINER_TOOL) build -t ${IMG} .
155+
$(CONTAINER_TOOL) build --platform="linux/amd64" -t ${IMG} .
156156

157157
.PHONY: docker-push
158158
docker-push: ## Push docker image with the manager.

charts/marklogic-operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ controllerManager:
3232
- ALL
3333
image:
3434
repository: ml-marklogic-operator-dev.bed-artifactory.bedford.progress.com/marklogic-kubernetes-operator
35-
tag: 0.0.2
35+
tag: 1.0.0-ea2
3636
resources:
3737
limits:
3838
cpu: 500m

0 commit comments

Comments
 (0)