diff --git a/jenkins/bp/ec2-manager-install-blueprint.yaml b/jenkins/bp/ec2-manager-install-blueprint.yaml index ea8fcad94..84fc315fb 100644 --- a/jenkins/bp/ec2-manager-install-blueprint.yaml +++ b/jenkins/bp/ec2-manager-install-blueprint.yaml @@ -3,7 +3,7 @@ tosca_definitions_version: cloudify_dsl_1_3 description: > This blueprint deploy EC2 for cloudify-manager-install imports: - - http://cloudify.co/spec/cloudify/7.0.1.dev1/types.yaml + - http://cloudify.co/spec/cloudify/6.3.0/types.yaml - plugin:cloudify-aws-plugin?version= >=3.0.3 - plugin:cloudify-utilities-plugin?version= >=1.22.1 diff --git a/packaging/docker-rh8/Dockerfile b/packaging/docker-rh8/Dockerfile index c2dcf5d81..801b044ab 100644 --- a/packaging/docker-rh8/Dockerfile +++ b/packaging/docker-rh8/Dockerfile @@ -13,7 +13,7 @@ RUN yum makecache --refresh RUN yum install -y https://repository.cloudifysource.org/cloudify/components/libnsl-2.28-189.el8.$arch.rpm \ https://repository.cloudifysource.org/cloudify/components/glibc-2.28-189.el8.$arch.rpm \ https://repository.cloudifysource.org/cloudify/components/glibc-common-2.28-189.el8.$arch.rpm \ - https://repository.cloudifysource.org/cloudify/components/glibc-langpack-en-2.28-189.el8.$arch.rpm + https://repository.cloudifysource.org/cloudify/components/glibc-langpack-en-2.28-189.el8.$arch.rpm \ https://repository.cloudifysource.org/cloudify/components/glibc-minimal-langpack-2.28-189.el8.$arch.rpm RUN yum install -y openssl-1.1.1k libselinux-utils \