Media-iBox v5.0 - Distributables
Starting from MIB v5.0, all libraries and tools are distributed as NuGet packages, and products are distributed as Docker Images.
Versioning Convention
We currently have two tag specifications in use.
MAJOR.minor.patch
This represents a final release of MIB v5.0.
MAJOR.minor.patch-betaX
This represents a beta release, and as this is only for development purposes, will only be available in internal (VPN) feeds.
NuGet Packages Feeds
For the nuget packages, we have two available feeds, which are:
https://nuget.mediaibox.com.br/v3/index.json, which is only available in our VPN, for development use.
https://nuget.agilesvcs.com/v3/index.json, which is available externaly, but limited to allowed CIs (please contact the DevOps team).
Docker Images Feeds
For the docker images, we have two available feeds, which are:
docker.mediaibox.com.br, which is only available in our VPN, for development use.
873339144623.dkr.ecr.us-east-1.amazonaws.com/agile, which is available externaly, but limited to allowed CIs (please contact the DevOps team).
Available Docker Images
mib-cms-microservices-concurrency
Image that contains the Micro Service for the Concurrency control features for MIB Frontend.
mib-cms-microservices-edithistory
Image that contains the Edit History Microservice.
mib-cms-microservices-permission
Image that contains the Permission Microservice.
mib-cms-microservices-contentcriteria
Image that contains the Content Criteria Microservice.
mib-cms-auth
Image that contains the MIB Authorization Server.
mib-cms-api
Image that contains the MIB Server API.
mib-cms-frontend
Image that contains the MIB Frontend (MIB3).
mib-agents-webhost
Image that contains both the agent runner executable, and also a WebApp, that lists all running agents.
mib-agents-mailer
Image that contains the Mailer Agent with the Agents WebRunner.
mib-agents-tsv-export
Image that contains the TSV Exporter Agent with the Agents WebRunner.
mib-agents-content-criteria-pre-processor
Image that contains the Content Criteria Preprocessor Agent with the Agents WebRunner.
mib-analytics-eventcollector
Image that contains the Event Collector Proxy for MibAnalytics.
mib-drm-issuer-api
Image that contains the DRM Issuer API.
mib-dmm-api
Image that contains the DMM API.
mib-dmm-agents
Image that contains the Micro Service for the Concurrency control features for MIB Frontend.