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
dynamically create containerd registry config file for e2e
Statically including the file with name that has a colon in it is invalid for Go modules,
which lead to the v1.5.0 release being rendered broken:
The go mod error shows:
- malformed file path "...local:5000/hosts.toml": invalid char ':'
- This prevents the module from being downloaded and verified
- Finally, the Go sum database returns 404 because it can't process this malformed module
This commit creates the file dynamically, instead of including the file statically in the
repository.
Signed-off-by: Anik Bhattacharjee <[email protected]>
Copy file name to clipboardExpand all lines: hack/kind-config/containerd/certs.d/docker-registry.operator-controller-e2e.svc.cluster.local:5000/hosts.toml
0 commit comments