mirror of
https://github.com/bitnami/minideb.git
synced 2026-06-04 10:13:55 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user