Files
cloudron-box/setup/INFRA_VERSION

18 lines
533 B
Plaintext
Raw Normal View History

#!/bin/bash
# If you change the infra version, be sure to put a warning
# in the change log
2015-10-08 08:46:19 -07:00
INFRA_VERSION=12
2015-08-12 19:26:31 -07:00
2015-08-12 19:52:23 -07:00
# WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
# These constants are used in the installer script as well
2015-10-08 08:46:19 -07:00
BASE_IMAGE=cloudron/base:0.5.1
2015-09-28 19:33:58 -07:00
MYSQL_IMAGE=cloudron/mysql:0.4.0
POSTGRESQL_IMAGE=cloudron/postgresql:0.4.0
MONGODB_IMAGE=cloudron/mongodb:0.4.0
2015-10-08 08:46:19 -07:00
REDIS_IMAGE=cloudron/redis:0.5.0 # if you change this, fix src/addons.js as well
2015-09-28 19:33:58 -07:00
MAIL_IMAGE=cloudron/mail:0.4.0
GRAPHITE_IMAGE=cloudron/graphite:0.4.0
2015-08-12 19:26:31 -07:00