Skip to content
Snippets Groups Projects
Commit 737d3e33 authored by Sheng Yang's avatar Sheng Yang Committed by Sheng Yang
Browse files

build: add back latest_image file

parent b319270a
Branches
Tags
No related merge requests found
...@@ -8,3 +8,8 @@ cd $(dirname $0) ...@@ -8,3 +8,8 @@ cd $(dirname $0)
./validate ./validate
./validate-ci ./validate-ci
./package ./package
image=`cat ../bin/latest_image`
echo
echo Local Path Provisioner image: ${image}
...@@ -16,3 +16,5 @@ fi ...@@ -16,3 +16,5 @@ fi
docker build -f ${DOCKERFILE} -t ${IMAGE} . docker build -f ${DOCKERFILE} -t ${IMAGE} .
echo Built ${IMAGE} echo Built ${IMAGE}
echo ${IMAGE} > ./bin/latest_image
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment