Skip to content

Commit b66c41a

Browse files
committed
Trigger Builds
[docker_verify]
1 parent 9f84ba6 commit b66c41a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docker/build-all-te-images.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
####As some images use "-march=native -mtune=native" we need to build these below images locally and push to docker
22
VERSION=""
33

4+
#./build-all-te-images.sh "7.0" > build.log 2>&1 &
5+
46
if [ ! -z "$1" ]
57
then
68
VERSION=$1

docker/build-te-images.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
####As some images use "-march=native -mtune=native" we need to build these below images locally and push to docker
22
VERSION=""
33

4+
#./build-te-images.sh "7.0" > build.log 2>&1 &
5+
46
if [ ! -z "$1" ]
57
then
68
VERSION=$1
@@ -27,7 +29,7 @@ find . -type f -name '*.dockerfile' | xargs sed -i'' -e "s|-base-2:6.0|-base-2:$
2729
find . -type f -name '*.dockerfile' | xargs sed -i'' -e "s|version=\"6.0\"|version=\"${VERSION}\"|g"
2830

2931
docker rmi -f sumeetchhetri/ffead-cpp-base:${VERSION}
30-
#DOCKER_BUILDKIT=0
32+
#DOCKER_BUILDKIT=0 ---- --no-cache
3133
docker build --ulimit memlock=102400000:102400000 --progress plain -f ffead-cpp-base.dockerfile -t sumeetchhetri/ffead-cpp-base:${VERSION} .
3234
docker push sumeetchhetri/ffead-cpp-base:${VERSION}
3335

0 commit comments

Comments
 (0)