diff --git a/pushall b/pushall index b172263..f916408 100755 --- a/pushall +++ b/pushall @@ -38,5 +38,6 @@ for DIST in $DISTS; do # Use '.RepoDigests 0' for getting Dockerhub repo digest as it was the first pushed DIST_REPO_DIGEST=$(docker image inspect --format '{{index .RepoDigests 0}}' ${BASENAME}:${DIST}) update_minideb_derived "https://github.com/bitnami/minideb-extras" $DIST $DIST_REPO_DIGEST + update_minideb_derived "https://github.com/bitnami/minideb-extras-base" $DIST $DIST_REPO_DIGEST update_minideb_derived "https://github.com/bitnami/minideb-runtimes" $DIST $DIST_REPO_DIGEST done