From 9d1902c07513935456e0a266f962dcf4dc46f876 Mon Sep 17 00:00:00 2001 From: tharindu1st Date: Wed, 4 Oct 2023 12:50:06 +0530 Subject: [PATCH] change docker image names to apk- --- adapter/gradle.properties | 2 +- choreo-build/admin/Dockerfile | 22 ------------------- choreo-build/backoffice/Dockerfile | 22 ------------------- choreo-build/devportal/Dockerfile | 22 ------------------- choreo-build/enforcer/Dockerfile | 22 ------------------- choreo-build/management-server/Dockerfile | 22 ------------------- choreo-build/router/Dockerfile | 22 ------------------- choreo-build/runtime/Dockerfile | 22 ------------------- common-controller/gradle.properties | 2 +- gateway/enforcer/gradle.properties | 2 +- gateway/router/gradle.properties | 2 +- helm-charts/README.md | 16 +++++++------- helm-charts/values.yaml | 16 +++++++------- helm-charts/values.yaml.template | 16 +++++++------- idp/idp-domain-service/gradle.properties | 2 +- idp/idp-ui/gradle.properties | 2 +- ratelimiter/gradle.properties | 2 +- .../config-deployer-service/gradle.properties | 2 +- 18 files changed, 32 insertions(+), 186 deletions(-) delete mode 100644 choreo-build/admin/Dockerfile delete mode 100644 choreo-build/backoffice/Dockerfile delete mode 100644 choreo-build/devportal/Dockerfile delete mode 100644 choreo-build/enforcer/Dockerfile delete mode 100644 choreo-build/management-server/Dockerfile delete mode 100644 choreo-build/router/Dockerfile delete mode 100644 choreo-build/runtime/Dockerfile diff --git a/adapter/gradle.properties b/adapter/gradle.properties index 218bd7f57..3b9ee5d11 100644 --- a/adapter/gradle.properties +++ b/adapter/gradle.properties @@ -1,4 +1,4 @@ group=org.wso2.apk version=1.0.0-SNAPSHOT file=cmd/main.go -docker_image_name=adapter +docker_image_name=apk-adapter diff --git a/choreo-build/admin/Dockerfile b/choreo-build/admin/Dockerfile deleted file mode 100644 index 385775ab5..000000000 --- a/choreo-build/admin/Dockerfile +++ /dev/null @@ -1,22 +0,0 @@ -#--------------------------------------------------------------- -# -# Copyright (c) 2022, WSO2 LLC. (http://www.wso2.com). -# -# WSO2 LLC. licenses this file to you under the Apache License, -# Version 2.0 (the "License"); you may not use this file except -# in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, -# software distributed under the License is distributed on an -# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -# KIND, either express or implied. See the License for the -# specific language governing permissions and limitations -# under the License. -# -#--------------------------------------------------------------- - -FROM wso2/admin-domain-service:12ac3c6d2b9e71cdd1543116f01ce4481da7f639 -USER 10014 diff --git a/choreo-build/backoffice/Dockerfile b/choreo-build/backoffice/Dockerfile deleted file mode 100644 index 9106b1885..000000000 --- a/choreo-build/backoffice/Dockerfile +++ /dev/null @@ -1,22 +0,0 @@ -#--------------------------------------------------------------- -# -# Copyright (c) 2022, WSO2 LLC. (http://www.wso2.com). -# -# WSO2 LLC. licenses this file to you under the Apache License, -# Version 2.0 (the "License"); you may not use this file except -# in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, -# software distributed under the License is distributed on an -# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -# KIND, either express or implied. See the License for the -# specific language governing permissions and limitations -# under the License. -# -#--------------------------------------------------------------- - -FROM wso2/backoffice-domain-service:12ac3c6d2b9e71cdd1543116f01ce4481da7f639 -USER 10014 diff --git a/choreo-build/devportal/Dockerfile b/choreo-build/devportal/Dockerfile deleted file mode 100644 index 29587b3fb..000000000 --- a/choreo-build/devportal/Dockerfile +++ /dev/null @@ -1,22 +0,0 @@ -#--------------------------------------------------------------- -# -# Copyright (c) 2022, WSO2 LLC. (http://www.wso2.com). -# -# WSO2 LLC. licenses this file to you under the Apache License, -# Version 2.0 (the "License"); you may not use this file except -# in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, -# software distributed under the License is distributed on an -# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -# KIND, either express or implied. See the License for the -# specific language governing permissions and limitations -# under the License. -# -#--------------------------------------------------------------- - -FROM wso2/devportal-domain-service:12ac3c6d2b9e71cdd1543116f01ce4481da7f639 -USER 10014 diff --git a/choreo-build/enforcer/Dockerfile b/choreo-build/enforcer/Dockerfile deleted file mode 100644 index 00554f4f6..000000000 --- a/choreo-build/enforcer/Dockerfile +++ /dev/null @@ -1,22 +0,0 @@ -#--------------------------------------------------------------- -# -# Copyright (c) 2022, WSO2 LLC. (http://www.wso2.com). -# -# WSO2 LLC. licenses this file to you under the Apache License, -# Version 2.0 (the "License"); you may not use this file except -# in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, -# software distributed under the License is distributed on an -# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -# KIND, either express or implied. See the License for the -# specific language governing permissions and limitations -# under the License. -# -#--------------------------------------------------------------- - -FROM wso2/enforcer:8af9e0954af878cfe66bc343079fad324ef4ff8b -USER 10014 diff --git a/choreo-build/management-server/Dockerfile b/choreo-build/management-server/Dockerfile deleted file mode 100644 index 81a8b90bf..000000000 --- a/choreo-build/management-server/Dockerfile +++ /dev/null @@ -1,22 +0,0 @@ -#--------------------------------------------------------------- -# -# Copyright (c) 2022, WSO2 LLC. (http://www.wso2.com). -# -# WSO2 LLC. licenses this file to you under the Apache License, -# Version 2.0 (the "License"); you may not use this file except -# in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, -# software distributed under the License is distributed on an -# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -# KIND, either express or implied. See the License for the -# specific language governing permissions and limitations -# under the License. -# -#--------------------------------------------------------------- - -FROM wso2/management-server:fb1e63510e557f464eee659104996f8b14f3d202 -USER 10014 diff --git a/choreo-build/router/Dockerfile b/choreo-build/router/Dockerfile deleted file mode 100644 index 1defd9008..000000000 --- a/choreo-build/router/Dockerfile +++ /dev/null @@ -1,22 +0,0 @@ -#--------------------------------------------------------------- -# -# Copyright (c) 2022, WSO2 LLC. (http://www.wso2.com). -# -# WSO2 LLC. licenses this file to you under the Apache License, -# Version 2.0 (the "License"); you may not use this file except -# in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, -# software distributed under the License is distributed on an -# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -# KIND, either express or implied. See the License for the -# specific language governing permissions and limitations -# under the License. -# -#--------------------------------------------------------------- - -FROM wso2/router:12ac3c6d2b9e71cdd1543116f01ce4481da7f639 -USER 10014 diff --git a/choreo-build/runtime/Dockerfile b/choreo-build/runtime/Dockerfile deleted file mode 100644 index 2eb89f7f3..000000000 --- a/choreo-build/runtime/Dockerfile +++ /dev/null @@ -1,22 +0,0 @@ -#--------------------------------------------------------------- -# -# Copyright (c) 2022, WSO2 LLC. (http://www.wso2.com). -# -# WSO2 LLC. licenses this file to you under the Apache License, -# Version 2.0 (the "License"); you may not use this file except -# in compliance with the License. -# You may obtain a copy of the License at -# -# http://www.apache.org/licenses/LICENSE-2.0 -# -# Unless required by applicable law or agreed to in writing, -# software distributed under the License is distributed on an -# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY -# KIND, either express or implied. See the License for the -# specific language governing permissions and limitations -# under the License. -# -#--------------------------------------------------------------- - -FROM wso2/runtime-domain-service:3771a0f3e528eb91eb3ee5f6137d7c68b1878656 -USER 10014 diff --git a/common-controller/gradle.properties b/common-controller/gradle.properties index a809d63d1..972e91389 100644 --- a/common-controller/gradle.properties +++ b/common-controller/gradle.properties @@ -1,4 +1,4 @@ group=org.wso2.apk version=1.0.0-SNAPSHOT file=cmd/main.go -docker_image_name=common-controller +docker_image_name=apk-common-controller diff --git a/gateway/enforcer/gradle.properties b/gateway/enforcer/gradle.properties index eccaf1b8f..640efc82c 100644 --- a/gateway/enforcer/gradle.properties +++ b/gateway/enforcer/gradle.properties @@ -16,4 +16,4 @@ group=org.wso2.apk version=1.0.0-SNAPSHOT -docker_image_name=enforcer +docker_image_name=apk-enforcer diff --git a/gateway/router/gradle.properties b/gateway/router/gradle.properties index 69be47feb..e11d6de51 100644 --- a/gateway/router/gradle.properties +++ b/gateway/router/gradle.properties @@ -1,3 +1,3 @@ group=org.wso2.apk version=1.0.0-SNAPSHOT -docker_image_name=router +docker_image_name=apk-router diff --git a/helm-charts/README.md b/helm-charts/README.md index aa00c9804..643f864b7 100644 --- a/helm-charts/README.md +++ b/helm-charts/README.md @@ -72,7 +72,7 @@ A Helm chart for APK components | wso2.apk.dp.configdeployer.deployment.strategy | string | `"RollingUpdate"` | Deployment strategy | | wso2.apk.dp.configdeployer.deployment.replicas | int | `1` | Number of replicas | | wso2.apk.dp.configdeployer.deployment.imagePullPolicy | string | `"Always"` | Image pull policy | -| wso2.apk.dp.configdeployer.deployment.image | string | `"wso2/config-deployer-service:1.0.0"` | Image | +| wso2.apk.dp.configdeployer.deployment.image | string | `"wso2/apk-config-deployer-service:1.0.0"` | Image | | wso2.apk.dp.configdeployer.deployment.configs.authrorization | bool | `true` | Enable authorization for runtime api. | | wso2.apk.dp.configdeployer.deployment.configs.baseUrl | string | `"https://api.am.wso2.com:9095/api/runtime"` | Baseurl for runtime api. | | wso2.apk.dp.configdeployer.deployment.configs.tls.secretName | string | `""` | TLS secret name for runtime public certificate. | @@ -92,7 +92,7 @@ A Helm chart for APK components | wso2.apk.dp.adapter.deployment.strategy | string | `"RollingUpdate"` | Deployment strategy | | wso2.apk.dp.adapter.deployment.replicas | int | `1` | Number of replicas | | wso2.apk.dp.adapter.deployment.imagePullPolicy | string | `"Always"` | Image pull policy | -| wso2.apk.dp.adapter.deployment.image | string | `"wso2/adapter:1.0.0"` | Image | +| wso2.apk.dp.adapter.deployment.image | string | `"wso2/apk-adapter:1.0.0"` | Image | | wso2.apk.dp.adapter.deployment.security.sslHostname | string | `"adapter"` | Enable security for adapter. | | wso2.apk.dp.adapter.configs.apiNamespaces | string | `nil` | Optionally configure namespaces to watch for apis. | | wso2.apk.dp.adapter.configs.tls.secretName | string | `""` | TLS secret name for adapter public certificate. | @@ -114,7 +114,7 @@ A Helm chart for APK components | wso2.apk.dp.commonController.deployment.strategy | string | `"RollingUpdate"` | Deployment strategy | | wso2.apk.dp.commonController.deployment.replicas | int | `1` | Number of replicas | | wso2.apk.dp.commonController.deployment.imagePullPolicy | string | `"Always"` | Image pull policy | -| wso2.apk.dp.commonController.deployment.image | string | `"wso2/common-controller:1.0.0"` | Image | +| wso2.apk.dp.commonController.deployment.image | string | `"wso2/apk-common-controller:1.0.0"` | Image | | wso2.apk.dp.commonController.deployment.security.sslHostname | string | `"commoncontroller"` | hostname for the common controller | | wso2.apk.dp.commonController.deployment.configs.apiNamespaces | list | `["apk-v12"]` | Optionally configure namespaces to watch for apis,ratelimitpolicies,etc. | | wso2.apk.dp.ratelimiter.enabled | bool | `true` | Enable the deployment of the Rate Limiter | @@ -131,7 +131,7 @@ A Helm chart for APK components | wso2.apk.dp.ratelimiter.deployment.strategy | string | `"RollingUpdate"` | Deployment strategy | | wso2.apk.dp.ratelimiter.deployment.replicas | int | `1` | Number of replicas | | wso2.apk.dp.ratelimiter.deployment.imagePullPolicy | string | `"Always"` | Image pull policy | -| wso2.apk.dp.ratelimiter.deployment.image | string | `"wso2/ratelimiter:1.0.0"` | Image | +| wso2.apk.dp.ratelimiter.deployment.image | string | `"wso2/apk-ratelimiter:1.0.0"` | Image | | wso2.apk.dp.ratelimiter.deployment.security.sslHostname | string | `"ratelimiter"` | hostname for the rate limiter | | wso2.apk.dp.ratelimiter.deployment.configs.tls.secretName | string | `"ratelimiter-cert"` | TLS secret name for rate limiter public certificate. | | wso2.apk.dp.ratelimiter.deployment.configs.tls.certKeyFilename | string | `""` | TLS certificate file name. | @@ -151,7 +151,7 @@ A Helm chart for APK components | wso2.apk.dp.gatewayRuntime.deployment.router.livenessProbe.failureThreshold | int | `5` | Minimum consecutive failures for the probe to be considered failed after having succeeded. | | wso2.apk.dp.gatewayRuntime.deployment.router.strategy | string | `"RollingUpdate"` | Deployment strategy | | wso2.apk.dp.gatewayRuntime.deployment.router.imagePullPolicy | string | `"Always"` | Image pull policy | -| wso2.apk.dp.gatewayRuntime.deployment.router.image | string | `"wso2/router:1.0.0"` | Image | +| wso2.apk.dp.gatewayRuntime.deployment.router.image | string | `"wso2/apk-router:1.0.0"` | Image | | wso2.apk.dp.gatewayRuntime.deployment.router.configs.enforcerResponseTimeoutInSeconds | int | `20` | The timeout for response coming from enforcer to route per API request | | wso2.apk.dp.gatewayRuntime.deployment.router.configs.useRemoteAddress | bool | `false` | If configured true, router appends the immediate downstream ip address to the x-forward-for header | | wso2.apk.dp.gatewayRuntime.deployment.router.configs.systemHost | string | `"localhost"` | System hostname for system API resources (eg: /testkey and /health) | @@ -178,7 +178,7 @@ A Helm chart for APK components | wso2.apk.dp.gatewayRuntime.deployment.enforcer.livenessProbe.failureThreshold | int | `5` | Minimum consecutive failures for the probe to be considered failed after having succeeded. | | wso2.apk.dp.gatewayRuntime.deployment.enforcer.strategy | string | `"RollingUpdate"` | Deployment strategy | | wso2.apk.dp.gatewayRuntime.deployment.enforcer.imagePullPolicy | string | `"Always"` | Image pull policy | -| wso2.apk.dp.gatewayRuntime.deployment.enforcer.image | string | `"wso2/enforcer:1.0.0"` | Image | +| wso2.apk.dp.gatewayRuntime.deployment.enforcer.image | string | `"wso2/apk-enforcer:1.0.0"` | Image | | wso2.apk.dp.gatewayRuntime.deployment.enforcer.security.sslHostname | string | `"enforcer"` | hostname for the enforcer | | wso2.apk.dp.gatewayRuntime.deployment.enforcer.configs.tls.secretName | string | `""` | TLS secret name for enforcer public certificate. | | wso2.apk.dp.gatewayRuntime.deployment.enforcer.configs.tls.certKeyFilename | string | `""` | TLS certificate file name. | @@ -248,7 +248,7 @@ A Helm chart for APK components | idp.idpds.deployment.strategy | string | `"RollingUpdate"` | Deployment strategy | | idp.idpds.deployment.replicas | int | `1` | Number of replicas | | idp.idpds.deployment.imagePullPolicy | string | `"Always"` | Image pull policy | -| idp.idpds.deployment.image | string | `"wso2/idp-domain-service:1.0.0"` | Image | +| idp.idpds.deployment.image | string | `"wso2/apk-idp-domain-service:1.0.0"` | Image | | idp.idpui.deployment.resources.requests.memory | string | `"128Mi"` | CPU request for the container | | idp.idpui.deployment.resources.requests.cpu | string | `"100m"` | Memory request for the container | | idp.idpui.deployment.resources.limits.memory | string | `"1028Mi"` | CPU limit for the container | @@ -262,7 +262,7 @@ A Helm chart for APK components | idp.idpui.deployment.strategy | string | `"RollingUpdate"` | Deployment strategy | | idp.idpui.deployment.replicas | int | `1` | Number of replicas | | idp.idpui.deployment.imagePullPolicy | string | `"Always"` | Image pull policy | -| idp.idpui.deployment.image | string | `"wso2/idp-ui:1.0.0"` | Image | +| idp.idpui.deployment.image | string | `"wso2/apk-idp-ui:1.0.0"` | Image | | idp.idpui.configs.idpLoginUrl | string | `"https://idp.am.wso2.com:9095/commonauth/login"` | identity server Login URL | | idp.idpui.configs.idpAuthCallBackUrl | string | `"https://idp.am.wso2.com:9095/oauth2/auth-callback"` | identity server authCallBackUrl | | gatewaySystem.enabled | bool | `true` | Enable gateway system to install gateway system components | diff --git a/helm-charts/values.yaml b/helm-charts/values.yaml index 82a70ec00..ccd70dd16 100644 --- a/helm-charts/values.yaml +++ b/helm-charts/values.yaml @@ -185,7 +185,7 @@ wso2: strategy: RollingUpdate replicas: 1 imagePullPolicy: Always - image: wso2/config-deployer-service:latest + image: wso2/apk-config-deployer-service:latest # configs: # tls: # secretName: "my-secret" @@ -211,7 +211,7 @@ wso2: strategy: RollingUpdate replicas: 1 imagePullPolicy: Always - image: wso2/adapter:latest + image: wso2/apk-adapter:latest security: sslHostname: "adapter" # logging: @@ -244,7 +244,7 @@ wso2: strategy: RollingUpdate replicas: 1 imagePullPolicy: Always - image: wso2/common-controller:latest + image: wso2/apk-common-controller:latest security: sslHostname: "commoncontroller" # configs: @@ -271,7 +271,7 @@ wso2: strategy: RollingUpdate replicas: 1 imagePullPolicy: Always - image: wso2/ratelimiter:latest + image: wso2/apk-ratelimiter:latest security: sslHostname: "ratelimiter" # configs: @@ -301,7 +301,7 @@ wso2: failureThreshold: 5 strategy: RollingUpdate imagePullPolicy: Always - image: wso2/router:1.0.0-rc2 + image: wso2/apk-router:latest # configs: # tls: # secretName: "router-cert" @@ -332,7 +332,7 @@ wso2: failureThreshold: 5 strategy: RollingUpdate imagePullPolicy: Always - image: wso2/enforcer:latest + image: wso2/apk-enforcer:latest security: sslHostname: "enforcer" # logging: @@ -385,7 +385,7 @@ idp: strategy: RollingUpdate replicas: 1 imagePullPolicy: Always - image: wso2/idp-domain-service:latest + image: wso2/apk-idp-domain-service:latest idpui: deployment: resources: @@ -406,7 +406,7 @@ idp: strategy: RollingUpdate replicas: 1 imagePullPolicy: Always - image: wso2/idp-ui:1.0.0-rc2 + image: wso2/apk-idp-ui:latest configs: idpLoginUrl: "https://idp.am.wso2.com:9095/commonauth/login" idpAuthCallBackUrl: "https://idp.am.wso2.com:9095/oauth2/auth-callback" diff --git a/helm-charts/values.yaml.template b/helm-charts/values.yaml.template index ce3189828..eb66e21b2 100644 --- a/helm-charts/values.yaml.template +++ b/helm-charts/values.yaml.template @@ -323,7 +323,7 @@ wso2: # -- Image pull policy imagePullPolicy: Always # -- Image - image: wso2/config-deployer-service:1.0.0 + image: wso2/apk-config-deployer-service:1.0.0 configs: # -- Enable authorization for runtime api. authrorization: true @@ -378,7 +378,7 @@ wso2: # -- Image pull policy imagePullPolicy: Always # -- Image - image: wso2/adapter:1.0.0 + image: wso2/apk-adapter:1.0.0 security: # -- Enable security for adapter. sslHostname: "adapter" @@ -434,7 +434,7 @@ wso2: # -- Image pull policy imagePullPolicy: Always # -- Image - image: wso2/common-controller:1.0.0 + image: wso2/apk-common-controller:1.0.0 security: # -- hostname for the common controller sslHostname: "commoncontroller" @@ -478,7 +478,7 @@ wso2: # -- Image pull policy imagePullPolicy: Always # -- Image - image: wso2/ratelimiter:1.0.0 + image: wso2/apk-ratelimiter:1.0.0 security: # -- hostname for the rate limiter sslHostname: "ratelimiter" @@ -530,7 +530,7 @@ wso2: # -- Image pull policy imagePullPolicy: Always # -- Image - image: wso2/router:1.0.0 + image: wso2/apk-router:1.0.0 configs: # -- The timeout for response coming from enforcer to route per API request enforcerResponseTimeoutInSeconds: 20 @@ -597,7 +597,7 @@ wso2: # -- Image pull policy imagePullPolicy: Always # -- Image - image: wso2/enforcer:1.0.0 + image: wso2/apk-enforcer:1.0.0 security: # -- hostname for the enforcer sslHostname: "enforcer" @@ -766,7 +766,7 @@ idp: # -- Image pull policy imagePullPolicy: Always # -- Image - image: wso2/idp-domain-service:1.0.0 + image: wso2/apk-idp-domain-service:1.0.0 idpui: deployment: resources: @@ -801,7 +801,7 @@ idp: # -- Image pull policy imagePullPolicy: Always # -- Image - image: wso2/idp-ui:1.0.0 + image: wso2/apk-idp-ui:1.0.0 configs: # -- identity server Login URL idpLoginUrl: "https://idp.am.wso2.com:9095/commonauth/login" diff --git a/idp/idp-domain-service/gradle.properties b/idp/idp-domain-service/gradle.properties index 6257dbcc2..3a641f1ab 100644 --- a/idp/idp-domain-service/gradle.properties +++ b/idp/idp-domain-service/gradle.properties @@ -1,5 +1,5 @@ group=org.wso2.apk version=1.0.0-SNAPSHOT -docker_image_name = idp-domain-service +docker_image_name = apk-idp-domain-service jar_name = idp_domain_service.jar dist_name = idp diff --git a/idp/idp-ui/gradle.properties b/idp/idp-ui/gradle.properties index 050ad4b16..8382d932c 100644 --- a/idp/idp-ui/gradle.properties +++ b/idp/idp-ui/gradle.properties @@ -1,5 +1,5 @@ group=org.wso2.apk version=1.0.0-SNAPSHOT -docker_image_name = idp-ui +docker_image_name = apk-idp-ui dist_name = idp-ui diff --git a/ratelimiter/gradle.properties b/ratelimiter/gradle.properties index 4b3aeb7a3..7bd051838 100644 --- a/ratelimiter/gradle.properties +++ b/ratelimiter/gradle.properties @@ -1,3 +1,3 @@ group=org.wso2.apk version=1.0.0-SNAPSHOT -docker_image_name=ratelimiter +docker_image_name=apk-ratelimiter diff --git a/runtime/config-deployer-service/gradle.properties b/runtime/config-deployer-service/gradle.properties index afeb50004..73b3f365d 100644 --- a/runtime/config-deployer-service/gradle.properties +++ b/runtime/config-deployer-service/gradle.properties @@ -1,5 +1,5 @@ group=org.wso2.apk version=1.0.0-SNAPSHOT -docker_image_name=config-deployer-service +docker_image_name=apk-config-deployer-service dist_name=config-deployer jar_name=config_deployer_service.jar