FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
feast/infra/feast-operator/bundle.Dockerfile at stable · feast-dev/feast · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
feast-dev
/
feast
Public
Notifications
You must be signed in to change notification settings
Fork
1.4k
Star
7.2k
Code
Issues
218
Pull requests
191
Discussions
Actions
Security and quality
1
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
feast
/
infra
/
feast-operator
/
bundle.Dockerfile
Copy path
More file actions
More file actions
Latest commit
History
History
History
20 lines (17 loc) · 915 Bytes
Breadcrumbs
feast
/
infra
/
feast-operator
/
bundle.Dockerfile
Copy path
File metadata and controls
20 lines (17 loc) · 915 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
FROM
scratch
#
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=feast-operator
LABEL
operators.operatorframework.io.bundle.channels.v1=alpha
LABEL
operators.operatorframework.io.metrics.builder=operator-sdk-v1.41.0
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/
#
Copy files to locations specified by labels.
COPY
bundle/manifests /manifests/
COPY
bundle/metadata /metadata/
COPY
bundle/tests/scorecard /tests/scorecard/
Back
|
FazBrowse Home
|
New Git URL