diff --git a/jenkins/SO/install b/jenkins/SO/install
index f83f82aba84d16c58ed966672ae4feb3de8b024d..47fcc40d19cb56e2aec64abb1a5e4bff0c7a5f61 100755
--- a/jenkins/SO/install
+++ b/jenkins/SO/install
@@ -96,8 +96,6 @@ apt remove -y rw.toolchain-rwbase tcpdump
 apt-get install -y --allow-downgrades rw.tools-container-tools=${PLATFORM_VERSION} rw.tools-scripts=${PLATFORM_VERSION} python
 /usr/rift/container_tools/mkcontainer --modes MANO-base --rw-version ${PLATFORM_VERSION}
 
-chmod 777 /usr/rift /usr/rift/usr/share
-
 # now disable the RIFT OSM repo so that we'll get MANO from
 # the OSM repos
 rm -f /etc/apt/sources.list.d/RIFT.list
diff --git a/jenkins/UI/SETTINGS b/jenkins/UI/SETTINGS
index 90ca554912f96875978e985fa088a003897790f9..7c04f11aa451cbe1756ce8093cbb31621b1d3feb 100644
--- a/jenkins/UI/SETTINGS
+++ b/jenkins/UI/SETTINGS
@@ -29,7 +29,7 @@ export OSM_BUILD_CONTAINER=UI-ub
 #
 # this variable holds the name of the container to be used to run a package
 # if this container already exists, the run processes can skip the container build
-export OSM_RUNTIME_CONTAINER=UI-ub
+export OSM_RUNTIME_CONTAINER=SO-ub
 #
 # this variable must be set to allow creating the runtime container in privileged mode
 # this variable should be removed in the future when no privileged mode is required
diff --git a/jenkins/UI/install b/jenkins/UI/install
index 712961758adf92dc3a0100d6e447b9389663bd2e..c8c5be1e17c1169b90bbf694aebc036ef887d359 100755
--- a/jenkins/UI/install
+++ b/jenkins/UI/install
@@ -98,7 +98,6 @@ apt remove -y rw.toolchain-rwbase tcpdump
 apt-get install -y --allow-downgrades rw.tools-container-tools=${PLATFORM_VERSION} rw.tools-scripts=${PLATFORM_VERSION} python
 /usr/rift/container_tools/mkcontainer --modes UI-base --rw-version ${PLATFORM_VERSION}
 
-chmod 777 /usr/rift /usr/rift/usr/share
 
 # now disable the RIFT OSM repo so that we'll get UI from
 # the OSM repos