Merge "[SEBA-395] Adding maven-repo instructions"
diff --git a/offline-install.md b/offline-install.md
index 4f17124..fd9e649 100644
--- a/offline-install.md
+++ b/offline-install.md
@@ -166,6 +166,14 @@
 kubectl cp my-onos-app.oar `kubectl get pods | grep mavenrepo | awk '{print $1;}'`:/opt/bitnami/nginx/html
 ```
 
+#### Pre-loaded maven-repo
+
+If you are installing a released version of a profile you can take advantage of
+a Maven repo container that already includes all the necessary applications.
+
+You can find the Dockerfiles to build those containers in the [automation-tools](https://github.com/opencord/automation-tools/tree/master/developer/containers)
+repository.
+
 ## Example: Offline SEBA Install
 
 The following section provides an exemplary list of commands to