Skip to content

Commit

Permalink
Merge pull request #555 from bdunne/fully_qualify_container_image
Browse files Browse the repository at this point in the history
Fully qualify the docker image
  • Loading branch information
Fryguy authored Aug 15, 2023
2 parents 5a12806 + 483963b commit 11333f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/rpm-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -ex
BUILD_DIR="$(dirname "$(readlink -f "$0")")/.."

CONFIG_OPTION=${CONFIG_OPTION:-$BUILD_DIR/OPTIONS}
RPM_BUILD_IMAGE=${RPM_BUILD_IMAGE:-"manageiq/rpm_build"}
RPM_BUILD_IMAGE=${RPM_BUILD_IMAGE:-"docker.io/manageiq/rpm_build"}
RPM_CACHE_DIR=${RPM_CACHE_DIR:-$BUILD_DIR/rpm_cache}

while getopts "t:r:h" opt; do
Expand Down

0 comments on commit 11333f3

Please sign in to comment.