Merge "Update makefile"

This commit is contained in:
Zuul 2021-05-06 20:09:27 +00:00 committed by Gerrit Code Review
commit 326125a595
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ LABEL ?= org.airshipit.build=community
IMAGE_NAME ?= alpine
DOCKER_REGISTRY ?= quay.io
IMAGE_PREFIX ?= airshipit
IMAGE_TAG ?= 3_13_5
IMAGE_TAG := 3.13.5
IMAGE := ${DOCKER_REGISTRY}/${IMAGE_PREFIX}/${IMAGE_NAME}:${IMAGE_TAG}
SH_TO_CHECK := $(wildcard files/*.sh )
PROXY ?= http://proxy.foo.com:8000