Skip to content

Commit 44c8892

Browse files
authored
Makefile,./build_docker.sh: update kube operator image build target name (tailscale#14251)
Updates tailscale/corp#24540 Updates tailscale#12914 Signed-off-by: Irbe Krumina <[email protected]>
1 parent f8587e3 commit 44c8892

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ publishdevoperator: ## Build and publish k8s-operator image to location specifie
100100
@test "${REPO}" != "ghcr.io/tailscale/tailscale" || (echo "REPO=... must not be ghcr.io/tailscale/tailscale" && exit 1)
101101
@test "${REPO}" != "tailscale/k8s-operator" || (echo "REPO=... must not be tailscale/k8s-operator" && exit 1)
102102
@test "${REPO}" != "ghcr.io/tailscale/k8s-operator" || (echo "REPO=... must not be ghcr.io/tailscale/k8s-operator" && exit 1)
103-
TAGS="${TAGS}" REPOS=${REPO} PLATFORM=${PLATFORM} PUSH=true TARGET=operator ./build_docker.sh
103+
TAGS="${TAGS}" REPOS=${REPO} PLATFORM=${PLATFORM} PUSH=true TARGET=k8s-operator ./build_docker.sh
104104

105105
publishdevnameserver: ## Build and publish k8s-nameserver image to location specified by ${REPO}
106106
@test -n "${REPO}" || (echo "REPO=... required; e.g. REPO=ghcr.io/${USER}/tailscale" && exit 1)

build_docker.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ case "$TARGET" in
5454
--annotations="${ANNOTATIONS}" \
5555
/usr/local/bin/containerboot
5656
;;
57-
operator)
57+
k8s-operator)
5858
DEFAULT_REPOS="tailscale/k8s-operator"
5959
REPOS="${REPOS:-${DEFAULT_REPOS}}"
6060
go run github.com/tailscale/mkctr \

0 commit comments

Comments
 (0)