Revert "Use UBUNTU_BASE_IMAGE instead of BASE_IMAGE"
This reverts commit 5071ef0ca5
.
Change-Id: Ic319728902d772e2c3d34a702839501d0d3fdca9
This commit is contained in:
parent
5071ef0ca5
commit
074e36ee43
4
Makefile
4
Makefile
@ -29,7 +29,7 @@ COMMIT ?= $(shell git rev-parse HEAD)
|
||||
PYTHON = python3
|
||||
CHARTS := $(patsubst charts/%/.,%,$(wildcard charts/*/.))
|
||||
IMAGE := ${DOCKER_REGISTRY}/${IMAGE_PREFIX}/${IMAGE_NAME}:${IMAGE_TAG}
|
||||
UBUNTU_BASE_IMAGE ?=
|
||||
BASE_IMAGE ?=
|
||||
|
||||
# VERSION INFO
|
||||
GIT_COMMIT = $(shell git rev-parse HEAD)
|
||||
@ -99,7 +99,7 @@ run_images: run_armada
|
||||
run_armada: build_armada
|
||||
./tools/armada_image_run.sh $(IMAGE)
|
||||
|
||||
_BASE_IMAGE_ARG := $(if $(UBUNTU_BASE_IMAGE),--build-arg FROM="${UBUNTU_BASE_IMAGE}" ,)
|
||||
_BASE_IMAGE_ARG := $(if $(BASE_IMAGE),--build-arg FROM="${BASE_IMAGE}" ,)
|
||||
|
||||
.PHONY: build_armada
|
||||
build_armada:
|
||||
|
Loading…
Reference in New Issue
Block a user