'use strict'; // WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING // These constants are used in the installer script as well // Do not require anything here! exports = module.exports = { // a version change recreates all containers with latest docker config 'version': '49.4.0', 'baseImages': [ { repo: 'cloudron/base', tag: 'cloudron/base:4.0.0@sha256:31b195ed0662bdb06a6e8a5ddbedb6f191ce92e8bee04c03fb02dd4e9d0286df' } ], // a major version bump in the db containers will trigger the restore logic that uses the db dumps // docker inspect --format='{{index .RepoDigests 0}}' $IMAGE to get the sha256 'images': { 'turn': { repo: 'cloudron/turn', tag: 'cloudron/turn:1.5.0@sha256:c59a6da9ea55073ede1ba6329739fca72eddf64c3a3c10280bcc5b7fb8197865' }, 'mysql': { repo: 'cloudron/mysql', tag: 'cloudron/mysql:3.3.7@sha256:5c8fe784859a5bc8c839712d8b52427247a54bce9126fb2d50ca2535e6330647' }, 'postgresql': { repo: 'cloudron/postgresql', tag: 'cloudron/postgresql:5.0.7@sha256:4be3401b9d1374d1e165bdbd1a49ea8cdee748f15f180538306637868abffbac' }, 'mongodb': { repo: 'cloudron/mongodb', tag: 'cloudron/mongodb:4.3.7@sha256:6217723c33f1555fdaf5064a4ee87ab582523ac24fe15fafe9838b137e185296' }, 'redis': { repo: 'cloudron/redis', tag: 'cloudron/redis:3.5.0@sha256:ee6da2599a72afaec1d80c41db9b5fe79c882fb920195659e871501ea2e94d18' }, 'mail': { repo: 'cloudron/mail', tag: 'cloudron/mail:3.8.7@sha256:36e0ca79ec228902f306f4bc45a47fa4748ee973312fceba4d358829077a7a33' }, 'graphite': { repo: 'cloudron/graphite', tag: 'cloudron/graphite:3.3.0@sha256:005addac7e7576f3960b562404ce59442bc861626af0ae0f5122484f5bfcbbc1' }, 'sftp': { repo: 'cloudron/sftp', tag: 'cloudron/sftp:3.7.3@sha256:4ef67dcafafd7662db030dac8bb881f1d6a35b8e6d0b75d5d3d106b05bbe56c9' } } };