Added dockerfile to relevant CD template categories. (#1136)

* Added Dockerfile to Category for relevant CD templates.

* Update terraform.properties.json
This commit is contained in:
Ashwin Sangem
2021-09-30 07:31:43 +05:30
committed by GitHub
parent 15daabeaa4
commit 6b053712be
4 changed files with 4 additions and 4 deletions
@@ -3,5 +3,5 @@
"description": "Deploy a container to Alibaba Cloud Container Service for Kubernetes (ACK).",
"creator": "Alibaba Cloud",
"iconName": "alibabacloud",
"categories": ["Deployment"]
"categories": ["Deployment", "Dockerfile"]
}
@@ -3,5 +3,5 @@
"description": "Build a docker container, publish it to Google Container Registry, and deploy to GKE.",
"creator": "Google Cloud",
"iconName": "googlegke",
"categories": ["Deployment"]
"categories": ["Deployment", "Dockerfile"]
}
+1 -1
View File
@@ -3,5 +3,5 @@
"description": "Build a docker container, publish it to IBM Cloud Container Registry, and deploy to IBM Cloud Kubernetes Service.",
"creator": "IBM",
"iconName": "ibm",
"categories": ["Deployment"]
"categories": ["Deployment", "Dockerfile"]
}
@@ -3,5 +3,5 @@
"description": "This workflow will build a docker container, publish and deploy it to Tencent Kubernetes Engine (TKE).",
"creator": "Tencent Cloud",
"iconName": "tencentcloud",
"categories": ["Deployment"]
"categories": ["Deployment", "Dockerfile"]
}