71
71
const serviceSnippet = "[a-z][a-z0-9]*(-[a-z0-9]*[a-z][a-z0-9]*)*"
72
72
const numberSnippet = "(0|[1-9][0-9]*)"
73
73
const containerSnippet = "(/[a-z]+/" + numberSnippet + ")"
81
84
// BootstrapNonce is used as a nonce for the state server machine.