eos cluster storage images
Disclaimer: Use only for development or testing. Setup is not secured nor tested.
- owncloud/eos-baseis following the eos versions.
- xrootd
- quarksdb
config = {
  'images': [
    'eos-eosd',
    'eos-eosxd',
    'eos-fst',
    'eos-mgm',
    'eos-mq',
    'eos-qdb',
  ],
  'eos_version': '4.6.5',
  'xrd_version': '4.11.0',
  'qdb_version': '0.4.0',
}Eos and its dependencies (xrootd, quarksdb) have some version constraints. Please check compatibility first.
- Choose a working combination of eos_version, xrd_version, qdb_version, edit .drone.starand create PR
- Merging that PR will create a owncloud/eos-*:latestreleases on docker hub.
- Create a tag e.g. v4.6.5which is existing as an upstream EOS release and matching witheos_version. This will publishowncloud/eos-*:4.6.5releases on docker hub.