From: Jack Lucas Date: Wed, 27 Jan 2021 17:52:34 +0000 (-0500) Subject: Fix cm-container failure to restart X-Git-Tag: 4.2.0-cm-container~2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F68%2F117168%2F1;p=dcaegen2%2Fdeployments.git Fix cm-container failure to restart Use cloudifyplatform/community-cloudify-manager-aio:5.1.2 as base image for cm-container to pick up Cloudify fix for a bug where CM used its previous IP address rather than the new assigned when the container is restarted. Issue-ID: DCAEGEN2-2581 Signed-off-by: Jack Lucas Change-Id: I8fc684aca5fc70fb7e2fcfe4a9e636f23e3d8560 --- diff --git a/cm-container/Dockerfile-template b/cm-container/Dockerfile-template index c794cff..84d0e49 100644 --- a/cm-container/Dockerfile-template +++ b/cm-container/Dockerfile-template @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. # ============LICENSE_END========================================================= -FROM cloudifyplatform/community-cloudify-manager-aio:20.12.15 +FROM cloudifyplatform/community-cloudify-manager-aio:5.1.2 ENV PLUGIN_REPO {{ ONAPTEMPLATE_RAWREPOURL_org_onap_dcaegen2_platform_plugins_releases }} diff --git a/cm-container/pom.xml b/cm-container/pom.xml index 15fc9c9..a18d3fe 100644 --- a/cm-container/pom.xml +++ b/cm-container/pom.xml @@ -28,7 +28,7 @@ limitations under the License. org.onap.dcaegen2.deployments cm-container dcaegen2-deployments-cm-container - 4.1.0 + 4.2.0 http://maven.apache.org UTF-8