#!/bin/sh
# SPDX-License-Identifier: MulanPSL-2.0+
# Copyright (c) 2020 Huawei Technologies Co., Ltd. All rights reserved.

. ../defconfig.sh

docker_skip_rebuild "redis507n:alpine311"

docker build --no-cache -t redis507n:alpine311 .

push_image_remote "redis507n:alpine311"
