Skip to content

Commit

Permalink
(build): get proper utils into image
Browse files Browse the repository at this point in the history
Signed-off-by: MarkAckert <[email protected]>
  • Loading branch information
MarkAckert committed Oct 6, 2023
1 parent 6d9d79b commit 0c5109f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions containers/server-bundle/ubuntu/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,12 @@
# ./build.sh amd64 https://zowe.jfrog.io/zowe/libs-snapshot-local/org/zowe/1.17.0-STAGING/zowe-1.17.0-staging-1052-20201017043641.pax

mkdir -p utils
cp -r ../utils/* ./utils
if [ "$#" -lt 1 ]
then
cp -r ../../utils/* ./utils
if [ "$#" -lt 1 ]; then
echo "Usage: $0 <build name> [pax location]"
exit 1
fi

if [ "$1" = "" ]; then
docker build -f Dockerfile --no-cache -t ompzowe/server-bundle:testing$1 .
else
Expand Down

0 comments on commit 0c5109f

Please sign in to comment.