Remove restriction on tags, they might contain hyphons and etc.

This commit is contained in:
Kasra Bigdeli 2019-01-22 23:12:27 -08:00
parent fbc02c46d3
commit 08bc5cc7de
14 changed files with 16 additions and 16 deletions

View File

@ -24,7 +24,7 @@
"label": "Adminer Version Tag",
"description": "Checkout their docker page for the valid tags https://hub.docker.com/r/library/adminer/tags/",
"defaultValue": "4",
"validRegex": "/^([a-zA-Z0-9-.])+$/"
"validRegex": "/^([^\\s^\\/])+$/"
},
{
"id": "$$cap_adminer_design",

View File

@ -28,7 +28,7 @@
"label": "CouchDB Version Tag",
"description": "Checkout their docker page for the valid tags https://hub.docker.com/r/library/couchdb/tags/",
"defaultValue": "2",
"validRegex": "/^([a-zA-Z0-9-.])+$/"
"validRegex": "/^([^\\s^\\/])+$/"
},
{
"id": "$$cap_couchdb_user",

View File

@ -31,7 +31,7 @@
"label": "Minio Version",
"defaultValue": "latest",
"description": "Checkout their docker page for the valid tags https://hub.docker.com/r/minio/minio/tags/",
"validRegex": "/.{1,}/"
"validRegex": "/^([^\\s^\\/])+$/"
},
{
"id": "$$cap_access_key",

View File

@ -30,7 +30,7 @@
"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",
"validRegex": "/^([a-zA-Z0-9-.])+$/"
"validRegex": "/^([^\\s^\\/])+$/"
},
{
"id": "$$cap_me_server_address",

View File

@ -26,7 +26,7 @@
"label": "MySQL Version",
"defaultValue": "5.7",
"description": "Checkout their docker page for the valid tags https://hub.docker.com/r/library/mysql/tags/",
"validRegex": "/.{1,}/"
"validRegex": "/^([^\\s^\\/])+$/"
},
{
"id": "$$cap_db_pass",

View File

@ -23,7 +23,7 @@
"label": "NextCloud Version",
"defaultValue": "15",
"description": "Checkout their docker page for the valid tags https://hub.docker.com/r/library/nextcloud/tags/",
"validRegex": "/.{1,}/"
"validRegex": "/^([^\\s^\\/])+$/"
}]
}

View File

@ -42,7 +42,7 @@
"label": "MongoDB Version",
"defaultValue": "4",
"description": "Checkout their docker page for the valid tags https://hub.docker.com/r/library/mongo/tags/",
"validRegex": "/^([a-zA-Z0-9])+$/"
"validRegex": "/^([^\\s^\\/])+$/"
},
{
"id": "$$cap_mongo_password",
@ -55,7 +55,7 @@
"label": "Parse Version",
"defaultValue": "3.1.3",
"description": "Checkout their docker page for the valid tags https://hub.docker.com/r/parseplatform/parse-server/tags",
"validRegex": "/^([a-zA-Z0-9\\.])+$/"
"validRegex": "/^([^\\s^\\/])+$/"
},
{
"id": "$$cap_app_id",

View File

@ -22,7 +22,7 @@
"label": "PHP My Admin Version Tag",
"description": "Checkout their docker page for the valid tags https://hub.docker.com/r/phpmyadmin/phpmyadmin/tags/",
"defaultValue": "4.8",
"validRegex": "/^([a-zA-Z0-9-.])+$/"
"validRegex": "/^([^\\s^\\/])+$/"
}]
}

View File

@ -29,7 +29,7 @@
"label": "Postgres Version",
"defaultValue": "9.6",
"description": "Checkout their docker page for the valid tags https://hub.docker.com/r/library/postgres/tags/",
"validRegex": "/.{1,}/"
"validRegex": "/^([^\\s^\\/])+$/"
},
{
"id": "$$cap_pg_user",

View File

@ -29,7 +29,7 @@
"label": "Redis Version Tag",
"description": "Checkout their docker page for the valid tags https://hub.docker.com/r/library/redis/tags/",
"defaultValue": "4",
"validRegex": "/^([a-zA-Z0-9-.])+$/"
"validRegex": "/^([^\\s^\\/])+$/"
},
{
"id": "$$cap_redis_password",

View File

@ -54,7 +54,7 @@
"label": "Strapi Version",
"defaultValue": "v3.0.0-alpha.14.5",
"description": "Checkout their docker page for the valid tags https://hub.docker.com/r/strapi/strapi/tags/",
"validRegex": "/.{1,}/"
"validRegex": "/^([^\\s^\\/])+$/"
},
{
"id": "$$cap_mongo_version",

View File

@ -25,7 +25,7 @@
"label": "Thumbor Version",
"defaultValue": "6.4.2",
"description": "Checkout their docker page for the valid tags https://hub.docker.com/r/apsl/thumbor/tags/",
"validRegex": "/.{1,}/"
"validRegex": "/^([^\\s^\\/])+$/"
}]
}

View File

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

View File

@ -59,14 +59,14 @@
"label": "WordPress Version",
"defaultValue": "4.9",
"description": "Checkout their docker page for the valid tags https://hub.docker.com/r/library/wordpress/tags/",
"validRegex": "/.{1,}/"
"validRegex": "/^([^\\s^\\/])+$/"
},
{
"id": "$$cap_mysql_version",
"label": "MySQL Version",
"defaultValue": "5.7",
"description": "Checkout their docker page for the valid tags https://hub.docker.com/r/library/mysql/tags/",
"validRegex": "/.{1,}/"
"validRegex": "/^([^\\s^\\/])+$/"
}
]