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
This commit updates references to both the repository, from
`enterprise-contract/ec-cli` to `conforma/cli`, as well as ec itself
(from `ec-cli` to `cli` or `ec` as appropriate) to reflect the move from
the `enterprise-contract` org to the `conforma` org along with the
renaming of the repository from `ec-cli` to `cli`.
Ref: EC-1110
Signed-off-by: Rob Nester <rnester@redhat.com>
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -116,7 +116,7 @@ This issue may be resolved by adding the below entries in the `/etc/hosts` file:
116
116
127.0.0.1 rekor.localhost
117
117
```
118
118
119
-
This issue arises because the acceptance tests use ec-cli binaries built with `CGO_ENABLED=0`. This setting, [chosen for OS compatibility](https://github.com/enterprise-contract/ec-cli/pull/703), causes the program to use Go's native DNS resolver instead of the system's libc resolver ([learn more](https://go.dev/doc/go1.5#net)). Consequently, the binary is unable to resolve 2nd level localhost domains like `apiserver.localhost`, as the native Go DNS resolver does not support resolution for such names in the same way the system resolver does.
119
+
This issue arises because the acceptance tests use ec binaries built with `CGO_ENABLED=0`. This setting, [chosen for OS compatibility](https://github.com/conforma/cli/pull/703), causes the program to use Go's native DNS resolver instead of the system's libc resolver ([learn more](https://go.dev/doc/go1.5#net)). Consequently, the binary is unable to resolve 2nd level localhost domains like `apiserver.localhost`, as the native Go DNS resolver does not support resolution for such names in the same way the system resolver does.
0 commit comments