Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add --tag arg to docker/up.sh #1413

Merged
merged 4 commits into from
Jun 16, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update usage
Signed-off-by: wslulciuc <[email protected]>
  • Loading branch information
wslulciuc committed Jun 16, 2021
commit c1a7006677290f9a8897317657baee368c938478
13 changes: 1 addition & 12 deletions docker/up.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
# Usage:
# # Build image from source
# $ ./up.sh --build
#
# # Build image from source, then seed the HTTP API server
# $ ./up.sh --build --seed
#
# # Build a tagged image
# $ ./up.sh --tag X.Y.X
#
# # Build a tagged image, then seed the HTTP API server
# $ ./up.sh --tag X.Y.X --seed
# Usage: $ ./up.sh [--tag TAG] [--build] [--seed]

set -e

Expand Down