HELP WANTED : Easy way to run Clair V4 in kubernetes and scan images #1279
Unanswered
efiegehen93
asked this question in
Q&A
Replies: 2 comments 1 reply
-
Can you provide any more information other than "it doesn't work?" The official release container is |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description of Problem / Feature Request
Hey guys, is there an easy way to run Clair v4 in k8s, justo clair in combo mode, postgres DB and clairctl.
Not able to find a good tutorial, i'm using this docker image : quay.io/coreos/clair:v4.1.0
The following config.yaml
Andi'm trying also to install into a golang image, clairctl with :
GO111MODULE=on go get github.com/quay/clair/v4/cmd/clairctl@latest
But it doesn't work.....
Getting some errors also in clair logs :
I know that clair V2 has a healthcheck but does V4 also got one ?
What is the easy way to install clairctl for V4 and run a report ?
Expected Outcome
Run Clair V4 in k8s easy mode
Actual Outcome
None
Environment
uname -a
): quay.io/coreos/clair:v4.1.0kubectl version
):Client Version: version.Info{Major:"1", Minor:"20+", GitVersion:"v1.20.4-dirty", GitCommit:"e87da0bd6e03ec3fea7933c4b5263d151aafd07c", GitTreeState:"dirty", BuildDate:"2021-03-15T10:03:32Z", GoVersion:"go1.16.2", Compiler:"gc", Platform:"darwin/amd64"} Server Version: version.Info{Major:"1", Minor:"20", GitVersion:"v1.20.2", GitCommit:"faecb196815e248d3ecfb03c680a4507229c2a56", GitTreeState:"clean", BuildDate:"2021-01-13T13:20:00Z", GoVersion:"go1.15.5", Compiler:"gc", Platform:"linux/amd64"}
Beta Was this translation helpful? Give feedback.
All reactions