b35986d764
Signed-off-by: Tejas Parikh <tparikh@redhat.com>
8 lines
127 B
Bash
Executable file
8 lines
127 B
Bash
Executable file
#!/bin/bash
|
|
set -exv
|
|
|
|
BASE_IMG="quay"
|
|
|
|
IMG="${BASE_IMG}:latest"
|
|
|
|
BUILD_CMD="docker build" IMG="$IMG" make app-sre-docker-build
|