Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
MDBF-480 docker library build script
  • Loading branch information
grooverdan committed Oct 11, 2022
1 parent 2055b70 commit d2242f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/docker-library-manifest.sh
Expand Up @@ -93,7 +93,7 @@ buildmanifest() {
devmanifest=mariadb-devel-${container_tag}-$commit

trap 'buildah rm "$container"' EXIT
buildmanifest mariadb-devel "$devmanifest" "$container"
buildmanifest "$devmanifest" "$container"

#
# MAKE Debug manifest
Expand All @@ -110,7 +110,7 @@ buildah run --add-history "$container" sh -c \

debugmanifest=mariadb-debug-${container_tag}-$commit

buildmanifest mariadb-debug "$debugmanifest" "$container" --rm
buildmanifest "$debugmanifest" "$container" --rm

buildah rmi "$origbuildimage"

Expand Down

0 comments on commit d2242f1

Please sign in to comment.