Skip to content

Conversation

@BlaineEXE
Copy link
Contributor

Add a .dockerignore file that ignores hidden directories. On MacOS or other environments that run a VM for container building, copying the build context can take quite a bit of time.

Currently, ./.git, ./.cache, ./proto/.build, and ./proto/.protoc amount to over 150MB of context that is not needed for builds to succed.

The vendor dir is still passed to the build context.

Add a .dockerignore file that ignores hidden directories. On MacOS or
other environments that run a VM for container building, copying the
build context can take quite a bit of time.

Currently, ./.git, ./.cache, ./proto/.build, and ./proto/.protoc amount
to over 150MB of context that is not needed for builds to succed.

The vendor dir is still passed to the build context.

Signed-off-by: Blaine Gardner <blaine.gardner@ibm.com>
@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Sep 11, 2025
@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 Sep 11, 2025
@netlify
Copy link

netlify bot commented Sep 11, 2025

Deploy Preview for container-object-storage-interface ready!

Name Link
🔨 Latest commit 8210e5d
🔍 Latest deploy log https://app.netlify.com/projects/container-object-storage-interface/deploys/68c358180081070008ac94a0
😎 Deploy Preview https://deploy-preview-130--container-object-storage-interface.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@BlaineEXE BlaineEXE requested a review from shanduur September 11, 2025 23:16
@xing-yang
Copy link
Contributor

/lgtm
/approve

@k8s-ci-robot k8s-ci-robot added the lgtm "Looks good to me", indicates that a PR is ready to be merged. label Sep 25, 2025
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: BlaineEXE, xing-yang

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:
  • OWNERS [BlaineEXE,xing-yang]

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 merged commit 5fce7c3 into kubernetes-sigs:main Sep 25, 2025
11 checks passed
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.

3 participants