Git Product home page Git Product logo

Comments (9)

praveenrewar avatar praveenrewar commented on July 21, 2024 1

@joaopapereira has created #451, closing this one.

from kbld.

prembhaskal avatar prembhaskal commented on July 21, 2024

https://docs.docker.com/engine/reference/commandline/buildx_create/#platform I think we should create a builder instance for multiple platforms, then do build.

from kbld.

prembhaskal avatar prembhaskal commented on July 21, 2024

If this is found to be valid after triage, I would like to work on it.

from kbld.

prembhaskal avatar prembhaskal commented on July 21, 2024

Found workaround today. The issue can be fixed by creating a builder instance before doing the build.

docker buildx create --name kc-build  
docker buildx use kc-build
bash ./hack/deploy.sh
 docker buildx inspect --bootstrap
Name:          kc-build
Driver:        docker-container
Last Activity: 2023-11-24 14:53:49 +0000 UTC

Nodes:
Name:      kc-build0
Endpoint:  desktop-linux
Status:    running
Buildkit:  v0.12.3
Platforms: linux/arm64, linux/amd64, linux/amd64/v2, linux/riscv64, linux/ppc64le, linux/s390x, linux/386, linux/mips64le, linux/mips64, linux/arm/v7, linux/arm/v6
Labels:
 org.mobyproject.buildkit.worker.executor:         oci
 org.mobyproject.buildkit.worker.hostname:         b0db0b81d2cd
 org.mobyproject.buildkit.worker.network:          host
 org.mobyproject.buildkit.worker.oci.process-mode: sandbox
 org.mobyproject.buildkit.worker.selinux.enabled:  false
 org.mobyproject.buildkit.worker.snapshotter:      overlayfs
GC Policy rule#0:
 All:           false
 Filters:       type==source.local,type==exec.cachemount,type==source.git.checkout
 Keep Duration: 48h0m0s
 Keep Bytes:    488.3MiB
GC Policy rule#1:
 All:           false
 Keep Duration: 1440h0m0s
 Keep Bytes:    5.588GiB
GC Policy rule#2:
 All:        false
 Keep Bytes: 5.588GiB
GC Policy rule#3:
 All:        true
 Keep Bytes: 5.588GiB

from kbld.

github-actions avatar github-actions commented on July 21, 2024

This issue is being marked as stale due to a long period of inactivity and will be closed in 5 days if there is no response.

from kbld.

praveenrewar avatar praveenrewar commented on July 21, 2024

@prembhaskal As you have mentioned (and the hint in the main issue also hints towards), we need to create a build instance to fix this. However, there's another related issue that we need to fix (details in slack thread). We can either update this issue or close and reopen another one for this.

from kbld.

prembhaskal avatar prembhaskal commented on July 21, 2024

@praveenrewar yes I think it is similar to the slack discussion, but I didn't see any issue link there.

from kbld.

praveenrewar avatar praveenrewar commented on July 21, 2024

Yeah, we don't have an issue created for the slack discussion, I was saying we could open another one.

from kbld.

prembhaskal avatar prembhaskal commented on July 21, 2024

I think we can close this and reopen another one with other context added too.

from kbld.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.