#!/bin/bash
# Origin: https://hub.docker.com/r/openresty/openresty
# Copyright (C) 2016-2020  Eric D. Evan Wies
# SPDX-License-Identifier: MulanPSL-2.0+
# Copyright (c) 2020 Huawei Technologies Co., Ltd. All rights reserved.

image_name="mysql-wg"
. ../defconfig.sh

load_cci_defaults

docker_skip_rebuild ${image_name}
# download_repo "cbs" "$git_branch_cbs"

docker build --no-cache -t ${image_name} .

push_image_remote ${image_name}
