We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Postgresql should be correctly installed
Postgresql is not installed on alpine, so TestWebhook failed
TestWebhook
Sometimes apk update can return the next errors:
apk update
ERROR: http://dl-cdn.alpinelinux.org/alpine/v3.13/main: temporary error (try again later) ERROR: http://dl-cdn.alpinelinux.org/alpine/v3.13/community: temporary error (try again later)
Use postgres container as a client instead of alpine
postgres
alpine
The text was updated successfully, but these errors were encountered:
Update go.mod and go.sum to latest version from networkservicemesh/cm…
3803650
…d-forwarder-vpp@main PR link: networkservicemesh/cmd-forwarder-vpp#1192 Commit: 11d0a24 Author: Network Service Mesh Bot Date: 2024-10-16 06:23:56 -0500 Message: - Update from update/networkservicemesh/sdk-vpp (#1192) Signed-off-by: NikitaSkrynnik <[email protected]> Signed-off-by: Vladislav Byrgazov <[email protected]> Signed-off-by: NSMBot <[email protected]>
glazychev-art
No branches or pull requests
Expected Behavior
Postgresql should be correctly installed
Current Behavior
Postgresql is not installed on alpine, so
TestWebhook
failedFailure Information (for bugs)
Sometimes
apk update
can return the next errors:Proposal
Use
postgres
container as a client instead ofalpine
The text was updated successfully, but these errors were encountered: