We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58eef32 commit 76db841Copy full SHA for 76db841
2 files changed
Makefile
@@ -204,7 +204,7 @@ rbac: manifests
204
205
release: manifests kustomize crd rbac manager operator-docker-image helm-crds
206
207
-operator-docker-image: manager test
+operator-docker-image: test
208
ifeq ($(MULTI_PLATFORM_BUILD),true)
209
docker buildx build --platform $(PLATFORMS) --push -f operator.Dockerfile -t $(OPERATOR_IMG) -t $(OPERATOR_IMG_LATEST) .
210
else
images/pulsar-functions-python-runner/pulsarctl.Dockerfile
@@ -1,7 +1,6 @@
1
ARG PULSAR_IMAGE
2
ARG PULSAR_IMAGE_TAG
3
ARG PYTHON_VERSION=3.12
4
-ARG TARGETARCH
5
FROM ${PULSAR_IMAGE}:${PULSAR_IMAGE_TAG} as pulsar
6
7
FROM python:${PYTHON_VERSION}-alpine
0 commit comments