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:
5
config
5
config
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user