Skip to content
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

Dockerfile: fetch build dependencies in a separate layer #6

Merged
merged 1 commit into from
Aug 12, 2020

Conversation

marquiz
Copy link
Contributor

@marquiz marquiz commented May 14, 2020

Effectively caches them, making subsequent builds much faster (assuming
go.mod and go.sum) are not changed).

Effectively caches them, making subsequent builds much faster (assuming
go.mod and go.sum) are not changed).
@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label May 14, 2020
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: marquiz

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot requested a review from zvonkok May 14, 2020 14:43
@k8s-ci-robot k8s-ci-robot added approved Indicates a PR has been approved by an approver from all required OWNERS files. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files. labels May 14, 2020
@fejta-bot
Copy link

Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.

If this issue is safe to close now please do so with /close.

Send feedback to sig-testing, kubernetes/test-infra and/or fejta.
/lifecycle stale

@k8s-ci-robot k8s-ci-robot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Aug 12, 2020
@marquiz
Copy link
Contributor Author

marquiz commented Aug 12, 2020

ping @ArangoGutierrez @zvonkok

/remove-lifecycle stale

@k8s-ci-robot k8s-ci-robot removed the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Aug 12, 2020
Copy link
Contributor

@ArangoGutierrez ArangoGutierrez left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm

@k8s-ci-robot
Copy link
Contributor

@ArangoGutierrez: changing LGTM is restricted to collaborators

In response to this:

/lgtm

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@ArangoGutierrez
Copy link
Contributor

Good catch @marquiz , caching the go layers will save us some mins on every build

@ArangoGutierrez
Copy link
Contributor

LooooL i am no in the OWNERS file... can't help here

@zvonkok
Copy link

zvonkok commented Aug 12, 2020

/lgtm

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Aug 12, 2020
@k8s-ci-robot k8s-ci-robot merged commit 9d4b6e0 into kubernetes-sigs:master Aug 12, 2020
@marquiz marquiz deleted the devel/dockerfile branch August 13, 2020 08:58
@marquiz
Copy link
Contributor Author

marquiz commented Aug 13, 2020

LooooL i am no in the OWNERS file... can't help here

I submitted #8 to fix that issue 😄

courtneypacheco added a commit to courtneypacheco/node-feature-discovery-operator that referenced this pull request Sep 7, 2021
# This is the 1st commit message:

Adding documentation to 'main.go' to describe functions, vars, etc.

Adding documentation to the code in 'main.go' so that contributors
and developers can understand the purpose of each function, variable,
etc..

# This is the commit message kubernetes-sigs#2:

Adding documentation to funcs and vars in nodefeaturediscovery_controller.go

Adding documentation to various functions and variables within the
nodefeaturediscovery_controller.go file so that users and contributors
can have a deeper understanding of how the reconciliation process
works with the NFD Operator.

# This is the commit message kubernetes-sigs#3:

Rebase to master

# This is the commit message kubernetes-sigs#4:

Adding documentation to the NFD controller resources file

Adding documentation describing the funcs, vars, etc. in the NFD
controller resources file so that users and contributors can
understand how they all work.

# This is the commit message kubernetes-sigs#5:

Adding docs to NFD state funcs related to NFD itself (not just the operator)

Adding documentation to the NFD state functions related to NFD itself
so that users and contributors can understand how NFD works with the NFD
operator, especially if they are looking at another file that references
these functions and the NFD struct.

# This is the commit message kubernetes-sigs#6:

Merge master

Signed-off-by: Courtney Pacheco <cpacheco@redhat.com>

# This is the commit message kubernetes-sigs#7:

Rebase to master

Signed-off-by: Courtney Pacheco <cpacheco@redhat.com>

# This is the commit message kubernetes-sigs#8:

Rebase to master - fix incorrect previous rebase
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. lgtm "Looks good to me", indicates that a PR is ready to be merged. size/XS Denotes a PR that changes 0-9 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants