summaryrefslogtreecommitdiffstats
path: root/cm-container/Dockerfile-template
diff options
context:
space:
mode:
authorJack Lucas <jflos@sonoris.net>2021-01-27 12:52:34 -0500
committerJack Lucas <jflos@sonoris.net>2021-01-27 13:17:39 -0500
commit7b6c642e4c7bb77d6029a2c06ef3e66e0e19c7e1 (patch)
tree799fc43bc58e1cb3be46aca444283a0b7c658365 /cm-container/Dockerfile-template
parent6739941f85f2c2dddc65902c65b400d96124aeab (diff)
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 <jflos@sonoris.net> Change-Id: I8fc684aca5fc70fb7e2fcfe4a9e636f23e3d8560
Diffstat (limited to 'cm-container/Dockerfile-template')
-rw-r--r--cm-container/Dockerfile-template2
1 files changed, 1 insertions, 1 deletions
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 }}