feat: move all image names to config file

This allows us to more quickly update the image versions in use for tertiary images.
This commit is contained in:
Jose Diaz-Gonzalez
2020-03-30 20:09:04 -04:00
parent 856e0eec4b
commit dccd7e7f89
5 changed files with 14 additions and 8 deletions

5
config
View File

@@ -24,3 +24,8 @@ export PLUGIN_BASE_PATH="$PLUGIN_PATH"
if [[ -n $DOKKU_API_VERSION ]]; then
export PLUGIN_BASE_PATH="$PLUGIN_ENABLED_PATH"
fi
export PLUGIN_BUSYBOX_IMAGE="busybox:1.31.0-uclibc"
export PLUGIN_AMBASSADOR_IMAGE="dokku/ambassador:0.3.1"
export PLUGIN_S3BACKUP_IMAGE="dokku/s3backup:0.10.1"
export PLUGIN_WAIT_IMAGE="dokku/wait:0.4.1"