You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Presently the acceptable characters for a label on a service, network, or value are limited to ASCII letters and numbers, plus period (.) and dash (-). Supervisor is expanding the set of acceptable characters to support services like traefik and caddy-docker-proxy.
We want to support this extension of acceptable characters across all balena tools. balena-cli relies on balena-compose for label validation.
The text was updated successfully, but these errors were encountered:
I just got an error Invalid label name: "caddy.handle_path". Label names must only contain alphanumeric characters, periods "." and dashes "-". when trying to do balena push using balena-cli 18.2.33 and supervisor v16.4.4 (and host os balenaOS 2.115.7+rev1) - I found balena-os/balena-supervisor#1949 and was thinking it should work with balena-os/balena-supervisor#2000 merged, but I still got the error. can #13 be merged now? I there a work-around for this?
Presently the acceptable characters for a label on a service, network, or value are limited to ASCII letters and numbers, plus period (.) and dash (-). Supervisor is expanding the set of acceptable characters to support services like traefik and caddy-docker-proxy.
We want to support this extension of acceptable characters across all balena tools. balena-cli relies on balena-compose for label validation.
The text was updated successfully, but these errors were encountered: