Skip to content

Commit

Permalink
fix(build): use buildscript file push from openebs/charts (#315)
Browse files Browse the repository at this point in the history
Signed-off-by: shubham <shubham.bajpai@mayadata.io>
  • Loading branch information
shubham14bajpai authored Jul 31, 2020
1 parent eb5dca4 commit a44a17e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 125 deletions.
3 changes: 3 additions & 0 deletions build_image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,9 @@ cp ../libcstor/src/.libs/*.so* ./docker/zfs/lib
sudo docker version
sudo docker build --help

curl --fail https://raw.githubusercontent.com/openebs/charts/gh-pages/scripts/release/buildscripts/push > ./docker/push
chmod +x ./docker/push

echo "Build image ${REPO_NAME}:ci with BUILD_DATE=${DBUILD_DATE}"
cd docker && \
sudo docker build -f ${DOCKERFILE_BASE} -t ${REPO_NAME}:ci ${DBUILD_ARGS} . && \
Expand Down
125 changes: 0 additions & 125 deletions docker/push

This file was deleted.

0 comments on commit a44a17e

Please sign in to comment.