-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbundle.Dockerfile
More file actions
47 lines (42 loc) · 2.42 KB
/
bundle.Dockerfile
File metadata and controls
47 lines (42 loc) · 2.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
FROM scratch
LABEL com.redhat.component="exploit-intelligence-operator-bundle"
LABEL description="Red Hat Trusted Profile Analyzer Exploit Intelligence Operator Bundle Tech Preview"
LABEL io.k8s.description="Red Hat Trusted Profile Analyzer Exploit Intelligence Operator Bundle Tech Preview"
LABEL io.k8s.display-name="Red Hat Trusted Profile Analyzer Exploit Intelligence Operator Bundle Tech Preview"
LABEL name="exploit-intelligence-tech-preview/exploit-intelligence-operator-bundle"
LABEL summary="Red Hat Trusted Profile Analyzer Exploit Intelligence Operator Bundle Tech Preview"
LABEL maintainer="Red Hat"
LABEL vendor="Red Hat, Inc."
LABEL distribution-scope="public"
LABEL url="https://www.redhat.com"
LABEL version="0.0.2"
LABEL release="Tech Preview"
LABEL cpe="cpe:/a:redhat:exploit_intelligence:0.0::el9"
# Core bundle labels.
LABEL operators.operatorframework.io.bundle.mediatype.v1=registry+v1
LABEL operators.operatorframework.io.bundle.manifests.v1=manifests/
LABEL operators.operatorframework.io.bundle.metadata.v1=metadata/
LABEL operators.operatorframework.io.bundle.package.v1=exploit-iq-operator
LABEL operators.operatorframework.io.bundle.channels.v1=pre-ga
LABEL operators.operatorframework.io.bundle.channel.default.v1=pre-ga
LABEL operators.operatorframework.io.metrics.builder=operator-sdk-v1.41.1
LABEL operators.operatorframework.io.metrics.mediatype.v1=metrics+v1
LABEL operators.operatorframework.io.metrics.project_layout=go.kubebuilder.io/v4
# Labels for testing.
LABEL operators.operatorframework.io.test.mediatype.v1=scorecard+v1
LABEL operators.operatorframework.io.test.config.v1=tests/scorecard/
LABEL features.operators.openshift.io/cnf="false"
LABEL features.operators.openshift.io/cni="false"
LABEL features.operators.openshift.io/csi="false"
LABEL features.operators.openshift.io/disconnected="false"
LABEL features.operators.openshift.io/fips-compliant="false"
LABEL features.operators.openshift.io/proxy-aware="false"
LABEL features.operators.openshift.io/tls-profiles="false"
LABEL features.operators.openshift.io/token-auth-aws="false"
LABEL features.operators.openshift.io/token-auth-azure="false"
LABEL features.operators.openshift.io/token-auth-gcp="false"
LABEL operators.openshift.io/valid-subscription="Red Hat Trusted Profile Analyzer exploit intelligence"
# Copy files to locations specified by labels.
COPY bundle/manifests /manifests/
COPY bundle/metadata /metadata/
COPY bundle/tests/scorecard /tests/scorecard/