Skip to content
This repository has been archived by the owner on Apr 29, 2021. It is now read-only.

Commit

Permalink
Format option needed for new harbor
Browse files Browse the repository at this point in the history
  • Loading branch information
rcthomas committed Aug 10, 2020
1 parent 106541f commit 9419727
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions jupyter-base/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,14 @@ else
exit 1
fi

format=""
if [ "$imcmd" == "podman" ]; then
format="--format docker"
fi

branch=$(git symbolic-ref --short HEAD)

$imcmd build \
$format \
"$@" \
--tag registry.spin.nersc.gov/das/jupyter-base-$branch:latest .

0 comments on commit 9419727

Please sign in to comment.