feat: pin busybox to an actual version

Rather than dancing around what version of busybox to use, pin it to the latest, known good version of busybox. This will give us confidence in what is being shipped and run on a user's machine.
This commit is contained in:
Jose Diaz-Gonzalez
2019-03-25 14:14:22 -04:00
parent dc72b8ac33
commit c105f97ed5
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ plugin-install() {
pull-docker-image "dokku/ambassador:0.2.0"
pull-docker-image "dokku/wait:0.3.0"
pull-docker-image "dokku/s3backup:0.9.1"
pull-docker-image "busybox:latest"
pull-docker-image "busybox:1.30.1-uclibc"
mkdir -p "$PLUGIN_DATA_ROOT" || echo "Failed to create $PLUGIN_SERVICE data directory"
chown dokku:dokku "$PLUGIN_DATA_ROOT"