Removed all latest tags

This commit is contained in:
Kasra Bigdeli 2019-03-17 08:50:46 -07:00
parent 0d78e1c282
commit 81ec480f93
3 changed files with 3 additions and 3 deletions

View File

@ -36,7 +36,7 @@
"MARIADB_ROOT_USER":"$$cap_db_user",
"MARIADB_USER":"ghost"
},
"image":"bitnami/mariadb:latest",
"image":"bitnami/mariadb:10.1",
"restart":"always",
"volumes":[
"$$cap_appname-mariadb-data:/bitnami"

View File

@ -29,7 +29,7 @@
"id": "$$cap_mongoexpress_version",
"label": "Mongo Express Version Tag",
"description": "Checkout their docker page for the valid tags https://hub.docker.com/r/library/mongo-express/tags/",
"defaultValue": "latest",
"defaultValue": "0.49",
"validRegex": "/^([^\\s^\\/])+$/"
},
{

View File

@ -24,7 +24,7 @@
"id": "$$cap_vsts_version",
"label": "VSTS Version Tag",
"description": "Checkout their docker page for the valid tags https://hub.docker.com/r/microsoft/vsts-agent/tags/",
"defaultValue": "latest",
"defaultValue": "ubuntu-16.04",
"validRegex": "/^([^\\s^\\/])+$/"
},
{