diff options
Diffstat (limited to 'k8s-bootstrap-container/test-expand.sh')
-rwxr-xr-x | k8s-bootstrap-container/test-expand.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/k8s-bootstrap-container/test-expand.sh b/k8s-bootstrap-container/test-expand.sh new file mode 100755 index 0000000..1e929f5 --- /dev/null +++ b/k8s-bootstrap-container/test-expand.sh @@ -0,0 +1,6 @@ +#!/bin/bash +sed \ + -e 's#{{ ONAPTEMPLATE_RAWREPOURL_org_onap_dcaegen2_platform_plugins_releases }}#https://nexus.onap.org/service/local/repositories/raw/content/org.onap.dcaegen2.platform.plugins/R2#' \ + -e 's#{{ ONAPTEMPLATE_RAWREPOURL_org_onap_ccsdk_platform_plugins_releases }}#https://nexus.onap.org/service/local/repositories/raw/content/org.onap.ccsdk.platform.plugins#' \ + -e 's#{{ ONAPTEMPLATE_RAWREPOURL_org_onap_dcaegen2_platform_blueprints_releases }}#https://nexus.onap.org/service/local/repositories/raw/content/org.onap.dcaegen2.platform.blueprints/R2#' \ +Dockerfile-template > Dockerfile
\ No newline at end of file |