diff options
Diffstat (limited to 'cm-container')
-rw-r--r-- | cm-container/Dockerfile-template | 2 | ||||
-rw-r--r-- | cm-container/pom.xml | 2 | ||||
-rwxr-xr-x | cm-container/scripts/get-type-files.sh | 4 | ||||
-rwxr-xr-x | cm-container/test-expand.sh | 2 |
4 files changed, 3 insertions, 7 deletions
diff --git a/cm-container/Dockerfile-template b/cm-container/Dockerfile-template index 8524ee8..fbf6ca8 100644 --- a/cm-container/Dockerfile-template +++ b/cm-container/Dockerfile-template @@ -17,7 +17,7 @@ # ============LICENSE_END========================================================= # # ECOMP is a trademark and service mark of AT&T Intellectual Property. -FROM cloudifyplatform/community:18.7.23 +FROM cloudifyplatform/community:19.01.24 MAINTAINER maintainer ENV TYPE_REPO {{ ONAPTEMPLATE_RAWREPOURL_org_onap_dcaegen2_platform_plugins_releases }} diff --git a/cm-container/pom.xml b/cm-container/pom.xml index 4cac26d..bc6ae97 100644 --- a/cm-container/pom.xml +++ b/cm-container/pom.xml @@ -27,7 +27,7 @@ limitations under the License. <groupId>org.onap.dcaegen2.deployments</groupId> <artifactId>cm-container</artifactId> <name>dcaegen2-deployments-cm-container</name> - <version>1.5.2</version> + <version>1.6.1</version> <url>http://maven.apache.org</url> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> diff --git a/cm-container/scripts/get-type-files.sh b/cm-container/scripts/get-type-files.sh index e6a346f..c931467 100755 --- a/cm-container/scripts/get-type-files.sh +++ b/cm-container/scripts/get-type-files.sh @@ -16,8 +16,6 @@ # See the License for the specific language governing permissions and # limitations under the License. # ============LICENSE_END========================================================= -# -# ECOMP is a trademark and service mark of AT&T Intellectual Property. # Pull type files from repos # Set up the CM import resolver @@ -33,7 +31,7 @@ DCAETYPEFILES=\ /dcaepolicyplugin/2.3.0/dcaepolicyplugin_types.yaml \ /relationshipplugin/1.0.0/relationshipplugin_types.yaml \ /k8splugin/1.4.5/k8splugin_types.yaml \ -/dockerplugin/3.2.1/dockerplugin_types.yaml \ +/k8splugin/1.4.12/k8splugin_types.yaml \ " diff --git a/cm-container/test-expand.sh b/cm-container/test-expand.sh deleted file mode 100755 index 1c6531c..0000000 --- a/cm-container/test-expand.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/bash -sed -e 's#{{ ONAPTEMPLATE_RAWREPOURL_org_onap_dcaegen2_platform_plugins_releases }}#https://nexus.onap.org/content/sites/raw/org.onap.dcaegen2.platform.plugins/R4#g' Dockerfile-template > Dockerfile |