add extras-base to the minideb derived list (#50)

As we now are we building an additional minideb variant, we want update it on publish
This commit is contained in:
Joseda Rios
2018-08-01 14:47:57 +02:00
committed by GitHub
parent c0c0ea9da1
commit dc7e90fab1
+1
View File
@@ -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