-
Notifications
You must be signed in to change notification settings - Fork 42
dockerignore #2197
New issue
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
base: main
Are you sure you want to change the base?
dockerignore #2197
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
a2fb7ab to
90d6aee
Compare
luisjira
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
.dockerignore docs mention **/*.go to ignore all files ending with .go anywhere in the build context, including subdirectories.
I think it makes sense to add **/ before the lines that don't have a fixed location in the root directory.
90d6aee to
f02a5ab
Compare
indeed that would be better ! Thanks for pointing that @luisjira ! |
f02a5ab to
7fd9085
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2197 +/- ##
==========================================
+ Coverage 73.02% 73.58% +0.55%
==========================================
Files 80 81 +1
Lines 9180 9253 +73
==========================================
+ Hits 6704 6809 +105
+ Misses 2062 2032 -30
+ Partials 414 412 -2
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
|
/ok-to-test |
|
I don't understand why the konflux jobs aren't triggered... |
|
New images:
They will expire after two weeks. To deploy this build: # Direct deployment, from operator repo
IMAGE=quay.io/netobserv/network-observability-operator:d441692 make deploy
# Or using operator-sdk
operator-sdk run bundle quay.io/netobserv/network-observability-operator-bundle:v0.0.0-sha-d441692Or as a Catalog Source: apiVersion: operators.coreos.com/v1alpha1
kind: CatalogSource
metadata:
name: netobserv-dev
namespace: openshift-marketplace
spec:
sourceType: grpc
image: quay.io/netobserv/network-observability-operator-catalog:v0.0.0-sha-d441692
displayName: NetObserv development catalog
publisher: Me
updateStrategy:
registryPoll:
interval: 1m |
|
Oh, I know, you need to add |
Description
Improve dockerignore to speed up image build