Skip to content

Commit

Permalink
Add makefile target to load dev image into Kind (#13775)
Browse files Browse the repository at this point in the history
Signed-off-by: Rick Elrod <[email protected]>
Co-authored-by: Rick Elrod <[email protected]>
  • Loading branch information
TheRealHaoLiu and relrod authored Sep 19, 2023
1 parent f7a2de8 commit 7b846e1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ DOCKER_COMPOSE ?= docker-compose
OFFICIAL ?= no
NODE ?= node
NPM_BIN ?= npm
KIND_BIN ?= $(shell which kind)
CHROMIUM_BIN=/tmp/chrome-linux/chrome
GIT_BRANCH ?= $(shell git rev-parse --abbrev-ref HEAD)
MANAGEMENT_COMMAND ?= awx-manage
Expand Down Expand Up @@ -664,6 +665,9 @@ awx-kube-dev-build: Dockerfile.kube-dev
-t $(DEV_DOCKER_TAG_BASE)/awx_kube_devel:$(COMPOSE_TAG) .


kind-dev-load: awx-kube-dev-build
$(KIND_BIN) load docker-image $(DEV_DOCKER_TAG_BASE)/awx_kube_devel:$(COMPOSE_TAG)

# Translation TASKS
# --------------------------------------

Expand Down

0 comments on commit 7b846e1

Please sign in to comment.