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
Currently, if a project directory (inadvisably) contains invalid characters for a Docker tag, this will cause a build with pre-build hooks or a custom Dockerfile to fail.
Since we can't guarantee the workspace root has a package name, it's probably a good idea to just replace any invalid characters (go to_lowercase(), and remove any other invalid characters).
Checklist
Describe your issue
Currently, if a project directory (inadvisably) contains invalid characters for a Docker tag, this will cause a build with pre-build hooks or a custom Dockerfile to fail.
A working example available here.
This produces the following errors:
What target(s) are you cross-compiling for?
No response
Which operating system is the host (e.g computer cross is on) running?
What architecture is the host?
What container engine is cross using?
cross version
cross 0.2.2 (latest main)
Example
No response
Additional information / notes
No response
The text was updated successfully, but these errors were encountered: