We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f007a8 commit cecd3c2Copy full SHA for cecd3c2
1 file changed
Makefile
@@ -13,8 +13,9 @@ export PATH_COMPOSE="compose"
13
export PATH_DOCKER="$(PATH_COMPOSE)/docker"
14
export PATH_HELM="$(PATH_COMPOSE)/helm"
15
export PROJECT_NAME="container"
16
+export AWS_DEFAULT_REGION="ap-southeast-1"
17
-export CI_REGISTRY ?= $(ARGS).dkr.ecr.ap-southeast-1.amazonaws.com
18
+export CI_REGISTRY ?= $(ARGS).dkr.ecr.${AWS_DEFAULT_REGION}.amazonaws.com
19
export CI_PROJECT_PATH ?= devopscorner
20
export CI_PROJECT_NAME ?= cicd
21
@@ -23,9 +24,9 @@ DIR = $(shell pwd)
23
24
VERSION ?= 1.3.0
25
26
export BASE_IMAGE=alpine
-export BASE_VERSION=3.16
27
+export BASE_VERSION=3.17
28
-export ALPINE_VERSION=3.16
29
+export ALPINE_VERSION=3.17
30
export UBUNTU_VERSION=22.04
31
export CODEBUILD_VERSION=4.0
32
0 commit comments